2024-01-21T11:07:27.265 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-21T11:07:27.266 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524461 --name yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524461/orig.config.yaml 2024-01-21T11:07:27.298 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T11:07:27.380 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524461 branch: wip-yuri4-testing-2024-01-18-1257-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7524461' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '18.04' overrides: admin_socket: branch: wip-yuri4-testing-2024-01-18-1257-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: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec workunit: branch: wip-yuri4-testing-2024-01-18-1257-pacific sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 8186 sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2024-01-18-1257-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec targets: smithi046.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-19_23:17:02 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-21T11:07:27.380 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa; will attempt to use it 2024-01-21T11:07:27.381 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks 2024-01-21T11:07:27.381 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-21T11:07:27.383 INFO:teuthology.task.internal:Checking packages... 2024-01-21T11:07:27.406 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec' 2024-01-21T11:07:27.406 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-21T11:07:27.406 INFO:teuthology.packaging:ref: None 2024-01-21T11:07:27.406 INFO:teuthology.packaging:tag: None 2024-01-21T11:07:27.406 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T11:07:27.406 INFO:teuthology.packaging:sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T11:07:27.407 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T11:07:27.632 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454-gea310589-1bionic 2024-01-21T11:07:27.634 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-21T11:07:27.640 INFO:teuthology.task.internal:no buildpackages task found 2024-01-21T11:07:27.640 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-21T11:07:27.654 INFO:teuthology.task.internal:Saving configuration 2024-01-21T11:07:27.666 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-21T11:07:27.671 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T11:07:27.697 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524461', '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-01-21 11:01:48.696617', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-01-21T11:07:27.717 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524461', '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-01-21 11:01:48.695120', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-01-21T11:07:27.717 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-21T11:07:27.722 INFO:teuthology.task.internal:roles: ubuntu@smithi046.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-21T11:07:27.722 INFO:teuthology.task.internal:roles: ubuntu@smithi079.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-21T11:07:27.723 INFO:teuthology.run_tasks:Running task console_log... 2024-01-21T11:07:27.796 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fafc71223a0>, signals=[15]) 2024-01-21T11:07:27.796 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-21T11:07:27.802 INFO:teuthology.task.internal:Opening connections... 2024-01-21T11:07:27.802 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi046.front.sepia.ceph.com 2024-01-21T11:07:27.804 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:07:27.884 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2024-01-21T11:07:27.885 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:07:27.962 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-21T11:07:27.969 DEBUG:teuthology.orchestra.run.smithi046:> uname -m 2024-01-21T11:07:28.011 INFO:teuthology.orchestra.run.smithi046.stdout:x86_64 2024-01-21T11:07:28.012 DEBUG:teuthology.orchestra.run.smithi046:> cat /etc/os-release 2024-01-21T11:07:28.065 INFO:teuthology.orchestra.run.smithi046.stdout:NAME="Ubuntu" 2024-01-21T11:07:28.065 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-01-21T11:07:28.065 INFO:teuthology.orchestra.run.smithi046.stdout:ID=ubuntu 2024-01-21T11:07:28.065 INFO:teuthology.orchestra.run.smithi046.stdout:ID_LIKE=debian 2024-01-21T11:07:28.065 INFO:teuthology.orchestra.run.smithi046.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-01-21T11:07:28.065 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_ID="18.04" 2024-01-21T11:07:28.065 INFO:teuthology.orchestra.run.smithi046.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-21T11:07:28.065 INFO:teuthology.orchestra.run.smithi046.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-21T11:07:28.065 INFO:teuthology.orchestra.run.smithi046.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-21T11:07:28.065 INFO:teuthology.orchestra.run.smithi046.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-21T11:07:28.066 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_CODENAME=bionic 2024-01-21T11:07:28.066 INFO:teuthology.orchestra.run.smithi046.stdout:UBUNTU_CODENAME=bionic 2024-01-21T11:07:28.066 INFO:teuthology.lock.ops:Updating smithi046.front.sepia.ceph.com on lock server 2024-01-21T11:07:28.090 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2024-01-21T11:07:28.095 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2024-01-21T11:07:28.095 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2024-01-21T11:07:28.143 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="Ubuntu" 2024-01-21T11:07:28.143 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-01-21T11:07:28.143 INFO:teuthology.orchestra.run.smithi079.stdout:ID=ubuntu 2024-01-21T11:07:28.143 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE=debian 2024-01-21T11:07:28.143 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-01-21T11:07:28.143 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="18.04" 2024-01-21T11:07:28.143 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-21T11:07:28.143 INFO:teuthology.orchestra.run.smithi079.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-21T11:07:28.143 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-21T11:07:28.143 INFO:teuthology.orchestra.run.smithi079.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-21T11:07:28.144 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_CODENAME=bionic 2024-01-21T11:07:28.144 INFO:teuthology.orchestra.run.smithi079.stdout:UBUNTU_CODENAME=bionic 2024-01-21T11:07:28.144 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2024-01-21T11:07:28.165 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-21T11:07:28.172 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-21T11:07:28.177 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-21T11:07:28.177 DEBUG:teuthology.orchestra.run.smithi046:> test '!' -e /home/ubuntu/cephtest 2024-01-21T11:07:28.179 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2024-01-21T11:07:28.190 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-21T11:07:28.196 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-21T11:07:28.196 DEBUG:teuthology.orchestra.run.smithi046:> test -z $(ls -A /var/lib/ceph) 2024-01-21T11:07:28.225 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2024-01-21T11:07:28.250 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-21T11:07:28.304 INFO:teuthology.run_tasks:Running task kernel... 2024-01-21T11:07:28.318 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-21T11:07:28.319 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-21T11:07:28.319 DEBUG:teuthology.orchestra.run.smithi046:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T11:07:28.319 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T11:07:28.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:07:28.324 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-01-21T11:07:28.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:07:28.326 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-01-21T11:07:28.373 INFO:teuthology.orchestra.run.smithi046.stdout:4.15.0-200-generic 2024-01-21T11:07:28.373 INFO:teuthology.task.kernel:Running kernel on smithi046: 4.15.0-200-generic 2024-01-21T11:07:28.373 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get clean 2024-01-21T11:07:28.374 INFO:teuthology.orchestra.run.smithi079.stdout:4.15.0-200-generic 2024-01-21T11:07:28.375 INFO:teuthology.task.kernel:Running kernel on smithi079: 4.15.0-200-generic 2024-01-21T11:07:28.375 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get clean 2024-01-21T11:07:28.457 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2024-01-21T11:07:28.484 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2024-01-21T11:07:28.623 INFO:teuthology.orchestra.run.smithi079.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-01-21T11:07:28.633 INFO:teuthology.orchestra.run.smithi046.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-01-21T11:07:28.640 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-21T11:07:28.644 INFO:teuthology.orchestra.run.smithi079.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-01-21T11:07:28.727 INFO:teuthology.orchestra.run.smithi079.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-01-21T11:07:28.754 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-21T11:07:28.836 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-01-21T11:07:28.928 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-01-21T11:07:28.977 INFO:teuthology.orchestra.run.smithi079.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-01-21T11:07:29.064 INFO:teuthology.orchestra.run.smithi046.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-01-21T11:07:29.122 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-01-21T11:07:29.124 INFO:teuthology.orchestra.run.smithi079.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-01-21T11:07:29.126 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-01-21T11:07:29.127 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-01-21T11:07:29.145 INFO:teuthology.orchestra.run.smithi046.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-01-21T11:07:29.148 INFO:teuthology.orchestra.run.smithi046.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-01-21T11:07:29.160 INFO:teuthology.orchestra.run.smithi079.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-01-21T11:07:29.161 INFO:teuthology.orchestra.run.smithi046.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-01-21T11:07:29.170 INFO:teuthology.orchestra.run.smithi046.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-01-21T11:07:29.184 INFO:teuthology.orchestra.run.smithi079.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-01-21T11:07:29.190 INFO:teuthology.orchestra.run.smithi079.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-01-21T11:07:29.191 INFO:teuthology.orchestra.run.smithi079.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-01-21T11:07:29.200 INFO:teuthology.orchestra.run.smithi046.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-01-21T11:07:29.200 INFO:teuthology.orchestra.run.smithi046.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-01-21T11:07:29.201 INFO:teuthology.orchestra.run.smithi046.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-01-21T11:07:29.201 INFO:teuthology.orchestra.run.smithi046.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-01-21T11:07:29.223 INFO:teuthology.orchestra.run.smithi079.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-01-21T11:07:29.225 INFO:teuthology.orchestra.run.smithi079.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-01-21T11:07:29.238 INFO:teuthology.orchestra.run.smithi079.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-01-21T11:07:29.249 INFO:teuthology.orchestra.run.smithi079.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-01-21T11:07:29.254 INFO:teuthology.orchestra.run.smithi079.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-01-21T11:07:29.255 INFO:teuthology.orchestra.run.smithi079.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-01-21T11:07:29.255 INFO:teuthology.orchestra.run.smithi079.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-01-21T11:07:29.318 INFO:teuthology.orchestra.run.smithi046.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-01-21T11:07:29.349 INFO:teuthology.orchestra.run.smithi079.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2024-01-21T11:07:29.372 INFO:teuthology.orchestra.run.smithi079.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-01-21T11:07:29.384 INFO:teuthology.orchestra.run.smithi079.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-01-21T11:07:29.385 INFO:teuthology.orchestra.run.smithi079.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-01-21T11:07:29.398 INFO:teuthology.orchestra.run.smithi079.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-01-21T11:07:29.400 INFO:teuthology.orchestra.run.smithi079.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-01-21T11:07:29.427 INFO:teuthology.orchestra.run.smithi079.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-01-21T11:07:29.444 INFO:teuthology.orchestra.run.smithi079.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-01-21T11:07:29.452 INFO:teuthology.orchestra.run.smithi079.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-01-21T11:07:29.453 INFO:teuthology.orchestra.run.smithi079.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-01-21T11:07:29.453 INFO:teuthology.orchestra.run.smithi079.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-01-21T11:07:29.453 INFO:teuthology.orchestra.run.smithi079.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-01-21T11:07:29.454 INFO:teuthology.orchestra.run.smithi079.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-01-21T11:07:29.455 INFO:teuthology.orchestra.run.smithi079.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-01-21T11:07:29.456 INFO:teuthology.orchestra.run.smithi079.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-01-21T11:07:29.750 INFO:teuthology.orchestra.run.smithi046.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2024-01-21T11:07:29.803 INFO:teuthology.orchestra.run.smithi046.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-01-21T11:07:29.816 INFO:teuthology.orchestra.run.smithi046.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-01-21T11:07:29.856 INFO:teuthology.orchestra.run.smithi046.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-01-21T11:07:29.879 INFO:teuthology.orchestra.run.smithi046.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-01-21T11:07:29.881 INFO:teuthology.orchestra.run.smithi046.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-01-21T11:07:29.906 INFO:teuthology.orchestra.run.smithi046.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-01-21T11:07:30.143 INFO:teuthology.orchestra.run.smithi046.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-01-21T11:07:30.664 INFO:teuthology.orchestra.run.smithi046.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-01-21T11:07:30.665 INFO:teuthology.orchestra.run.smithi046.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-01-21T11:07:30.668 INFO:teuthology.orchestra.run.smithi046.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-01-21T11:07:30.669 INFO:teuthology.orchestra.run.smithi046.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-01-21T11:07:30.676 INFO:teuthology.orchestra.run.smithi046.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-01-21T11:07:30.684 INFO:teuthology.orchestra.run.smithi046.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-01-21T11:07:30.687 INFO:teuthology.orchestra.run.smithi046.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-01-21T11:07:31.955 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 20.1 MB in 3s (6,328 kB/s) 2024-01-21T11:07:32.013 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 20.1 MB in 3s (6,105 kB/s) 2024-01-21T11:07:33.676 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2024-01-21T11:07:33.728 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-21T11:07:33.780 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-01-21T11:07:33.835 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-21T11:07:33.854 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2024-01-21T11:07:33.922 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-01-21T11:07:34.148 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2024-01-21T11:07:34.149 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2024-01-21T11:07:34.220 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2024-01-21T11:07:34.220 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2024-01-21T11:07:34.366 INFO:teuthology.orchestra.run.smithi079.stdout:The following additional packages will be installed: 2024-01-21T11:07:34.366 INFO:teuthology.orchestra.run.smithi079.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-21T11:07:34.366 INFO:teuthology.orchestra.run.smithi079.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-01-21T11:07:34.367 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-01-21T11:07:34.369 INFO:teuthology.orchestra.run.smithi079.stdout:Suggested packages: 2024-01-21T11:07:34.369 INFO:teuthology.orchestra.run.smithi079.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-01-21T11:07:34.369 INFO:teuthology.orchestra.run.smithi079.stdout:Recommended packages: 2024-01-21T11:07:34.369 INFO:teuthology.orchestra.run.smithi079.stdout: thermald 2024-01-21T11:07:34.439 INFO:teuthology.orchestra.run.smithi079.stdout:The following NEW packages will be installed: 2024-01-21T11:07:34.440 INFO:teuthology.orchestra.run.smithi079.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-21T11:07:34.440 INFO:teuthology.orchestra.run.smithi079.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-01-21T11:07:34.440 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-extra-4.15.0-213-generic 2024-01-21T11:07:34.442 INFO:teuthology.orchestra.run.smithi079.stdout:The following packages will be upgraded: 2024-01-21T11:07:34.442 INFO:teuthology.orchestra.run.smithi079.stdout: linux-generic linux-headers-generic linux-image-generic 2024-01-21T11:07:34.453 INFO:teuthology.orchestra.run.smithi046.stdout:The following additional packages will be installed: 2024-01-21T11:07:34.453 INFO:teuthology.orchestra.run.smithi046.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-21T11:07:34.453 INFO:teuthology.orchestra.run.smithi046.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-01-21T11:07:34.453 INFO:teuthology.orchestra.run.smithi046.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-01-21T11:07:34.456 INFO:teuthology.orchestra.run.smithi046.stdout:Suggested packages: 2024-01-21T11:07:34.456 INFO:teuthology.orchestra.run.smithi046.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-01-21T11:07:34.456 INFO:teuthology.orchestra.run.smithi046.stdout:Recommended packages: 2024-01-21T11:07:34.456 INFO:teuthology.orchestra.run.smithi046.stdout: thermald 2024-01-21T11:07:34.515 INFO:teuthology.orchestra.run.smithi046.stdout:The following NEW packages will be installed: 2024-01-21T11:07:34.515 INFO:teuthology.orchestra.run.smithi046.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-21T11:07:34.515 INFO:teuthology.orchestra.run.smithi046.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-01-21T11:07:34.516 INFO:teuthology.orchestra.run.smithi046.stdout: linux-modules-extra-4.15.0-213-generic 2024-01-21T11:07:34.517 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages will be upgraded: 2024-01-21T11:07:34.518 INFO:teuthology.orchestra.run.smithi046.stdout: linux-generic linux-headers-generic linux-image-generic 2024-01-21T11:07:34.628 INFO:teuthology.orchestra.run.smithi079.stdout:3 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. 2024-01-21T11:07:34.629 INFO:teuthology.orchestra.run.smithi079.stdout:Need to get 67.4 MB of archives. 2024-01-21T11:07:34.629 INFO:teuthology.orchestra.run.smithi079.stdout:After this operation, 351 MB of additional disk space will be used. 2024-01-21T11:07:34.629 INFO:teuthology.orchestra.run.smithi079.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-01-21T11:07:34.703 INFO:teuthology.orchestra.run.smithi046.stdout:3 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. 2024-01-21T11:07:34.703 INFO:teuthology.orchestra.run.smithi046.stdout:Need to get 67.4 MB of archives. 2024-01-21T11:07:34.703 INFO:teuthology.orchestra.run.smithi046.stdout:After this operation, 351 MB of additional disk space will be used. 2024-01-21T11:07:34.703 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:07:35.685 INFO:teuthology.orchestra.run.smithi079.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-01-21T11:07:35.752 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:07:35.886 INFO:teuthology.orchestra.run.smithi079.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-01-21T11:07:36.007 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:07:37.004 INFO:teuthology.orchestra.run.smithi079.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2024-01-21T11:07:37.004 INFO:teuthology.orchestra.run.smithi079.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-01-21T11:07:37.004 INFO:teuthology.orchestra.run.smithi079.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-01-21T11:07:37.022 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2024-01-21T11:07:37.022 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:07:37.022 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:07:37.297 INFO:teuthology.orchestra.run.smithi079.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-01-21T11:07:37.329 INFO:teuthology.orchestra.run.smithi079.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-01-21T11:07:37.348 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:07:37.375 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:07:38.039 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 67.4 MB in 3s (23.8 MB/s) 2024-01-21T11:07:38.133 INFO:teuthology.orchestra.run.smithi079.stdout:Fetched 67.4 MB in 3s (23.5 MB/s) 2024-01-21T11:07:38.249 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-01-21T11:07:38.338 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-01-21T11:07:39.163 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:07:39.167 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-21T11:07:39.220 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:39.272 INFO:teuthology.orchestra.run.smithi079.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-01-21T11:07:39.276 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-21T11:07:39.385 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:40.996 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-01-21T11:07:41.010 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-21T11:07:41.114 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:41.154 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-01-21T11:07:41.167 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-21T11:07:41.265 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:41.649 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-01-21T11:07:41.664 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-21T11:07:41.707 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:41.807 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-01-21T11:07:41.821 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-21T11:07:41.873 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:45.795 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-01-21T11:07:45.849 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-01-21T11:07:45.894 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-21T11:07:45.975 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-21T11:07:46.212 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-01-21T11:07:46.326 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-01-21T11:07:46.339 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-21T11:07:46.470 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-21T11:07:46.684 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-01-21T11:07:46.700 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-01-21T11:07:46.742 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-21T11:07:46.756 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-01-21T11:07:46.771 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-01-21T11:07:46.840 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-21T11:07:51.524 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-01-21T11:07:51.550 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-21T11:07:51.591 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:51.640 INFO:teuthology.orchestra.run.smithi079.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-01-21T11:07:51.664 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-21T11:07:51.707 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:54.074 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-01-21T11:07:54.176 INFO:teuthology.orchestra.run.smithi079.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-01-21T11:07:54.220 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-21T11:07:54.329 INFO:teuthology.orchestra.run.smithi079.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-21T11:07:54.547 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:55.317 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:55.525 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:55.839 INFO:teuthology.orchestra.run.smithi046.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-01-21T11:07:55.839 INFO:teuthology.orchestra.run.smithi046.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-01-21T11:07:55.839 INFO:teuthology.orchestra.run.smithi046.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-01-21T11:07:55.840 INFO:teuthology.orchestra.run.smithi046.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-01-21T11:07:55.960 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:56.136 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:56.512 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-21T11:07:56.623 INFO:teuthology.orchestra.run.smithi079.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-01-21T11:07:56.624 INFO:teuthology.orchestra.run.smithi079.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-01-21T11:07:56.624 INFO:teuthology.orchestra.run.smithi079.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-01-21T11:07:56.624 INFO:teuthology.orchestra.run.smithi079.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-01-21T11:07:56.637 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-01-21T11:07:56.764 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:56.788 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:56.890 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-01-21T11:07:57.041 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-01-21T11:07:57.167 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:57.323 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-21T11:07:57.364 INFO:teuthology.orchestra.run.smithi046.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-21T11:07:57.364 INFO:teuthology.orchestra.run.smithi046.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-01-21T11:07:57.441 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-01-21T11:07:57.592 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:57.718 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-01-21T11:07:57.869 INFO:teuthology.orchestra.run.smithi079.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-01-21T11:07:57.996 INFO:teuthology.orchestra.run.smithi079.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T11:07:58.202 INFO:teuthology.orchestra.run.smithi079.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-21T11:07:58.202 INFO:teuthology.orchestra.run.smithi079.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-01-21T11:08:14.369 INFO:teuthology.orchestra.run.smithi046.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-21T11:08:14.369 INFO:teuthology.orchestra.run.smithi046.stdout:Sourcing file `/etc/default/grub' 2024-01-21T11:08:14.390 INFO:teuthology.orchestra.run.smithi046.stdout:Generating grub configuration file ... 2024-01-21T11:08:14.830 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-21T11:08:14.864 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-21T11:08:14.869 INFO:teuthology.orchestra.run.smithi079.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-21T11:08:14.869 INFO:teuthology.orchestra.run.smithi079.stdout:Sourcing file `/etc/default/grub' 2024-01-21T11:08:14.896 INFO:teuthology.orchestra.run.smithi079.stdout:Generating grub configuration file ... 2024-01-21T11:08:15.297 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-21T11:08:15.324 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-21T11:08:15.347 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-21T11:08:15.387 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-21T11:08:15.401 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-21T11:08:15.429 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-21T11:08:15.767 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-21T11:08:15.799 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-21T11:08:15.871 INFO:teuthology.orchestra.run.smithi079.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-21T11:08:15.894 INFO:teuthology.orchestra.run.smithi079.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-21T11:08:16.350 INFO:teuthology.orchestra.run.smithi046.stdout:done 2024-01-21T11:08:16.783 INFO:teuthology.orchestra.run.smithi079.stdout:done 2024-01-21T11:08:16.811 DEBUG:teuthology.orchestra.run.smithi046:> dpkg -s linux-image-generic 2024-01-21T11:08:16.833 INFO:teuthology.orchestra.run.smithi046.stdout:Package: linux-image-generic 2024-01-21T11:08:16.834 INFO:teuthology.orchestra.run.smithi046.stdout:Status: install ok installed 2024-01-21T11:08:16.834 INFO:teuthology.orchestra.run.smithi046.stdout:Priority: optional 2024-01-21T11:08:16.834 INFO:teuthology.orchestra.run.smithi046.stdout:Section: kernel 2024-01-21T11:08:16.834 INFO:teuthology.orchestra.run.smithi046.stdout:Installed-Size: 18 2024-01-21T11:08:16.834 INFO:teuthology.orchestra.run.smithi046.stdout:Maintainer: Ubuntu Kernel Team 2024-01-21T11:08:16.834 INFO:teuthology.orchestra.run.smithi046.stdout:Architecture: amd64 2024-01-21T11:08:16.834 INFO:teuthology.orchestra.run.smithi046.stdout:Source: linux-meta 2024-01-21T11:08:16.834 INFO:teuthology.orchestra.run.smithi046.stdout:Version: 4.15.0.213.196 2024-01-21T11:08:16.834 INFO:teuthology.orchestra.run.smithi046.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-21T11:08:16.834 INFO:teuthology.orchestra.run.smithi046.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-21T11:08:16.834 INFO:teuthology.orchestra.run.smithi046.stdout:Recommends: thermald 2024-01-21T11:08:16.834 INFO:teuthology.orchestra.run.smithi046.stdout:Description: Generic Linux kernel image 2024-01-21T11:08:16.835 INFO:teuthology.orchestra.run.smithi046.stdout: This package will always depend on the latest generic kernel image 2024-01-21T11:08:16.835 INFO:teuthology.orchestra.run.smithi046.stdout: available. 2024-01-21T11:08:16.835 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-01-21T11:08:16.835 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T11:08:16.835 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T11:08:16.835 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-21T11:08:16.835 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi046.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T11:08:16.835 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get clean 2024-01-21T11:08:16.946 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2024-01-21T11:08:17.199 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-21T11:08:17.199 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-01-21T11:08:17.216 DEBUG:teuthology.orchestra.run.smithi079:> dpkg -s linux-image-generic 2024-01-21T11:08:17.238 INFO:teuthology.orchestra.run.smithi079.stdout:Package: linux-image-generic 2024-01-21T11:08:17.238 INFO:teuthology.orchestra.run.smithi079.stdout:Status: install ok installed 2024-01-21T11:08:17.238 INFO:teuthology.orchestra.run.smithi079.stdout:Priority: optional 2024-01-21T11:08:17.239 INFO:teuthology.orchestra.run.smithi079.stdout:Section: kernel 2024-01-21T11:08:17.239 INFO:teuthology.orchestra.run.smithi079.stdout:Installed-Size: 18 2024-01-21T11:08:17.239 INFO:teuthology.orchestra.run.smithi079.stdout:Maintainer: Ubuntu Kernel Team 2024-01-21T11:08:17.239 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: amd64 2024-01-21T11:08:17.239 INFO:teuthology.orchestra.run.smithi079.stdout:Source: linux-meta 2024-01-21T11:08:17.239 INFO:teuthology.orchestra.run.smithi079.stdout:Version: 4.15.0.213.196 2024-01-21T11:08:17.239 INFO:teuthology.orchestra.run.smithi079.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-21T11:08:17.239 INFO:teuthology.orchestra.run.smithi079.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-21T11:08:17.239 INFO:teuthology.orchestra.run.smithi079.stdout:Recommends: thermald 2024-01-21T11:08:17.239 INFO:teuthology.orchestra.run.smithi079.stdout:Description: Generic Linux kernel image 2024-01-21T11:08:17.239 INFO:teuthology.orchestra.run.smithi079.stdout: This package will always depend on the latest generic kernel image 2024-01-21T11:08:17.239 INFO:teuthology.orchestra.run.smithi079.stdout: available. 2024-01-21T11:08:17.239 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-01-21T11:08:17.240 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T11:08:17.240 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T11:08:17.240 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-21T11:08:17.240 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T11:08:17.240 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get clean 2024-01-21T11:08:17.269 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-01-21T11:08:17.350 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-01-21T11:08:17.353 DEBUG:teuthology.orchestra.run.smithi079:> sudo apt-get update 2024-01-21T11:08:17.606 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-01-21T11:08:17.606 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-21T11:08:17.678 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-01-21T11:08:17.759 INFO:teuthology.orchestra.run.smithi079.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-01-21T11:08:19.390 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-01-21T11:08:19.441 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-21T11:08:19.527 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-01-21T11:08:19.682 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2024-01-21T11:08:19.731 DEBUG:teuthology.orchestra.run.smithi079:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-21T11:08:19.814 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2024-01-21T11:08:19.815 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2024-01-21T11:08:19.816 INFO:teuthology.orchestra.run.smithi079.stdout:Reading package lists... 2024-01-21T11:08:20.032 INFO:teuthology.orchestra.run.smithi046.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-01-21T11:08:20.032 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages were automatically installed and are no longer required: 2024-01-21T11:08:20.032 INFO:teuthology.orchestra.run.smithi046.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-01-21T11:08:20.032 INFO:teuthology.orchestra.run.smithi046.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-01-21T11:08:20.032 INFO:teuthology.orchestra.run.smithi046.stdout: linux-modules-extra-4.15.0-194-generic 2024-01-21T11:08:20.032 INFO:teuthology.orchestra.run.smithi046.stdout:Use 'sudo apt autoremove' to remove them. 2024-01-21T11:08:20.080 INFO:teuthology.orchestra.run.smithi079.stdout:Building dependency tree... 2024-01-21T11:08:20.081 INFO:teuthology.orchestra.run.smithi079.stdout:Reading state information... 2024-01-21T11:08:20.086 INFO:teuthology.orchestra.run.smithi046.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2024-01-21T11:08:20.089 DEBUG:teuthology.orchestra.run.smithi046:> dpkg -s linux-image-generic 2024-01-21T11:08:20.112 INFO:teuthology.orchestra.run.smithi046.stdout:Package: linux-image-generic 2024-01-21T11:08:20.112 INFO:teuthology.orchestra.run.smithi046.stdout:Status: install ok installed 2024-01-21T11:08:20.112 INFO:teuthology.orchestra.run.smithi046.stdout:Priority: optional 2024-01-21T11:08:20.112 INFO:teuthology.orchestra.run.smithi046.stdout:Section: kernel 2024-01-21T11:08:20.112 INFO:teuthology.orchestra.run.smithi046.stdout:Installed-Size: 18 2024-01-21T11:08:20.112 INFO:teuthology.orchestra.run.smithi046.stdout:Maintainer: Ubuntu Kernel Team 2024-01-21T11:08:20.112 INFO:teuthology.orchestra.run.smithi046.stdout:Architecture: amd64 2024-01-21T11:08:20.112 INFO:teuthology.orchestra.run.smithi046.stdout:Source: linux-meta 2024-01-21T11:08:20.112 INFO:teuthology.orchestra.run.smithi046.stdout:Version: 4.15.0.213.196 2024-01-21T11:08:20.113 INFO:teuthology.orchestra.run.smithi046.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-21T11:08:20.113 INFO:teuthology.orchestra.run.smithi046.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-21T11:08:20.113 INFO:teuthology.orchestra.run.smithi046.stdout:Recommends: thermald 2024-01-21T11:08:20.113 INFO:teuthology.orchestra.run.smithi046.stdout:Description: Generic Linux kernel image 2024-01-21T11:08:20.113 INFO:teuthology.orchestra.run.smithi046.stdout: This package will always depend on the latest generic kernel image 2024-01-21T11:08:20.113 INFO:teuthology.orchestra.run.smithi046.stdout: available. 2024-01-21T11:08:20.113 DEBUG:teuthology.orchestra.run.smithi046:> mktemp 2024-01-21T11:08:20.161 INFO:teuthology.orchestra.run.smithi046.stdout:/tmp/tmp.WalFBgWasv 2024-01-21T11:08:20.163 DEBUG:teuthology.orchestra.run.smithi046:> sudo cp /boot/grub/grub.cfg /tmp/tmp.WalFBgWasv 2024-01-21T11:08:20.230 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 0666 /tmp/tmp.WalFBgWasv 2024-01-21T11:08:20.288 INFO:teuthology.orchestra.run.smithi079.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-01-21T11:08:20.288 INFO:teuthology.orchestra.run.smithi079.stdout:The following packages were automatically installed and are no longer required: 2024-01-21T11:08:20.288 INFO:teuthology.orchestra.run.smithi079.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-01-21T11:08:20.288 INFO:teuthology.orchestra.run.smithi079.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-01-21T11:08:20.288 INFO:teuthology.orchestra.run.smithi079.stdout: linux-modules-extra-4.15.0-194-generic 2024-01-21T11:08:20.288 INFO:teuthology.orchestra.run.smithi079.stdout:Use 'sudo apt autoremove' to remove them. 2024-01-21T11:08:20.341 INFO:teuthology.orchestra.run.smithi079.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2024-01-21T11:08:20.343 DEBUG:teuthology.orchestra.run.smithi079:> dpkg -s linux-image-generic 2024-01-21T11:08:20.365 INFO:teuthology.orchestra.run.smithi079.stdout:Package: linux-image-generic 2024-01-21T11:08:20.365 INFO:teuthology.orchestra.run.smithi079.stdout:Status: install ok installed 2024-01-21T11:08:20.365 INFO:teuthology.orchestra.run.smithi079.stdout:Priority: optional 2024-01-21T11:08:20.365 INFO:teuthology.orchestra.run.smithi079.stdout:Section: kernel 2024-01-21T11:08:20.366 INFO:teuthology.orchestra.run.smithi079.stdout:Installed-Size: 18 2024-01-21T11:08:20.366 INFO:teuthology.orchestra.run.smithi079.stdout:Maintainer: Ubuntu Kernel Team 2024-01-21T11:08:20.366 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: amd64 2024-01-21T11:08:20.366 INFO:teuthology.orchestra.run.smithi079.stdout:Source: linux-meta 2024-01-21T11:08:20.366 INFO:teuthology.orchestra.run.smithi079.stdout:Version: 4.15.0.213.196 2024-01-21T11:08:20.366 INFO:teuthology.orchestra.run.smithi079.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-21T11:08:20.366 INFO:teuthology.orchestra.run.smithi079.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-21T11:08:20.366 INFO:teuthology.orchestra.run.smithi079.stdout:Recommends: thermald 2024-01-21T11:08:20.366 INFO:teuthology.orchestra.run.smithi079.stdout:Description: Generic Linux kernel image 2024-01-21T11:08:20.366 INFO:teuthology.orchestra.run.smithi079.stdout: This package will always depend on the latest generic kernel image 2024-01-21T11:08:20.366 INFO:teuthology.orchestra.run.smithi079.stdout: available. 2024-01-21T11:08:20.367 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2024-01-21T11:08:20.375 DEBUG:teuthology.orchestra.remote:smithi046:/tmp/tmp.WalFBgWasv is 10KB 2024-01-21T11:08:20.387 DEBUG:teuthology.orchestra.run.smithi046:> rm -fr /tmp/tmp.WalFBgWasv 2024-01-21T11:08:20.393 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-21T11:08:20.419 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.E6p1ELLN32 2024-01-21T11:08:20.419 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub/grub.cfg /tmp/tmp.E6p1ELLN32 2024-01-21T11:08:20.451 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-21T11:08:20.451 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-21T11:08:20.451 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-21T11:08:20.485 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.E6p1ELLN32 2024-01-21T11:08:20.521 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-01-21T11:08:20.522 DEBUG:teuthology.orchestra.run.smithi046:> sudo update-grub 2024-01-21T11:08:20.623 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.E6p1ELLN32 is 10KB 2024-01-21T11:08:20.675 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.E6p1ELLN32 2024-01-21T11:08:20.681 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-21T11:08:20.738 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-21T11:08:20.738 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-21T11:08:20.738 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-21T11:08:20.814 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-01-21T11:08:20.815 DEBUG:teuthology.orchestra.run.smithi079:> sudo update-grub 2024-01-21T11:08:21.894 INFO:teuthology.orchestra.run.smithi046.stderr:Sourcing file `/etc/default/grub' 2024-01-21T11:08:21.902 INFO:teuthology.orchestra.run.smithi046.stderr:Generating grub configuration file ... 2024-01-21T11:08:22.211 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-21T11:08:22.223 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-21T11:08:22.347 INFO:teuthology.orchestra.run.smithi079.stderr:Sourcing file `/etc/default/grub' 2024-01-21T11:08:22.365 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2024-01-21T11:08:22.585 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-21T11:08:22.597 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-21T11:08:22.650 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-21T11:08:22.661 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-21T11:08:22.675 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-21T11:08:22.688 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-21T11:08:22.981 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-21T11:08:22.993 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-21T11:08:23.068 INFO:teuthology.orchestra.run.smithi079.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-21T11:08:23.081 INFO:teuthology.orchestra.run.smithi079.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-21T11:08:23.228 INFO:teuthology.orchestra.run.smithi046.stderr:done 2024-01-21T11:08:23.229 DEBUG:teuthology.orchestra.run.smithi046:> sudo shutdown -r now 2024-01-21T11:08:23.694 INFO:teuthology.orchestra.run.smithi079.stderr:done 2024-01-21T11:08:23.696 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2024-01-21T11:08:53.260 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-21T11:08:53.261 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-01-21T11:08:53.261 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:08:53.740 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-21T11:08:53.740 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-01-21T11:08:53.741 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:09:11.612 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-01-21T11:09:12.128 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-01-21T11:09:20.620 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-01-21T11:09:20.621 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:09:21.130 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-01-21T11:09:21.130 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:09:23.676 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-01-21T11:09:24.188 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-01-21T11:09:35.688 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-01-21T11:09:35.689 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:09:36.189 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-01-21T11:09:36.189 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:09:38.748 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-01-21T11:09:53.760 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-01-21T11:09:53.761 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:09:54.620 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.79 2024-01-21T11:09:56.828 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-01-21T11:10:09.634 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-01-21T11:10:09.635 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:10:09.719 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-01-21T11:10:10.029 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-01-21T11:10:10.029 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2024-01-21T11:10:10.030 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-01-21T11:10:10.077 INFO:teuthology.orchestra.run.smithi079.stdout:4.15.0-213-generic 2024-01-21T11:10:10.078 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-01-21T11:10:10.078 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T11:10:10.078 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-21T11:10:11.078 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-21T11:10:11.078 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T11:10:11.115 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2024-01-21T11:10:11.134 DEBUG:teuthology.parallel:result is None 2024-01-21T11:10:14.829 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-01-21T11:10:14.830 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:10:17.884 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-01-21T11:10:38.885 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-01-21T11:10:38.886 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:11:38.889 DEBUG:teuthology.orchestra.remote:timed out 2024-01-21T11:12:02.890 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-01-21T11:12:02.891 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:12:02.981 DEBUG:teuthology.orchestra.run.smithi046:> true 2024-01-21T11:12:03.317 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-01-21T11:12:03.317 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2024-01-21T11:12:03.318 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-01-21T11:12:03.364 INFO:teuthology.orchestra.run.smithi046.stdout:4.15.0-213-generic 2024-01-21T11:12:03.364 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-01-21T11:12:03.364 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T11:12:03.364 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-21T11:12:04.365 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-21T11:12:04.366 DEBUG:teuthology.orchestra.run.smithi046:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T11:12:04.398 INFO:teuthology.orchestra.run.smithi046.stdout:ttyS1 2024-01-21T11:12:04.432 DEBUG:teuthology.parallel:result is None 2024-01-21T11:12:04.433 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-21T11:12:04.439 INFO:teuthology.task.internal:Creating test directory... 2024-01-21T11:12:04.440 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T11:12:04.476 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T11:12:04.482 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-21T11:12:04.489 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-21T11:12:04.516 INFO:teuthology.task.internal:Creating archive directory... 2024-01-21T11:12:04.516 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T11:12:04.523 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T11:12:04.543 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-21T11:12:04.550 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-21T11:12:04.550 DEBUG:teuthology.orchestra.run.smithi046:> 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-01-21T11:12:04.579 DEBUG:teuthology.orchestra.run.smithi079:> 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-01-21T11:12:04.598 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T11:12:04.605 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T11:12:04.608 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T11:12:04.619 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T11:12:04.620 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-21T11:12:04.627 INFO:teuthology.task.internal:Configuring sudo... 2024-01-21T11:12:04.627 DEBUG:teuthology.orchestra.run.smithi046:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T11:12:04.651 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T11:12:04.677 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-21T11:12:04.688 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-21T11:12:04.688 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T11:12:04.707 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T11:12:04.725 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T11:12:04.759 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T11:12:04.808 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-21T11:12:04.808 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T11:12:04.876 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T11:12:04.882 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T11:12:04.930 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-21T11:12:04.930 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T11:12:04.997 DEBUG:teuthology.orchestra.run.smithi046:> sudo service rsyslog restart 2024-01-21T11:12:04.999 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2024-01-21T11:12:05.077 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-21T11:12:05.085 INFO:teuthology.task.internal:Starting timer... 2024-01-21T11:12:05.086 INFO:teuthology.run_tasks:Running task pcp... 2024-01-21T11:12:05.095 INFO:teuthology.run_tasks:Running task selinux... 2024-01-21T11:12:05.106 DEBUG:teuthology.task.selinux:Excluding smithi046: OS 'ubuntu' does not support SELinux 2024-01-21T11:12:05.107 DEBUG:teuthology.task.selinux:Excluding smithi079: OS 'ubuntu' does not support SELinux 2024-01-21T11:12:05.107 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-21T11:12:05.107 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-01-21T11:12:05.107 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-21T11:12:05.107 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-21T11:12:05.116 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-21T11:12:05.121 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-21T11:12:05.282 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-21T11:12:05.297 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-01-21T11:12:05.298 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi046.front.sepia.ceph.com,smithi079.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-21T11:17:18.531 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi046.front.sepia.ceph.com'), Remote(name='ubuntu@smithi079.front.sepia.ceph.com')] 2024-01-21T11:17:18.533 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-01-21T11:17:18.534 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:17:18.616 DEBUG:teuthology.orchestra.run.smithi046:> true 2024-01-21T11:17:18.737 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-01-21T11:17:18.737 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-01-21T11:17:18.738 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T11:17:18.807 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-01-21T11:17:18.925 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-01-21T11:17:18.925 INFO:teuthology.run_tasks:Running task clock... 2024-01-21T11:17:18.935 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-21T11:17:18.936 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T11:17:18.936 DEBUG:teuthology.orchestra.run.smithi046:> 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-01-21T11:17:18.938 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T11:17:18.938 DEBUG:teuthology.orchestra.run.smithi079:> 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-01-21T11:17:18.998 INFO:teuthology.orchestra.run.smithi046.stdout:21 Jan 11:17:18 ntpd[14194]: ntpd 4.2.8p10@1.3728-o (1): Starting 2024-01-21T11:17:18.998 INFO:teuthology.orchestra.run.smithi046.stdout:21 Jan 11:17:18 ntpd[14194]: Command line: ntpd -gq 2024-01-21T11:17:18.999 INFO:teuthology.orchestra.run.smithi046.stdout:21 Jan 11:17:18 ntpd[14194]: proto: precision = 0.123 usec (-23) 2024-01-21T11:17:19.000 INFO:teuthology.orchestra.run.smithi046.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-21T11:17:19.000 INFO:teuthology.orchestra.run.smithi046.stdout:21 Jan 11:17:18 ntpd[14194]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-21T11:17:19.000 INFO:teuthology.orchestra.run.smithi046.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-21T11:17:19.001 INFO:teuthology.orchestra.run.smithi046.stdout:21 Jan 11:17:18 ntpd[14194]: restrict ::: KOD does nothing without LIMITED. 2024-01-21T11:17:19.001 INFO:teuthology.orchestra.run.smithi046.stdout:21 Jan 11:17:18 ntpd[14194]: Listen and drop on 0 v6wildcard [::]:123 2024-01-21T11:17:19.002 INFO:teuthology.orchestra.run.smithi046.stdout:21 Jan 11:17:18 ntpd[14194]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-21T11:17:19.002 INFO:teuthology.orchestra.run.smithi046.stdout:21 Jan 11:17:18 ntpd[14194]: Listen normally on 2 lo 127.0.0.1:123 2024-01-21T11:17:19.002 INFO:teuthology.orchestra.run.smithi046.stdout:21 Jan 11:17:18 ntpd[14194]: Listen normally on 3 ens1f0 172.21.15.46:123 2024-01-21T11:17:19.002 INFO:teuthology.orchestra.run.smithi046.stdout:21 Jan 11:17:18 ntpd[14194]: Listen normally on 4 lo [::1]:123 2024-01-21T11:17:19.002 INFO:teuthology.orchestra.run.smithi046.stdout:21 Jan 11:17:18 ntpd[14194]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15f8%2]:123 2024-01-21T11:17:19.002 INFO:teuthology.orchestra.run.smithi046.stdout:21 Jan 11:17:18 ntpd[14194]: Listening on routing socket on fd #22 for interface updates 2024-01-21T11:17:19.021 INFO:teuthology.orchestra.run.smithi079.stdout:21 Jan 11:17:19 ntpd[14495]: ntpd 4.2.8p10@1.3728-o (1): Starting 2024-01-21T11:17:19.022 INFO:teuthology.orchestra.run.smithi079.stdout:21 Jan 11:17:19 ntpd[14495]: Command line: ntpd -gq 2024-01-21T11:17:19.022 INFO:teuthology.orchestra.run.smithi079.stdout:21 Jan 11:17:19 ntpd[14495]: proto: precision = 0.123 usec (-23) 2024-01-21T11:17:19.023 INFO:teuthology.orchestra.run.smithi079.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-21T11:17:19.023 INFO:teuthology.orchestra.run.smithi079.stdout:21 Jan 11:17:19 ntpd[14495]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-21T11:17:19.023 INFO:teuthology.orchestra.run.smithi079.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-21T11:17:19.024 INFO:teuthology.orchestra.run.smithi079.stdout:21 Jan 11:17:19 ntpd[14495]: restrict ::: KOD does nothing without LIMITED. 2024-01-21T11:17:19.024 INFO:teuthology.orchestra.run.smithi079.stdout:21 Jan 11:17:19 ntpd[14495]: Listen and drop on 0 v6wildcard [::]:123 2024-01-21T11:17:19.024 INFO:teuthology.orchestra.run.smithi079.stdout:21 Jan 11:17:19 ntpd[14495]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-21T11:17:19.025 INFO:teuthology.orchestra.run.smithi079.stdout:21 Jan 11:17:19 ntpd[14495]: Listen normally on 2 lo 127.0.0.1:123 2024-01-21T11:17:19.025 INFO:teuthology.orchestra.run.smithi079.stdout:21 Jan 11:17:19 ntpd[14495]: Listen normally on 3 enp3s0f1 172.21.15.79:123 2024-01-21T11:17:19.025 INFO:teuthology.orchestra.run.smithi079.stdout:21 Jan 11:17:19 ntpd[14495]: Listen normally on 4 lo [::1]:123 2024-01-21T11:17:19.025 INFO:teuthology.orchestra.run.smithi079.stdout:21 Jan 11:17:19 ntpd[14495]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce87%5]:123 2024-01-21T11:17:19.025 INFO:teuthology.orchestra.run.smithi079.stdout:21 Jan 11:17:19 ntpd[14495]: Listening on routing socket on fd #22 for interface updates 2024-01-21T11:17:20.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:19 ntpd[14194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:20.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:19 ntpd[14194]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:20.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:19 ntpd[14194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:20.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:19 ntpd[14194]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:20.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:19 ntpd[14194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:20.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:19 ntpd[14194]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:20.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:19 ntpd[14194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:20.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:19 ntpd[14194]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:20.022 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:20 ntpd[14495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:20.022 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:20 ntpd[14495]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:20.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:20 ntpd[14495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:20.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:20 ntpd[14495]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:21.022 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:21 ntpd[14495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:21.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:21 ntpd[14495]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:21.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:21 ntpd[14495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:21.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:21 ntpd[14495]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:22.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:21 ntpd[14194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:22.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:21 ntpd[14194]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:22.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:21 ntpd[14194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:22.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:21 ntpd[14194]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:22.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:21 ntpd[14194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:22.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:21 ntpd[14194]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:22.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:21 ntpd[14194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:22.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:21 ntpd[14194]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:22.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:21 ntpd[14194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:22.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:21 ntpd[14194]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:22.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:21 ntpd[14194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:22.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:21 ntpd[14194]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:22.022 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:22 ntpd[14495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:22.022 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:22 ntpd[14495]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:22.022 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:22 ntpd[14495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:22.022 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:22 ntpd[14495]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:23.022 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:23 ntpd[14495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:23.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:23 ntpd[14495]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:23.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:23 ntpd[14495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:23.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:23 ntpd[14495]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:24.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:23 ntpd[14194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:24.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:23 ntpd[14194]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:24.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:23 ntpd[14194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:24.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:23 ntpd[14194]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:24.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:23 ntpd[14194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:24.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:23 ntpd[14194]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:24.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:23 ntpd[14194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:24.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:23 ntpd[14194]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:24.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:23 ntpd[14194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:24.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:23 ntpd[14194]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:24.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:23 ntpd[14194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:24.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:23 ntpd[14194]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:24.022 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:24 ntpd[14495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:24.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:24 ntpd[14495]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:24.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:24 ntpd[14495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:24.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:24 ntpd[14495]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:24.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:24 ntpd[14495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:24.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:24 ntpd[14495]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:24.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:24 ntpd[14495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:24.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:24 ntpd[14495]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:25.022 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:25 ntpd[14495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:25.022 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:25 ntpd[14495]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:25.022 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:25 ntpd[14495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:25.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:25 ntpd[14495]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:25.999 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:25 ntpd[14194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:26.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:25 ntpd[14194]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:26.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:25 ntpd[14194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:26.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:25 ntpd[14194]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:26.000 INFO:teuthology.orchestra.run.smithi046.stdout:21 Jan 11:17:25 ntpd[14194]: ntpd: time slew -0.000036 s 2024-01-21T11:17:26.000 INFO:teuthology.orchestra.run.smithi046.stdout:ntpd: time slew -0.000036s 2024-01-21T11:17:26.000 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:25 ntpd[14194]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-21T11:17:26.001 INFO:teuthology.orchestra.run.smithi046.stderr:21 Jan 11:17:25 ntpd[14194]: can't open /var/log/ntpstats/loopstats.20240121: Permission denied 2024-01-21T11:17:26.022 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:26 ntpd[14495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:26.022 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:26 ntpd[14495]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:26.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:26 ntpd[14495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:26.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:26 ntpd[14495]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:26.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:26 ntpd[14495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T11:17:26.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:26 ntpd[14495]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T11:17:26.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:26 ntpd[14495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T11:17:26.023 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:26 ntpd[14495]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T11:17:26.023 INFO:teuthology.orchestra.run.smithi079.stdout:21 Jan 11:17:26 ntpd[14495]: ntpd: time slew -0.000144 s 2024-01-21T11:17:26.023 INFO:teuthology.orchestra.run.smithi079.stdout:ntpd: time slew -0.000144s 2024-01-21T11:17:26.024 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:26 ntpd[14495]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-21T11:17:26.024 INFO:teuthology.orchestra.run.smithi079.stderr:21 Jan 11:17:26 ntpd[14495]: can't open /var/log/ntpstats/loopstats.20240121: Permission denied 2024-01-21T11:17:26.062 INFO:teuthology.orchestra.run.smithi046.stdout: remote refid st t when poll reach delay offset jitter 2024-01-21T11:17:26.062 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================== 2024-01-21T11:17:26.062 INFO:teuthology.orchestra.run.smithi046.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T11:17:26.062 INFO:teuthology.orchestra.run.smithi046.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T11:17:26.062 INFO:teuthology.orchestra.run.smithi046.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T11:17:26.062 INFO:teuthology.orchestra.run.smithi046.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T11:17:26.083 INFO:teuthology.orchestra.run.smithi079.stdout: remote refid st t when poll reach delay offset jitter 2024-01-21T11:17:26.083 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================== 2024-01-21T11:17:26.083 INFO:teuthology.orchestra.run.smithi079.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T11:17:26.083 INFO:teuthology.orchestra.run.smithi079.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T11:17:26.083 INFO:teuthology.orchestra.run.smithi079.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T11:17:26.083 INFO:teuthology.orchestra.run.smithi079.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T11:17:26.084 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-21T11:17:26.094 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-21T11:17:26.094 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-21T11:17:26.094 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:17:26.101 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-01-21T11:17:26.101 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_1 2024-01-21T11:17:26.150 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T11:17:26.150 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:17:26.150 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 338 Links: 1 2024-01-21T11:17:26.150 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:17:26.150 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-01-21 11:15:56.154080653 +0000 2024-01-21T11:17:26.150 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-01-21 11:15:55.990083418 +0000 2024-01-21T11:17:26.150 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-01-21 11:15:55.990083418 +0000 2024-01-21T11:17:26.150 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-01-21T11:17:26.151 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T11:17:26.203 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-01-21T11:17:26.203 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-01-21T11:17:26.203 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000227827 s, 2.2 MB/s 2024-01-21T11:17:26.204 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T11:17:26.255 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_2 2024-01-21T11:17:26.306 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T11:17:26.306 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:17:26.306 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 344 Links: 1 2024-01-21T11:17:26.306 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:17:26.306 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-01-21 11:15:56.434075929 +0000 2024-01-21T11:17:26.306 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-01-21 11:15:56.266078763 +0000 2024-01-21T11:17:26.306 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-01-21 11:15:56.266078763 +0000 2024-01-21T11:17:26.306 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-01-21T11:17:26.306 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T11:17:26.360 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-01-21T11:17:26.360 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-01-21T11:17:26.360 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000157172 s, 3.3 MB/s 2024-01-21T11:17:26.361 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T11:17:26.410 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_3 2024-01-21T11:17:26.458 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T11:17:26.458 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:17:26.458 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 350 Links: 1 2024-01-21T11:17:26.458 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:17:26.458 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-01-21 11:15:56.702071407 +0000 2024-01-21T11:17:26.458 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-01-21 11:15:56.546074039 +0000 2024-01-21T11:17:26.458 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-01-21 11:15:56.546074039 +0000 2024-01-21T11:17:26.458 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-01-21T11:17:26.458 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T11:17:26.512 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-01-21T11:17:26.512 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-01-21T11:17:26.513 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000288796 s, 1.8 MB/s 2024-01-21T11:17:26.514 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T11:17:26.563 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_4 2024-01-21T11:17:26.614 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T11:17:26.614 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:17:26.614 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 356 Links: 1 2024-01-21T11:17:26.614 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:17:26.614 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-01-21 11:15:56.990066548 +0000 2024-01-21T11:17:26.614 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-01-21 11:15:56.814069517 +0000 2024-01-21T11:17:26.614 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-01-21 11:15:56.814069517 +0000 2024-01-21T11:17:26.614 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-01-21T11:17:26.614 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T11:17:26.668 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-01-21T11:17:26.668 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-01-21T11:17:26.668 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000280461 s, 1.8 MB/s 2024-01-21T11:17:26.670 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T11:17:26.719 DEBUG:teuthology.orchestra.run.smithi046:> 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-01-21T11:17:26.833 INFO:teuthology.orchestra.run.smithi046.stdout:loop 2024-01-21T11:17:26.835 INFO:tasks.nvme_loop:Connecting nvme_loop smithi046:/dev/vg_nvme/lv_1... 2024-01-21T11:17:26.835 DEBUG:teuthology.orchestra.run.smithi046:> 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-01-21T11:17:26.852 INFO:teuthology.orchestra.run.smithi046.stdout:1 2024-01-21T11:17:26.882 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/vg_nvme/lv_11 2024-01-21T11:17:26.905 INFO:tasks.nvme_loop:Connecting nvme_loop smithi046:/dev/vg_nvme/lv_2... 2024-01-21T11:17:26.905 DEBUG:teuthology.orchestra.run.smithi046:> 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-01-21T11:17:26.971 INFO:teuthology.orchestra.run.smithi046.stdout:1 2024-01-21T11:17:26.997 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/vg_nvme/lv_21 2024-01-21T11:17:27.017 INFO:tasks.nvme_loop:Connecting nvme_loop smithi046:/dev/vg_nvme/lv_3... 2024-01-21T11:17:27.017 DEBUG:teuthology.orchestra.run.smithi046:> 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-01-21T11:17:27.084 INFO:teuthology.orchestra.run.smithi046.stdout:1 2024-01-21T11:17:27.110 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/vg_nvme/lv_31 2024-01-21T11:17:27.132 INFO:tasks.nvme_loop:Connecting nvme_loop smithi046:/dev/vg_nvme/lv_4... 2024-01-21T11:17:27.132 DEBUG:teuthology.orchestra.run.smithi046:> 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-01-21T11:17:27.200 INFO:teuthology.orchestra.run.smithi046.stdout:1 2024-01-21T11:17:27.228 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/vg_nvme/lv_41 2024-01-21T11:17:27.250 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-21T11:17:27.251 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:17:27.297 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme list 2024-01-21T11:17:27.353 INFO:teuthology.orchestra.run.smithi046.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T11:17:27.353 INFO:teuthology.orchestra.run.smithi046.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T11:17:27.353 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme0n1 PHMB7512009A480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-01-21T11:17:27.353 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme1n1 5a0fcd4772654a21 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-21T11:17:27.353 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme2n1 70faf99e66074a87 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-21T11:17:27.353 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme3n1 7894c4d56b442819 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-21T11:17:27.354 INFO:teuthology.orchestra.run.smithi046.stdout:/dev/nvme4n1 bba42e9b84077693 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-21T11:17:27.354 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T11:17:27.354 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-21T11:17:27.354 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/scratch_devs 2024-01-21T11:17:27.410 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-21T11:17:27.410 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:17:27.416 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-01-21T11:17:27.417 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_1 2024-01-21T11:17:27.466 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T11:17:27.466 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:17:27.467 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 340 Links: 1 2024-01-21T11:17:27.467 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:17:27.467 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-01-21 11:15:56.128531232 +0000 2024-01-21T11:17:27.467 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-01-21 11:15:55.964535137 +0000 2024-01-21T11:17:27.467 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-01-21 11:15:55.964535137 +0000 2024-01-21T11:17:27.467 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-01-21T11:17:27.467 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T11:17:27.519 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-01-21T11:17:27.520 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-01-21T11:17:27.520 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000382896 s, 1.3 MB/s 2024-01-21T11:17:27.521 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T11:17:27.570 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_2 2024-01-21T11:17:27.621 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T11:17:27.621 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:17:27.621 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 346 Links: 1 2024-01-21T11:17:27.621 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:17:27.621 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-01-21 11:15:56.420524280 +0000 2024-01-21T11:17:27.621 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-01-21 11:15:56.256528185 +0000 2024-01-21T11:17:27.621 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-01-21 11:15:56.256528185 +0000 2024-01-21T11:17:27.621 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-01-21T11:17:27.621 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T11:17:27.675 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-01-21T11:17:27.676 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-01-21T11:17:27.676 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000364204 s, 1.4 MB/s 2024-01-21T11:17:27.677 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T11:17:27.726 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_3 2024-01-21T11:17:27.777 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T11:17:27.777 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:17:27.777 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 352 Links: 1 2024-01-21T11:17:27.777 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:17:27.777 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-01-21 11:15:56.704517518 +0000 2024-01-21T11:17:27.777 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-01-21 11:15:56.548521232 +0000 2024-01-21T11:17:27.777 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-01-21 11:15:56.548521232 +0000 2024-01-21T11:17:27.777 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-01-21T11:17:27.778 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T11:17:27.831 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-01-21T11:17:27.832 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-01-21T11:17:27.832 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000402595 s, 1.3 MB/s 2024-01-21T11:17:27.833 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T11:17:27.882 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_4 2024-01-21T11:17:27.933 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T11:17:27.933 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T11:17:27.933 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 358 Links: 1 2024-01-21T11:17:27.933 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T11:17:27.933 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-01-21 11:15:56.980510946 +0000 2024-01-21T11:17:27.933 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-01-21 11:15:56.808515041 +0000 2024-01-21T11:17:27.933 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-01-21 11:15:56.808515041 +0000 2024-01-21T11:17:27.933 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-01-21T11:17:27.933 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T11:17:27.987 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-01-21T11:17:27.988 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-01-21T11:17:27.988 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000354051 s, 1.4 MB/s 2024-01-21T11:17:27.988 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T11:17:28.038 DEBUG:teuthology.orchestra.run.smithi079:> 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-01-21T11:17:28.132 INFO:teuthology.orchestra.run.smithi079.stdout:loop 2024-01-21T11:17:28.134 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_1... 2024-01-21T11:17:28.134 DEBUG:teuthology.orchestra.run.smithi079:> 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-01-21T11:17:28.154 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-01-21T11:17:28.176 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_11 2024-01-21T11:17:28.199 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_2... 2024-01-21T11:17:28.199 DEBUG:teuthology.orchestra.run.smithi079:> 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-01-21T11:17:28.270 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-01-21T11:17:28.298 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_21 2024-01-21T11:17:28.319 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_3... 2024-01-21T11:17:28.319 DEBUG:teuthology.orchestra.run.smithi079:> 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-01-21T11:17:28.387 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-01-21T11:17:28.416 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_31 2024-01-21T11:17:28.432 INFO:tasks.nvme_loop:Connecting nvme_loop smithi079:/dev/vg_nvme/lv_4... 2024-01-21T11:17:28.432 DEBUG:teuthology.orchestra.run.smithi079:> 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-01-21T11:17:28.499 INFO:teuthology.orchestra.run.smithi079.stdout:1 2024-01-21T11:17:28.526 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/vg_nvme/lv_41 2024-01-21T11:17:28.549 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-21T11:17:28.550 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:17:28.597 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme list 2024-01-21T11:17:28.651 INFO:teuthology.orchestra.run.smithi079.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T11:17:28.651 INFO:teuthology.orchestra.run.smithi079.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T11:17:28.651 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme0n1 PHFT6204013G400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-21T11:17:28.651 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme1n1 f02f33b0556207fb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-21T11:17:28.651 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme2n1 018bb2fd272ba384 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-21T11:17:28.651 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme3n1 a1949224f2ee1c8d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-21T11:17:28.651 INFO:teuthology.orchestra.run.smithi079.stdout:/dev/nvme4n1 d3cf4d65c2cecaae Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-21T11:17:28.652 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T11:17:28.652 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-21T11:17:28.652 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/scratch_devs 2024-01-21T11:17:28.708 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-21T11:17:28.773 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': 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec'} 2024-01-21T11:17:28.773 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T11:17:28.773 INFO:tasks.cephadm:Cluster fsid is a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:17:28.773 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-21T11:17:28.773 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-21T11:17:28.774 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi046': '172.21.15.46', 'mon.smithi079': '172.21.15.79'} 2024-01-21T11:17:28.774 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-21T11:17:28.774 DEBUG:teuthology.orchestra.run.smithi046:> sudo hostname $(hostname -s) 2024-01-21T11:17:28.790 DEBUG:teuthology.orchestra.run.smithi079:> sudo hostname $(hostname -s) 2024-01-21T11:17:28.805 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec)... 2024-01-21T11:17:28.806 DEBUG:teuthology.orchestra.run.smithi046:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T11:17:28.986 INFO:teuthology.orchestra.run.smithi046.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 21 11:17 /home/ubuntu/cephtest/cephadm 2024-01-21T11:17:28.987 DEBUG:teuthology.orchestra.run.smithi079:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T11:17:29.142 INFO:teuthology.orchestra.run.smithi079.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 21 11:17 /home/ubuntu/cephtest/cephadm 2024-01-21T11:17:29.143 DEBUG:teuthology.orchestra.run.smithi046:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T11:17:29.152 DEBUG:teuthology.orchestra.run.smithi079:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T11:17:29.169 DEBUG:teuthology.orchestra.run.smithi046:> sudo mkdir -p /etc/ceph 2024-01-21T11:17:29.210 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /etc/ceph 2024-01-21T11:17:29.225 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 777 /etc/ceph 2024-01-21T11:17:29.265 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 777 /etc/ceph 2024-01-21T11:17:29.280 INFO:tasks.cephadm:Writing seed config... 2024-01-21T11:17:29.281 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-21T11:17:29.281 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-21T11:17:29.281 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-21T11:17:29.281 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-21T11:17:29.282 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-21T11:17:29.282 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-21T11:17:29.282 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-21T11:17:29.282 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-21T11:17:29.282 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-21T11:17:29.282 DEBUG:teuthology.orchestra.run.smithi046:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-21T11:17:29.317 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = a99e224e-b84e-11ee-95b0-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-01-21T11:17:29.317 DEBUG:teuthology.orchestra.run.smithi046:mon.smithi046> sudo journalctl -f -n 0 -u ceph-a99e224e-b84e-11ee-95b0-87774f69a715@mon.smithi046.service 2024-01-21T11:17:29.361 INFO:tasks.cephadm:Bootstrapping... 2024-01-21T11:17:29.361 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -v bootstrap --fsid a99e224e-b84e-11ee-95b0-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.46 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:17:29.703 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2024-01-21T11:17:29.751 INFO:teuthology.orchestra.run.smithi046.stderr:-------------------------------------------------------------------------------- 2024-01-21T11:17:29.751 INFO:teuthology.orchestra.run.smithi046.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec', '-v', 'bootstrap', '--fsid', 'a99e224e-b84e-11ee-95b0-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.46', '--skip-admin-label'] 2024-01-21T11:17:29.751 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying podman|docker is present... 2024-01-21T11:17:29.751 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying lvm2 is present... 2024-01-21T11:17:29.751 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying time synchronization is in place... 2024-01-21T11:17:29.758 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T11:17:29.767 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2024-01-21T11:17:29.776 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-21T11:17:29.783 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2024-01-21T11:17:29.792 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: enabled 2024-01-21T11:17:29.799 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2024-01-21T11:17:29.808 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-21T11:17:29.817 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2024-01-21T11:17:29.827 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: enabled 2024-01-21T11:17:29.835 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: active 2024-01-21T11:17:29.836 INFO:teuthology.orchestra.run.smithi046.stderr:Unit ntp.service is enabled and running 2024-01-21T11:17:29.836 INFO:teuthology.orchestra.run.smithi046.stderr:Repeating the final host check... 2024-01-21T11:17:29.836 INFO:teuthology.orchestra.run.smithi046.stderr:docker (/usr/bin/docker) is present 2024-01-21T11:17:29.836 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl is present 2024-01-21T11:17:29.837 INFO:teuthology.orchestra.run.smithi046.stderr:lvcreate is present 2024-01-21T11:17:29.845 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T11:17:29.854 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2024-01-21T11:17:29.863 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-21T11:17:29.872 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2024-01-21T11:17:29.882 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: enabled 2024-01-21T11:17:29.890 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2024-01-21T11:17:29.899 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-21T11:17:29.907 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: inactive 2024-01-21T11:17:29.917 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: enabled 2024-01-21T11:17:29.925 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: active 2024-01-21T11:17:29.926 INFO:teuthology.orchestra.run.smithi046.stderr:Unit ntp.service is enabled and running 2024-01-21T11:17:29.926 INFO:teuthology.orchestra.run.smithi046.stderr:Host looks OK 2024-01-21T11:17:29.926 INFO:teuthology.orchestra.run.smithi046.stderr:Cluster fsid: a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:17:29.927 INFO:teuthology.orchestra.run.smithi046.stderr:Acquiring lock 139797146445080 on /run/cephadm/a99e224e-b84e-11ee-95b0-87774f69a715.lock 2024-01-21T11:17:29.927 INFO:teuthology.orchestra.run.smithi046.stderr:Lock 139797146445080 acquired on /run/cephadm/a99e224e-b84e-11ee-95b0-87774f69a715.lock 2024-01-21T11:17:29.928 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying IP 172.21.15.46 port 3300 ... 2024-01-21T11:17:29.928 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying IP 172.21.15.46 port 6789 ... 2024-01-21T11:17:29.928 INFO:teuthology.orchestra.run.smithi046.stderr:Base mon IP(s) is [172.21.15.46:3300, 172.21.15.46:6789], mon addrv is [v2:172.21.15.46:3300,v1:172.21.15.46:6789] 2024-01-21T11:17:29.932 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 2024-01-21T11:17:29.933 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-21T11:17:29.933 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.46 2024-01-21T11:17:29.938 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-01-21T11:17:29.938 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2024-01-21T11:17:29.941 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-21T11:17:29.942 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-21T11:17:29.942 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T11:17:29.942 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: 2: ens1f0: mtu 1500 state UP qlen 1000 2024-01-21T11:17:29.942 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:15f8/64 scope link 2024-01-21T11:17:29.942 INFO:teuthology.orchestra.run.smithi046.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T11:17:29.943 INFO:teuthology.orchestra.run.smithi046.stderr:Mon IP `172.21.15.46` is in CIDR network `172.21.0.0/20` 2024-01-21T11:17:29.943 INFO:teuthology.orchestra.run.smithi046.stderr:Mon IP `172.21.15.46` is in CIDR network `172.21.0.0/20` 2024-01-21T11:17:29.943 INFO:teuthology.orchestra.run.smithi046.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-21T11:17:29.944 INFO:teuthology.orchestra.run.smithi046.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-21T11:17:29.945 INFO:teuthology.orchestra.run.smithi046.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec... 2024-01-21T11:17:30.368 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec: Pulling from ceph-ci/ceph 2024-01-21T11:17:30.370 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: 5892adb860b1: Pulling fs layer 2024-01-21T11:17:30.370 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: 38ed6fe6bc71: Pulling fs layer 2024-01-21T11:17:31.043 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: 5892adb860b1: Verifying Checksum 2024-01-21T11:17:31.043 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: 5892adb860b1: Download complete 2024-01-21T11:17:33.001 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: 38ed6fe6bc71: Verifying Checksum 2024-01-21T11:17:33.001 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: 38ed6fe6bc71: Download complete 2024-01-21T11:17:33.548 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: 5892adb860b1: Pull complete 2024-01-21T11:17:43.956 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: 38ed6fe6bc71: Pull complete 2024-01-21T11:17:44.049 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: Digest: sha256:1b24450ab6fb489afb5fe4805ef16395673dc2aab2108084613a229213867b24 2024-01-21T11:17:44.081 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T11:17:44.107 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T11:17:53.674 INFO:teuthology.orchestra.run.smithi046.stderr:ceph: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T11:17:54.169 INFO:teuthology.orchestra.run.smithi046.stderr:Ceph version: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T11:17:54.169 INFO:teuthology.orchestra.run.smithi046.stderr:Extracting ceph user uid/gid from container image... 2024-01-21T11:17:55.013 INFO:teuthology.orchestra.run.smithi046.stderr:stat: 167 167 2024-01-21T11:17:55.513 INFO:teuthology.orchestra.run.smithi046.stderr:Creating initial keys... 2024-01-21T11:17:56.358 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-authtool: AQBk/axl0QZAFRAAhT2UjkBUKEJiqB1A15K7cg== 2024-01-21T11:17:57.650 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-authtool: AQBl/axl2EypJhAAhHexBTmcr5mdcoXyEC7yxA== 2024-01-21T11:17:58.982 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-authtool: AQBm/axlNUB3OhAAmP6zZEN9/BcXUTGeHHPbgw== 2024-01-21T11:17:59.470 INFO:teuthology.orchestra.run.smithi046.stderr:Creating initial monmap... 2024-01-21T11:18:00.310 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T11:18:00.310 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:18:00.310 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T11:18:00.799 INFO:teuthology.orchestra.run.smithi046.stderr:monmaptool for smithi046 [v2:172.21.15.46:3300,v1:172.21.15.46:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T11:18:00.800 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/monmaptool: set fsid to a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:18:00.800 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T11:18:00.800 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-21T11:18:00.800 INFO:teuthology.orchestra.run.smithi046.stderr:Creating mon... 2024-01-21T11:18:01.719 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T11:18:01.720 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 1 imported monmap: 2024-01-21T11:18:01.720 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-21T11:18:01.720 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: fsid a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:18:01.721 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: last_changed 2024-01-21T11:18:00.308403+0000 2024-01-21T11:18:01.721 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: created 2024-01-21T11:18:00.308403+0000 2024-01-21T11:18:01.721 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-21T11:18:01.721 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-21T11:18:01.721 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.smithi046 2024-01-21T11:18:01.722 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.725 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 0 /usr/bin/ceph-mon: set fsid to a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:18:01.725 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T11:18:01.725 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.725 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T11:18:01.725 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T11:18:01.725 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: DB SUMMARY 2024-01-21T11:18:01.725 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.725 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi046/store.db dir, Total Num: 0, files: 2024-01-21T11:18:01.726 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.726 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi046/store.db: 2024-01-21T11:18:01.726 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.726 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T11:18:01.726 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.create_if_missing: 1 2024-01-21T11:18:01.726 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T11:18:01.726 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.env: 0x55ef0ffbe080 2024-01-21T11:18:01.726 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.fs: Posix File System 2024-01-21T11:18:01.726 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.info_log: 0x55ef124f1380 2024-01-21T11:18:01.726 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T11:18:01.726 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.statistics: (nil) 2024-01-21T11:18:01.726 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.use_fsync: 0 2024-01-21T11:18:01.728 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T11:18:01.728 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T11:18:01.728 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T11:18:01.728 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T11:18:01.729 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T11:18:01.729 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T11:18:01.729 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T11:18:01.729 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T11:18:01.729 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T11:18:01.729 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T11:18:01.729 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T11:18:01.729 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.db_log_dir: 2024-01-21T11:18:01.729 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi046/store.db 2024-01-21T11:18:01.729 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T11:18:01.729 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T11:18:01.729 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T11:18:01.729 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.715+0000 7fbb0738e880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T11:18:01.729 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T11:18:01.751 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T11:18:01.751 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T11:18:01.751 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T11:18:01.752 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T11:18:01.752 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T11:18:01.752 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.write_buffer_manager: 0x55ef124f7980 2024-01-21T11:18:01.752 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T11:18:01.752 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T11:18:01.752 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T11:18:01.752 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T11:18:01.752 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T11:18:01.752 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T11:18:01.752 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T11:18:01.752 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T11:18:01.752 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T11:18:01.752 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.unordered_write: 0 2024-01-21T11:18:01.752 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T11:18:01.752 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.row_cache: None 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.wal_filter: None 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T11:18:01.753 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T11:18:01.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T11:18:01.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T11:18:01.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T11:18:01.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T11:18:01.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T11:18:01.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T11:18:01.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T11:18:01.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T11:18:01.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_open_files: -1 2024-01-21T11:18:01.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T11:18:01.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T11:18:01.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T11:18:01.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T11:18:01.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Compression algorithms supported: 2024-01-21T11:18:01.754 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: kZSTD supported: 0 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi046/store.db/MANIFEST-000001 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.merge_operator: 2024-01-21T11:18:01.755 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compaction_filter: None 2024-01-21T11:18:01.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T11:18:01.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T11:18:01.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T11:18:01.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ef12405d30) 2024-01-21T11:18:01.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-21T11:18:01.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T11:18:01.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T11:18:01.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-21T11:18:01.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-21T11:18:01.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-21T11:18:01.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-21T11:18:01.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-21T11:18:01.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-21T11:18:01.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-21T11:18:01.756 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-21T11:18:01.757 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_cache: 0x55ef1243cd10 2024-01-21T11:18:01.757 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-21T11:18:01.757 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-21T11:18:01.757 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-21T11:18:01.757 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-21T11:18:01.757 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-21T11:18:01.757 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-21T11:18:01.757 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-21T11:18:01.757 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-21T11:18:01.757 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-21T11:18:01.757 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-21T11:18:01.757 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-21T11:18:01.757 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-21T11:18:01.757 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-21T11:18:01.757 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-21T11:18:01.758 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-21T11:18:01.758 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T11:18:01.758 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-21T11:18:01.758 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-21T11:18:01.758 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-21T11:18:01.758 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-21T11:18:01.758 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-21T11:18:01.758 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-21T11:18:01.758 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.758 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T11:18:01.758 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T11:18:01.758 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compression: NoCompression 2024-01-21T11:18:01.758 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T11:18:01.758 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T11:18:01.758 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.num_levels: 7 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T11:18:01.759 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T11:18:01.760 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T11:18:01.760 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T11:18:01.760 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T11:18:01.760 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T11:18:01.760 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T11:18:01.760 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T11:18:01.760 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T11:18:01.760 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T11:18:01.760 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T11:18:01.760 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T11:18:01.760 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T11:18:01.760 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T11:18:01.760 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T11:18:01.760 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T11:18:01.760 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T11:18:01.760 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T11:18:01.761 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T11:18:01.762 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T11:18:01.762 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T11:18:01.762 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T11:18:01.762 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T11:18:01.762 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T11:18:01.762 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T11:18:01.762 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T11:18:01.762 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T11:18:01.762 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T11:18:01.762 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T11:18:01.762 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.ttl: 2592000 2024-01-21T11:18:01.762 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.719+0000 7fbb0738e880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T11:18:01.762 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.723+0000 7fbb0738e880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi046/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-01-21T11:18:01.762 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.762 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.723+0000 7fbb0738e880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T11:18:01.762 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.763 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.723+0000 7fbb0738e880 4 rocksdb: DB pointer 0x55ef12505800 2024-01-21T11:18:01.763 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.723+0000 7fbaf0201700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T11:18:01.763 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.723+0000 7fbaf0201700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T11:18:01.763 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-21T11:18:01.763 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:18:01.763 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.763 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.763 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:18:01.763 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.763 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.763 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:18:01.763 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.763 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T11:18:01.763 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.763 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:18:01.764 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.764 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.764 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.764 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T11:18:01.764 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.764 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:18:01.764 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:18:01.764 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:18:01.764 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:18:01.764 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:18:01.764 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:18:01.764 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:18:01.764 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.764 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.764 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.765 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.765 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:18:01.765 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.765 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T11:18:01.765 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.765 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:18:01.765 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.765 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.765 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.765 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T11:18:01.765 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.765 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:18:01.765 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:18:01.765 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:18:01.765 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:18:01.766 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:18:01.766 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:18:01.766 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:18:01.766 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.766 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.766 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:18:01.766 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.766 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:18:01.767 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: 2024-01-21T11:18:01.767 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.727+0000 7fbb0738e880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-21T11:18:01.767 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.727+0000 7fbb0738e880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-21T11:18:01.767 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph-mon: debug 2024-01-21T11:18:01.727+0000 7fbb0738e880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi046 for mon.smithi046 2024-01-21T11:18:02.199 INFO:teuthology.orchestra.run.smithi046.stderr:create mon.smithi046 on 2024-01-21T11:18:02.325 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-01-21T11:18:02.443 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a99e224e-b84e-11ee-95b0-87774f69a715.target -> /etc/systemd/system/ceph-a99e224e-b84e-11ee-95b0-87774f69a715.target. 2024-01-21T11:18:02.443 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-a99e224e-b84e-11ee-95b0-87774f69a715.target -> /etc/systemd/system/ceph-a99e224e-b84e-11ee-95b0-87774f69a715.target. 2024-01-21T11:18:02.681 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to reset failed state of unit ceph-a99e224e-b84e-11ee-95b0-87774f69a715@mon.smithi046.service: Unit ceph-a99e224e-b84e-11ee-95b0-87774f69a715@mon.smithi046.service is not loaded. 2024-01-21T11:18:02.689 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Created symlink /etc/systemd/system/ceph-a99e224e-b84e-11ee-95b0-87774f69a715.target.wants/ceph-a99e224e-b84e-11ee-95b0-87774f69a715@mon.smithi046.service -> /etc/systemd/system/ceph-a99e224e-b84e-11ee-95b0-87774f69a715@.service. 2024-01-21T11:18:02.817 INFO:teuthology.orchestra.run.smithi046.stderr:firewalld does not appear to be present 2024-01-21T11:18:02.817 INFO:teuthology.orchestra.run.smithi046.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T11:18:02.818 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mon to start... 2024-01-21T11:18:02.818 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mon... 2024-01-21T11:18:03.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:02 smithi046 systemd[1]: Started Ceph mon.smithi046 for a99e224e-b84e-11ee-95b0-87774f69a715. 2024-01-21T11:18:04.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:04 smithi046 bash[15372]: cluster 2024-01-21T11:18:04.213538+0000 mon.smithi046 (mon.0) 0 : [INF] mkfs a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:18:04.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:04 smithi046 bash[15372]: cluster 2024-01-21T11:18:04.204465+0000 mon.smithi046 (mon.0) 1 : cluster [INF] mon.smithi046 is new leader, mons smithi046 in quorum (ranks 0) 2024-01-21T11:18:04.526 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: cluster: 2024-01-21T11:18:04.526 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: id: a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:18:04.526 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-21T11:18:04.526 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-21T11:18:04.526 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: services: 2024-01-21T11:18:04.526 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi046 (age 0.311839s) 2024-01-21T11:18:04.526 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-21T11:18:04.527 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-21T11:18:04.527 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-21T11:18:04.527 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: data: 2024-01-21T11:18:04.527 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-21T11:18:04.527 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-21T11:18:04.527 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-21T11:18:04.527 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: pgs: 2024-01-21T11:18:04.527 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-21T11:18:05.064 INFO:teuthology.orchestra.run.smithi046.stderr:mon is available 2024-01-21T11:18:05.064 INFO:teuthology.orchestra.run.smithi046.stderr:Assimilating anything we can from ceph.conf... 2024-01-21T11:18:05.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:05 smithi046 bash[15372]: cluster 2024-01-21T11:18:04.211436+0000 mon.smithi046 (mon.0) 2 : cluster [INF] mon.smithi046 is new leader, mons smithi046 in quorum (ranks 0) 2024-01-21T11:18:05.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:05 smithi046 bash[15372]: cluster 2024-01-21T11:18:04.211702+0000 mon.smithi046 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi046=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0]} removed_ranks: {} 2024-01-21T11:18:05.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:05 smithi046 bash[15372]: cluster 2024-01-21T11:18:04.216223+0000 mon.smithi046 (mon.0) 4 : cluster [DBG] fsmap 2024-01-21T11:18:05.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:05 smithi046 bash[15372]: cluster 2024-01-21T11:18:04.221082+0000 mon.smithi046 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T11:18:05.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:05 smithi046 bash[15372]: cluster 2024-01-21T11:18:04.222075+0000 mon.smithi046 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T11:18:05.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:05 smithi046 bash[15372]: audit 2024-01-21T11:18:04.523229+0000 mon.smithi046 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.46:0/2836176313' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-21T11:18:06.306 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-21T11:18:06.307 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [global] 2024-01-21T11:18:06.308 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: fsid = a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:18:06.308 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.46:3300,v1:172.21.15.46:6789] 2024-01-21T11:18:06.308 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T11:18:06.308 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T11:18:06.308 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T11:18:06.308 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T11:18:06.309 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-21T11:18:06.309 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [mgr] 2024-01-21T11:18:06.309 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T11:18:06.309 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-21T11:18:06.309 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [osd] 2024-01-21T11:18:06.309 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T11:18:06.310 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T11:18:06.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:06 smithi046 bash[15372]: audit 2024-01-21T11:18:06.298798+0000 mon.smithi046 (mon.0) 8 : audit [INF] from='client.? 172.21.15.46:0/3406149988' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T11:18:06.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:06 smithi046 bash[15372]: audit 2024-01-21T11:18:06.304458+0000 mon.smithi046 (mon.0) 9 : audit [INF] from='client.? 172.21.15.46:0/3406149988' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T11:18:06.792 INFO:teuthology.orchestra.run.smithi046.stderr:Generating new minimal ceph.conf... 2024-01-21T11:18:08.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:07 smithi046 bash[15372]: audit 2024-01-21T11:18:07.906909+0000 mon.smithi046 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.46:0/2770838294' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:18:08.379 INFO:teuthology.orchestra.run.smithi046.stderr:Restarting the monitor... 2024-01-21T11:18:08.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:08 smithi046 systemd[1]: Stopping Ceph mon.smithi046 for a99e224e-b84e-11ee-95b0-87774f69a715... 2024-01-21T11:18:08.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:08 smithi046 bash[15906]: Error response from daemon: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-mon.smithi046 2024-01-21T11:18:08.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:08 smithi046 bash[15372]: debug 2024-01-21T11:18:08.566+0000 7fe2f223f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi046 -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-01-21T11:18:08.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:08 smithi046 bash[15372]: debug 2024-01-21T11:18:08.566+0000 7fe2f223f700 -1 mon.smithi046@0(leader) e1 *** Got Signal Terminated *** 2024-01-21T11:18:09.153 INFO:teuthology.orchestra.run.smithi046.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-21T11:18:09.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:09 smithi046 bash[15906]: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-mon-smithi046 2024-01-21T11:18:09.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:09 smithi046 systemd[1]: Stopped Ceph mon.smithi046 for a99e224e-b84e-11ee-95b0-87774f69a715. 2024-01-21T11:18:09.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:09 smithi046 systemd[1]: Started Ceph mon.smithi046 for a99e224e-b84e-11ee-95b0-87774f69a715. 2024-01-21T11:18:10.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.406+0000 7f851f344880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T11:18:10.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.406+0000 7f851f344880 0 ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable), process ceph-mon, pid 8 2024-01-21T11:18:10.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.406+0000 7f851f344880 0 pidfile_write: ignore empty --pid-file 2024-01-21T11:18:10.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 0 load: jerasure load: lrc load: isa 2024-01-21T11:18:10.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T11:18:10.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T11:18:10.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T11:18:10.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: DB SUMMARY 2024-01-21T11:18:10.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: CURRENT file: CURRENT 2024-01-21T11:18:10.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T11:18:10.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-21T11:18:10.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi046/store.db dir, Total Num: 1, files: 000004.sst 2024-01-21T11:18:10.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi046/store.db: 000006.log size: 86519 ; 2024-01-21T11:18:10.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T11:18:10.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.create_if_missing: 0 2024-01-21T11:18:10.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T11:18:10.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.env: 0x5586333b4080 2024-01-21T11:18:10.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.fs: Posix File System 2024-01-21T11:18:10.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.info_log: 0x558635556520 2024-01-21T11:18:10.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T11:18:10.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.statistics: (nil) 2024-01-21T11:18:10.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.use_fsync: 0 2024-01-21T11:18:10.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T11:18:10.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T11:18:10.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T11:18:10.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T11:18:10.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T11:18:10.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T11:18:10.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T11:18:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T11:18:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T11:18:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T11:18:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T11:18:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.db_log_dir: 2024-01-21T11:18:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi046/store.db 2024-01-21T11:18:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T11:18:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T11:18:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T11:18:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T11:18:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T11:18:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T11:18:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T11:18:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T11:18:10.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T11:18:10.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T11:18:10.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.write_buffer_manager: 0x5586361a4480 2024-01-21T11:18:10.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T11:18:10.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T11:18:10.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T11:18:10.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T11:18:10.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T11:18:10.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T11:18:10.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T11:18:10.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T11:18:10.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T11:18:10.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.unordered_write: 0 2024-01-21T11:18:10.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T11:18:10.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T11:18:10.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T11:18:10.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T11:18:10.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.row_cache: None 2024-01-21T11:18:10.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.wal_filter: None 2024-01-21T11:18:10.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T11:18:10.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T11:18:10.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T11:18:10.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T11:18:10.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T11:18:10.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T11:18:10.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T11:18:10.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T11:18:10.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T11:18:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T11:18:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T11:18:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T11:18:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T11:18:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T11:18:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T11:18:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T11:18:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T11:18:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T11:18:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T11:18:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T11:18:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T11:18:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_open_files: -1 2024-01-21T11:18:10.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T11:18:10.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T11:18:10.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T11:18:10.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T11:18:10.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Compression algorithms supported: 2024-01-21T11:18:10.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T11:18:10.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: kZSTD supported: 0 2024-01-21T11:18:10.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T11:18:10.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T11:18:10.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T11:18:10.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T11:18:10.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T11:18:10.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T11:18:10.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T11:18:10.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi046/store.db/MANIFEST-000005 2024-01-21T11:18:10.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T11:18:10.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T11:18:10.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.merge_operator: 2024-01-21T11:18:10.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compaction_filter: None 2024-01-21T11:18:10.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T11:18:10.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T11:18:10.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T11:18:10.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5586354f9d28) 2024-01-21T11:18:10.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: cache_index_and_filter_blocks: 1 2024-01-21T11:18:10.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T11:18:10.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T11:18:10.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: pin_top_level_index_and_filter: 1 2024-01-21T11:18:10.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: index_type: 0 2024-01-21T11:18:10.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: data_block_index_type: 0 2024-01-21T11:18:10.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: index_shortening: 1 2024-01-21T11:18:10.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T11:18:10.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: hash_index_allow_collision: 1 2024-01-21T11:18:10.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: checksum: 1 2024-01-21T11:18:10.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: no_block_cache: 0 2024-01-21T11:18:10.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: block_cache: 0x558635530f10 2024-01-21T11:18:10.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: block_cache_name: BinnedLRUCache 2024-01-21T11:18:10.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: block_cache_options: 2024-01-21T11:18:10.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: capacity : 536870912 2024-01-21T11:18:10.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: num_shard_bits : 4 2024-01-21T11:18:10.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: strict_capacity_limit : 0 2024-01-21T11:18:10.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: high_pri_pool_ratio: 0.000 2024-01-21T11:18:10.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: block_cache_compressed: (nil) 2024-01-21T11:18:10.639 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: persistent_cache: (nil) 2024-01-21T11:18:10.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: block_size: 4096 2024-01-21T11:18:10.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: block_size_deviation: 10 2024-01-21T11:18:10.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: block_restart_interval: 16 2024-01-21T11:18:10.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: index_block_restart_interval: 1 2024-01-21T11:18:10.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: metadata_block_size: 4096 2024-01-21T11:18:10.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: partition_filters: 0 2024-01-21T11:18:10.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: use_delta_encoding: 1 2024-01-21T11:18:10.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T11:18:10.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: whole_key_filtering: 1 2024-01-21T11:18:10.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: verify_compression: 0 2024-01-21T11:18:10.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: read_amp_bytes_per_bit: 0 2024-01-21T11:18:10.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: format_version: 2 2024-01-21T11:18:10.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: enable_index_compression: 1 2024-01-21T11:18:10.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: block_align: 0 2024-01-21T11:18:10.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T11:18:10.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T11:18:10.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compression: NoCompression 2024-01-21T11:18:10.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T11:18:10.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T11:18:10.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T11:18:10.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.num_levels: 7 2024-01-21T11:18:10.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T11:18:10.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T11:18:10.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T11:18:10.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T11:18:10.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T11:18:10.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T11:18:10.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T11:18:10.641 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:18:10.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T11:18:10.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T11:18:10.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T11:18:10.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T11:18:10.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T11:18:10.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:18:10.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T11:18:10.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T11:18:10.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T11:18:10.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T11:18:10.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T11:18:10.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T11:18:10.642 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T11:18:10.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T11:18:10.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T11:18:10.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T11:18:10.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T11:18:10.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T11:18:10.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T11:18:10.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T11:18:10.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T11:18:10.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T11:18:10.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T11:18:10.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T11:18:10.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T11:18:10.643 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T11:18:10.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T11:18:10.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T11:18:10.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T11:18:10.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T11:18:10.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T11:18:10.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T11:18:10.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T11:18:10.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T11:18:10.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T11:18:10.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T11:18:10.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T11:18:10.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T11:18:10.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T11:18:10.644 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T11:18:10.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T11:18:10.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T11:18:10.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T11:18:10.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T11:18:10.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T11:18:10.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T11:18:10.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T11:18:10.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T11:18:10.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T11:18:10.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T11:18:10.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T11:18:10.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.ttl: 2592000 2024-01-21T11:18:10.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.410+0000 7f851f344880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T11:18:10.645 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.414+0000 7f851f344880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi046/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-01-21T11:18:10.646 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.414+0000 7f851f344880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-21T11:18:10.646 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.414+0000 7f851f344880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705835890416102, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-21T11:18:10.646 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.414+0000 7f851f344880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-21T11:18:10.646 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.414+0000 7f851f344880 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-01-21T11:18:10.646 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.414+0000 7f851f344880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705835890417804, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83392, "table_properties": {"data_size": 81659, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76171, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705835890, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T11:18:10.646 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.414+0000 7f851f344880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-21T11:18:10.646 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.414+0000 7f851f344880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705835890418578, "job": 1, "event": "recovery_finished"} 2024-01-21T11:18:10.646 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.418+0000 7f851f344880 4 rocksdb: DB pointer 0x5586355f9800 2024-01-21T11:18:10.646 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.418+0000 7f851f344880 0 starting mon.smithi046 rank 0 at public addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] at bind addrs [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi046 fsid a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:18:10.646 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.418+0000 7f851f344880 1 mon.smithi046@-1(???) e1 preinit fsid a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:18:10.646 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.418+0000 7f851f344880 0 mon.smithi046@-1(???).mds e1 new map 2024-01-21T11:18:10.646 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.418+0000 7f851f344880 0 mon.smithi046@-1(???).mds e1 print_map 2024-01-21T11:18:10.646 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: e1 2024-01-21T11:18:10.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T11:18:10.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: 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-01-21T11:18:10.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: legacy client fscid: -1 2024-01-21T11:18:10.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: 2024-01-21T11:18:10.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: No filesystems configured 2024-01-21T11:18:10.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.418+0000 7f851f344880 0 mon.smithi046@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T11:18:10.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.418+0000 7f851f344880 0 mon.smithi046@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T11:18:10.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: audit 2024-01-21T11:18:07.906909+0000 mon.smithi046 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.46:0/2770838294' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:18:10.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.418+0000 7f851f344880 1 mon.smithi046@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-21T11:18:10.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.422+0000 7f8506136700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T11:18:10.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: debug 2024-01-21T11:18:10.422+0000 7f8506136700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T11:18:10.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: ** DB Stats ** 2024-01-21T11:18:10.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:18:10.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T11:18:10.647 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T11:18:10.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:18:10.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T11:18:10.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T11:18:10.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:18:10.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: ** Compaction Stats [default] ** 2024-01-21T11:18:10.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: 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-01-21T11:18:10.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:18:10.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 74.3 0.00 0.00 1 0.001 0 0 2024-01-21T11:18:10.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 74.3 0.00 0.00 1 0.001 0 0 2024-01-21T11:18:10.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 74.3 0.00 0.00 1 0.001 0 0 2024-01-21T11:18:10.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: ** Compaction Stats [default] ** 2024-01-21T11:18:10.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: 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-01-21T11:18:10.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:18:10.648 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 74.3 0.00 0.00 1 0.001 0 0 2024-01-21T11:18:10.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:18:10.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:18:10.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:18:10.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:18:10.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:18:10.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:18:10.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Cumulative compaction: 0.00 GB write, 8.33 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:18:10.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Interval compaction: 0.00 GB write, 8.33 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:18:10.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: 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-01-21T11:18:10.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:18:10.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: ** Compaction Stats [default] ** 2024-01-21T11:18:10.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: 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-01-21T11:18:10.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:18:10.649 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 74.3 0.00 0.00 1 0.001 0 0 2024-01-21T11:18:10.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 74.3 0.00 0.00 1 0.001 0 0 2024-01-21T11:18:10.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: 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-01-21T11:18:10.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: ** Compaction Stats [default] ** 2024-01-21T11:18:10.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: 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-01-21T11:18:10.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:18:10.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 74.3 0.00 0.00 1 0.001 0 0 2024-01-21T11:18:10.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:18:10.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:18:10.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:18:10.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:18:10.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:18:10.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:18:10.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Cumulative compaction: 0.00 GB write, 8.29 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:18:10.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:18:10.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: 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-01-21T11:18:10.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:18:10.651 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: cluster 2024-01-21T11:18:10.427445+0000 mon.smithi046 (mon.0) 1 : cluster [INF] mon.smithi046 is new leader, mons smithi046 in quorum (ranks 0) 2024-01-21T11:18:10.651 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: cluster 2024-01-21T11:18:10.427554+0000 mon.smithi046 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi046=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0]} removed_ranks: {} 2024-01-21T11:18:10.651 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: cluster 2024-01-21T11:18:10.428171+0000 mon.smithi046 (mon.0) 3 : cluster [DBG] fsmap 2024-01-21T11:18:10.651 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: cluster 2024-01-21T11:18:10.428231+0000 mon.smithi046 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T11:18:10.651 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:10 smithi046 bash[16032]: cluster 2024-01-21T11:18:10.428740+0000 mon.smithi046 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T11:18:11.290 INFO:teuthology.orchestra.run.smithi046.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-21T11:18:11.291 INFO:teuthology.orchestra.run.smithi046.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:18:11.291 INFO:teuthology.orchestra.run.smithi046.stderr:Creating mgr... 2024-01-21T11:18:11.291 INFO:teuthology.orchestra.run.smithi046.stderr:Verifying port 9283 ... 2024-01-21T11:18:11.424 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Failed to reset failed state of unit ceph-a99e224e-b84e-11ee-95b0-87774f69a715@mgr.smithi046.egcsjs.service: Unit ceph-a99e224e-b84e-11ee-95b0-87774f69a715@mgr.smithi046.egcsjs.service is not loaded. 2024-01-21T11:18:11.430 INFO:teuthology.orchestra.run.smithi046.stderr:systemctl: Created symlink /etc/systemd/system/ceph-a99e224e-b84e-11ee-95b0-87774f69a715.target.wants/ceph-a99e224e-b84e-11ee-95b0-87774f69a715@mgr.smithi046.egcsjs.service -> /etc/systemd/system/ceph-a99e224e-b84e-11ee-95b0-87774f69a715@.service. 2024-01-21T11:18:11.550 INFO:teuthology.orchestra.run.smithi046.stderr:firewalld does not appear to be present 2024-01-21T11:18:11.550 INFO:teuthology.orchestra.run.smithi046.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T11:18:11.550 INFO:teuthology.orchestra.run.smithi046.stderr:firewalld does not appear to be present 2024-01-21T11:18:11.551 INFO:teuthology.orchestra.run.smithi046.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-21T11:18:11.551 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mgr to start... 2024-01-21T11:18:11.551 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mgr... 2024-01-21T11:18:12.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:11 smithi046 bash[16032]: audit 2024-01-21T11:18:10.764956+0000 mon.smithi046 (mon.0) 6 : audit [INF] from='client.? 172.21.15.46:0/2342024740' entity='client.admin' 2024-01-21T11:18:13.441 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-21T11:18:13.441 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2024-01-21T11:18:13.441 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsid": "a99e224e-b84e-11ee-95b0-87774f69a715", 2024-01-21T11:18:13.441 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "health": { 2024-01-21T11:18:13.441 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T11:18:13.441 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T11:18:13.441 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T11:18:13.441 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:13.441 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T11:18:13.441 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T11:18:13.442 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 0 2024-01-21T11:18:13.442 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-21T11:18:13.442 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T11:18:13.442 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "smithi046" 2024-01-21T11:18:13.442 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-21T11:18:13.442 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_age": 3, 2024-01-21T11:18:13.442 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T11:18:13.442 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:18:13.442 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T11:18:13.442 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T11:18:13.442 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:13.443 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T11:18:13.443 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:18:13.443 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T11:18:13.443 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T11:18:13.443 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T11:18:13.443 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T11:18:13.447 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T11:18:13.447 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T11:18:13.447 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:13.447 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T11:18:13.447 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T11:18:13.447 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T11:18:13.447 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T11:18:13.447 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T11:18:13.447 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T11:18:13.447 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T11:18:13.448 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T11:18:13.448 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T11:18:13.448 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:13.448 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T11:18:13.448 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:18:13.448 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T11:18:13.448 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T11:18:13.448 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:13.448 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T11:18:13.448 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "available": false, 2024-01-21T11:18:13.448 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T11:18:13.448 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T11:18:13.448 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "iostat", 2024-01-21T11:18:13.448 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "nfs", 2024-01-21T11:18:13.448 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "restful" 2024-01-21T11:18:13.449 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-21T11:18:13.449 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:18:13.449 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:13.449 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T11:18:13.449 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:18:13.449 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modified": "2024-01-21T11:18:04.214596+0000", 2024-01-21T11:18:13.449 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:18:13.449 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:13.449 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T11:18:13.449 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2024-01-21T11:18:13.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:13 smithi046 bash[16032]: audit 2024-01-21T11:18:13.435860+0000 mon.smithi046 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.46:0/1050037595' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T11:18:13.957 INFO:teuthology.orchestra.run.smithi046.stderr:mgr not available, waiting (1/15)... 2024-01-21T11:18:17.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-21T11:18:17.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2024-01-21T11:18:17.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsid": "a99e224e-b84e-11ee-95b0-87774f69a715", 2024-01-21T11:18:17.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "health": { 2024-01-21T11:18:17.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T11:18:17.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T11:18:17.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T11:18:17.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:17.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T11:18:17.219 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T11:18:17.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 0 2024-01-21T11:18:17.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-21T11:18:17.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T11:18:17.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "smithi046" 2024-01-21T11:18:17.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-21T11:18:17.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-01-21T11:18:17.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T11:18:17.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:18:17.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T11:18:17.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T11:18:17.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:17.220 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T11:18:17.221 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:18:17.221 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T11:18:17.221 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T11:18:17.221 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T11:18:17.221 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T11:18:17.224 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T11:18:17.224 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T11:18:17.224 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:17.224 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T11:18:17.225 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T11:18:17.225 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T11:18:17.225 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T11:18:17.225 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T11:18:17.225 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T11:18:17.225 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T11:18:17.225 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T11:18:17.225 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T11:18:17.225 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:17.225 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T11:18:17.225 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:18:17.225 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T11:18:17.225 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T11:18:17.225 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:17.225 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T11:18:17.226 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "available": false, 2024-01-21T11:18:17.226 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T11:18:17.226 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T11:18:17.226 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "iostat", 2024-01-21T11:18:17.226 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "nfs", 2024-01-21T11:18:17.226 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "restful" 2024-01-21T11:18:17.226 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-21T11:18:17.226 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:18:17.226 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:17.226 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T11:18:17.226 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:18:17.226 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modified": "2024-01-21T11:18:04.214596+0000", 2024-01-21T11:18:17.226 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:18:17.226 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:17.226 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T11:18:17.227 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2024-01-21T11:18:17.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:17 smithi046 bash[16032]: audit 2024-01-21T11:18:17.213671+0000 mon.smithi046 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.46:0/3427630457' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T11:18:17.763 INFO:teuthology.orchestra.run.smithi046.stderr:mgr not available, waiting (2/15)... 2024-01-21T11:18:20.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:19 smithi046 bash[16032]: cluster 2024-01-21T11:18:19.705904+0000 mon.smithi046 (mon.0) 9 : cluster [INF] Activating manager daemon smithi046.egcsjs 2024-01-21T11:18:20.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:19 smithi046 bash[16032]: cluster 2024-01-21T11:18:19.712963+0000 mon.smithi046 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi046.egcsjs(active, starting, since 0.00726038s) 2024-01-21T11:18:20.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:19 smithi046 bash[16032]: audit 2024-01-21T11:18:19.715537+0000 mon.smithi046 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.46:0/2480536489' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T11:18:20.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:19 smithi046 bash[16032]: audit 2024-01-21T11:18:19.716207+0000 mon.smithi046 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.46:0/2480536489' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T11:18:20.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:19 smithi046 bash[16032]: audit 2024-01-21T11:18:19.716697+0000 mon.smithi046 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.46:0/2480536489' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T11:18:20.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:19 smithi046 bash[16032]: audit 2024-01-21T11:18:19.717114+0000 mon.smithi046 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.46:0/2480536489' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-01-21T11:18:20.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:19 smithi046 bash[16032]: audit 2024-01-21T11:18:19.717586+0000 mon.smithi046 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.46:0/2480536489' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mgr metadata", "who": "smithi046.egcsjs", "id": "smithi046.egcsjs"}]: dispatch 2024-01-21T11:18:20.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:19 smithi046 bash[16032]: cluster 2024-01-21T11:18:19.722109+0000 mon.smithi046 (mon.0) 16 : cluster [INF] Manager daemon smithi046.egcsjs is now available 2024-01-21T11:18:20.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:19 smithi046 bash[16032]: audit 2024-01-21T11:18:19.734852+0000 mon.smithi046 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.46:0/2480536489' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:20.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:19 smithi046 bash[16032]: audit 2024-01-21T11:18:19.747185+0000 mon.smithi046 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.46:0/2480536489' entity='mgr.smithi046.egcsjs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.egcsjs/mirror_snapshot_schedule"}]: dispatch 2024-01-21T11:18:20.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:19 smithi046 bash[16032]: audit 2024-01-21T11:18:19.752903+0000 mon.smithi046 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.46:0/2480536489' entity='mgr.smithi046.egcsjs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.egcsjs/trash_purge_schedule"}]: dispatch 2024-01-21T11:18:20.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:19 smithi046 bash[16032]: audit 2024-01-21T11:18:19.757000+0000 mon.smithi046 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.46:0/2480536489' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:20.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:20 smithi046 bash[16032]: audit 2024-01-21T11:18:19.763775+0000 mon.smithi046 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.46:0/2480536489' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:20.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:20 smithi046 bash[16032]: cluster 2024-01-21T11:18:20.719890+0000 mon.smithi046 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi046.egcsjs(active, since 1.0142s) 2024-01-21T11:18:21.392 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-21T11:18:21.393 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2024-01-21T11:18:21.393 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsid": "a99e224e-b84e-11ee-95b0-87774f69a715", 2024-01-21T11:18:21.393 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "health": { 2024-01-21T11:18:21.393 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T11:18:21.393 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T11:18:21.393 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T11:18:21.395 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:21.396 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T11:18:21.396 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T11:18:21.396 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 0 2024-01-21T11:18:21.396 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-21T11:18:21.396 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T11:18:21.396 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "smithi046" 2024-01-21T11:18:21.396 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-21T11:18:21.396 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-01-21T11:18:21.396 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T11:18:21.396 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:18:21.396 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T11:18:21.396 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T11:18:21.396 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:21.396 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T11:18:21.397 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:18:21.397 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T11:18:21.397 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T11:18:21.397 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T11:18:21.397 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T11:18:21.397 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T11:18:21.397 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T11:18:21.397 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:21.400 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T11:18:21.400 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T11:18:21.400 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T11:18:21.400 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T11:18:21.400 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T11:18:21.400 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T11:18:21.400 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T11:18:21.400 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "available": true, 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "iostat", 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "nfs", 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "restful" 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ], 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:18:21.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:21.402 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T11:18:21.402 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T11:18:21.402 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "modified": "2024-01-21T11:18:04.214596+0000", 2024-01-21T11:18:21.402 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "services": {} 2024-01-21T11:18:21.402 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: }, 2024-01-21T11:18:21.402 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T11:18:21.402 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2024-01-21T11:18:21.955 INFO:teuthology.orchestra.run.smithi046.stderr:mgr is available 2024-01-21T11:18:22.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:21 smithi046 bash[16032]: audit 2024-01-21T11:18:21.389649+0000 mon.smithi046 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.46:0/1784725170' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T11:18:23.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:22 smithi046 bash[16032]: cluster 2024-01-21T11:18:21.773885+0000 mon.smithi046 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi046.egcsjs(active, since 2s) 2024-01-21T11:18:23.400 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-21T11:18:23.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [global] 2024-01-21T11:18:23.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: fsid = a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:18:23.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T11:18:23.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T11:18:23.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T11:18:23.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T11:18:23.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-21T11:18:23.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [mgr] 2024-01-21T11:18:23.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T11:18:23.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 2024-01-21T11:18:23.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: [osd] 2024-01-21T11:18:23.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T11:18:23.401 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T11:18:23.935 INFO:teuthology.orchestra.run.smithi046.stderr:Enabling cephadm module... 2024-01-21T11:18:24.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:23 smithi046 bash[16032]: audit 2024-01-21T11:18:23.396400+0000 mon.smithi046 (mon.0) 25 : audit [INF] from='client.? 172.21.15.46:0/3297827684' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T11:18:26.758 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:26 smithi046 bash[16032]: audit 2024-01-21T11:18:25.432274+0000 mon.smithi046 (mon.0) 26 : audit [INF] from='client.? 172.21.15.46:0/1130664712' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-21T11:18:27.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:27 smithi046 bash[16032]: audit 2024-01-21T11:18:26.440085+0000 mon.smithi046 (mon.0) 27 : audit [INF] from='client.? 172.21.15.46:0/1130664712' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-21T11:18:27.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:27 smithi046 bash[16032]: cluster 2024-01-21T11:18:26.440174+0000 mon.smithi046 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi046.egcsjs(active, since 6s) 2024-01-21T11:18:28.706 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2024-01-21T11:18:28.706 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-21T11:18:28.707 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "available": true, 2024-01-21T11:18:28.707 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "active_name": "smithi046.egcsjs", 2024-01-21T11:18:28.707 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T11:18:28.707 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2024-01-21T11:18:29.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:28 smithi046 bash[16032]: audit 2024-01-21T11:18:28.704037+0000 mon.smithi046 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.46:0/3497852168' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T11:18:29.295 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for the mgr to restart... 2024-01-21T11:18:29.295 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mgr epoch 5... 2024-01-21T11:18:33.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:33 smithi046 bash[16032]: cluster 2024-01-21T11:18:33.077844+0000 mon.smithi046 (mon.0) 30 : cluster [INF] Active manager daemon smithi046.egcsjs restarted 2024-01-21T11:18:33.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:33 smithi046 bash[16032]: cluster 2024-01-21T11:18:33.078288+0000 mon.smithi046 (mon.0) 31 : cluster [INF] Activating manager daemon smithi046.egcsjs 2024-01-21T11:18:33.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:33 smithi046 bash[16032]: cluster 2024-01-21T11:18:33.084146+0000 mon.smithi046 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-21T11:18:33.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:33 smithi046 bash[16032]: cluster 2024-01-21T11:18:33.084272+0000 mon.smithi046 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi046.egcsjs(active, starting, since 0.00614747s) 2024-01-21T11:18:33.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:33 smithi046 bash[16032]: audit 2024-01-21T11:18:33.087037+0000 mon.smithi046 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-01-21T11:18:33.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:33 smithi046 bash[16032]: audit 2024-01-21T11:18:33.088406+0000 mon.smithi046 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mgr metadata", "who": "smithi046.egcsjs", "id": "smithi046.egcsjs"}]: dispatch 2024-01-21T11:18:33.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:33 smithi046 bash[16032]: audit 2024-01-21T11:18:33.089767+0000 mon.smithi046 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T11:18:33.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:33 smithi046 bash[16032]: audit 2024-01-21T11:18:33.090153+0000 mon.smithi046 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T11:18:33.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:33 smithi046 bash[16032]: audit 2024-01-21T11:18:33.090374+0000 mon.smithi046 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T11:18:33.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:33 smithi046 bash[16032]: cluster 2024-01-21T11:18:33.094579+0000 mon.smithi046 (mon.0) 39 : cluster [INF] Manager daemon smithi046.egcsjs is now available 2024-01-21T11:18:33.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:33 smithi046 bash[16032]: audit 2024-01-21T11:18:33.114790+0000 mon.smithi046 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:34.108 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2024-01-21T11:18:34.108 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-21T11:18:34.108 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T11:18:34.108 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2024-01-21T11:18:34.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:34 smithi046 bash[16032]: cephadm 2024-01-21T11:18:33.109829+0000 mgr.smithi046.egcsjs (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-21T11:18:34.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:34 smithi046 bash[16032]: audit 2024-01-21T11:18:33.246125+0000 mon.smithi046 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:34.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:34 smithi046 bash[16032]: audit 2024-01-21T11:18:33.248573+0000 mon.smithi046 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:18:34.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:34 smithi046 bash[16032]: audit 2024-01-21T11:18:33.253621+0000 mon.smithi046 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:18:34.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:34 smithi046 bash[16032]: audit 2024-01-21T11:18:33.259091+0000 mon.smithi046 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:18:34.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:34 smithi046 bash[16032]: audit 2024-01-21T11:18:33.284459+0000 mon.smithi046 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.egcsjs/mirror_snapshot_schedule"}]: dispatch 2024-01-21T11:18:34.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:34 smithi046 bash[16032]: audit 2024-01-21T11:18:33.290491+0000 mon.smithi046 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.egcsjs/trash_purge_schedule"}]: dispatch 2024-01-21T11:18:34.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:34 smithi046 bash[16032]: cluster 2024-01-21T11:18:34.089671+0000 mon.smithi046 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi046.egcsjs(active, since 1.01152s) 2024-01-21T11:18:34.686 INFO:teuthology.orchestra.run.smithi046.stderr:mgr epoch 5 is available 2024-01-21T11:18:34.686 INFO:teuthology.orchestra.run.smithi046.stderr:Setting orchestrator backend to cephadm... 2024-01-21T11:18:35.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:35 smithi046 bash[16032]: audit 2024-01-21T11:18:34.088567+0000 mgr.smithi046.egcsjs (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T11:18:35.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:35 smithi046 bash[16032]: audit 2024-01-21T11:18:34.105312+0000 mgr.smithi046.egcsjs (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T11:18:36.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:36 smithi046 bash[16032]: cluster 2024-01-21T11:18:35.251179+0000 mon.smithi046 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi046.egcsjs(active, since 2s) 2024-01-21T11:18:36.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:36 smithi046 bash[16032]: audit 2024-01-21T11:18:36.043100+0000 mon.smithi046 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:36.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:36 smithi046 bash[16032]: audit 2024-01-21T11:18:36.094957+0000 mon.smithi046 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:18:37.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:37 smithi046 bash[16032]: audit 2024-01-21T11:18:36.037501+0000 mgr.smithi046.egcsjs (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:18:38.056 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: value unchanged 2024-01-21T11:18:38.614 INFO:teuthology.orchestra.run.smithi046.stderr:Generating ssh key... 2024-01-21T11:18:38.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:38 smithi046 bash[16032]: audit 2024-01-21T11:18:38.053888+0000 mgr.smithi046.egcsjs (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:18:41.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:41 smithi046 bash[16032]: audit 2024-01-21T11:18:40.163382+0000 mgr.smithi046.egcsjs (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:18:41.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:41 smithi046 bash[16032]: cephadm 2024-01-21T11:18:40.163839+0000 mgr.smithi046.egcsjs (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-21T11:18:41.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:41 smithi046 bash[16032]: audit 2024-01-21T11:18:40.287669+0000 mon.smithi046 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:41.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:41 smithi046 bash[16032]: audit 2024-01-21T11:18:40.291125+0000 mon.smithi046 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:42.263 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDH9JJCyqq+IoefOksNR+co28aVtIOXN1irRws2wwIw7txoQleIKFuZRZ9VRnbJaS+uQINEAVlw7LXKhBqGeL8hiIu1zKKsZlk60vyVoFRccO3H1EXkd2Bo4r95OxL1e6we9lHqkGybi4jWkbYftr2qpxnB+CmDID4ZbyvLdxuDyzkL/2i1h59BAMSIv4EXBCRdrEFIk48rF+BoHdiVdKG+04w7RZDi5D4A0gvMBj0mx/GtILfHA1jLUceSlhF10NfOovI/yXs6x5a4qTzPLi61bdF+6lIlKt7WW3hcywavH6ANDOpcK69OrZSmdMJ3QYC3eg/8Fi/tHUeEbEKhSdZoD7EHQU1tfmty/KTvjFecftznCnnvDdcs1jysfrRLr0yvFKrrFqLMeAkEmBOgemICDXzaS82irYhm3JSczaDQBuRuUn7oVKNbssH39TjIV8xcL04TL5uoVmcPEuJ2c/RaMV0XqvFG/D6zaEKpGkg2uPRVMtfFr4Jv1mKfwjjk6IM= ceph-a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:18:42.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:42 smithi046 bash[16032]: audit 2024-01-21T11:18:42.260736+0000 mgr.smithi046.egcsjs (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:18:42.801 INFO:teuthology.orchestra.run.smithi046.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-21T11:18:42.801 INFO:teuthology.orchestra.run.smithi046.stderr:Adding key to root@localhost authorized_keys... 2024-01-21T11:18:42.802 INFO:teuthology.orchestra.run.smithi046.stderr:Adding host smithi046... 2024-01-21T11:18:44.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:44 smithi046 bash[16032]: audit 2024-01-21T11:18:44.315559+0000 mgr.smithi046.egcsjs (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi046", "addr": "172.21.15.46", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:18:45.169 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Added host 'smithi046' with addr '172.21.15.46' 2024-01-21T11:18:45.941 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying mon service with default placement... 2024-01-21T11:18:46.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:46 smithi046 bash[16032]: audit 2024-01-21T11:18:45.165386+0000 mon.smithi046 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:46.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:46 smithi046 bash[16032]: cephadm 2024-01-21T11:18:45.166179+0000 mgr.smithi046.egcsjs (mgr.14116) 10 : cephadm [INF] Added host smithi046 2024-01-21T11:18:46.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:46 smithi046 bash[16032]: audit 2024-01-21T11:18:45.194655+0000 mon.smithi046 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:18:47.931 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-21T11:18:48.610 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying mgr service with default placement... 2024-01-21T11:18:49.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:48 smithi046 bash[16032]: audit 2024-01-21T11:18:47.920508+0000 mgr.smithi046.egcsjs (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:18:49.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:48 smithi046 bash[16032]: cephadm 2024-01-21T11:18:47.923609+0000 mgr.smithi046.egcsjs (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-21T11:18:49.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:48 smithi046 bash[16032]: audit 2024-01-21T11:18:47.928471+0000 mon.smithi046 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:49.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:48 smithi046 bash[16032]: audit 2024-01-21T11:18:48.265714+0000 mon.smithi046 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:49.338 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:48 smithi046 bash[16032]: audit 2024-01-21T11:18:48.560336+0000 mon.smithi046 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:50.005 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-21T11:18:50.551 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying crash service with default placement... 2024-01-21T11:18:51.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:51 smithi046 bash[16032]: audit 2024-01-21T11:18:49.995346+0000 mgr.smithi046.egcsjs (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:18:51.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:51 smithi046 bash[16032]: cephadm 2024-01-21T11:18:49.997557+0000 mgr.smithi046.egcsjs (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-21T11:18:51.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:51 smithi046 bash[16032]: audit 2024-01-21T11:18:50.002559+0000 mon.smithi046 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:52.105 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-21T11:18:52.616 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying prometheus service with default placement... 2024-01-21T11:18:53.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:53 smithi046 bash[16032]: audit 2024-01-21T11:18:52.095422+0000 mgr.smithi046.egcsjs (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:18:53.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:53 smithi046 bash[16032]: cephadm 2024-01-21T11:18:52.097773+0000 mgr.smithi046.egcsjs (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-21T11:18:53.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:53 smithi046 bash[16032]: audit 2024-01-21T11:18:52.102760+0000 mon.smithi046 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:54.060 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-21T11:18:54.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:54 smithi046 bash[16032]: cluster 2024-01-21T11:18:53.091408+0000 mgr.smithi046.egcsjs (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:18:54.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:54 smithi046 bash[16032]: audit 2024-01-21T11:18:53.727176+0000 mon.smithi046 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:54.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:54 smithi046 bash[16032]: audit 2024-01-21T11:18:54.056782+0000 mon.smithi046 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:54.631 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying grafana service with default placement... 2024-01-21T11:18:55.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:55 smithi046 bash[16032]: audit 2024-01-21T11:18:54.051459+0000 mgr.smithi046.egcsjs (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:18:55.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:55 smithi046 bash[16032]: cephadm 2024-01-21T11:18:54.053702+0000 mgr.smithi046.egcsjs (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-21T11:18:56.035 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-21T11:18:56.594 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying node-exporter service with default placement... 2024-01-21T11:18:56.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:56 smithi046 bash[16032]: cluster 2024-01-21T11:18:55.091832+0000 mgr.smithi046.egcsjs (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:18:56.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:56 smithi046 bash[16032]: audit 2024-01-21T11:18:56.032607+0000 mon.smithi046 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:57.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:57 smithi046 bash[16032]: audit 2024-01-21T11:18:56.025382+0000 mgr.smithi046.egcsjs (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:18:57.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:57 smithi046 bash[16032]: cephadm 2024-01-21T11:18:56.027539+0000 mgr.smithi046.egcsjs (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-21T11:18:58.146 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-21T11:18:58.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:58 smithi046 bash[16032]: cluster 2024-01-21T11:18:57.092267+0000 mgr.smithi046.egcsjs (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:18:58.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:58 smithi046 bash[16032]: audit 2024-01-21T11:18:58.143214+0000 mon.smithi046 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' 2024-01-21T11:18:58.683 INFO:teuthology.orchestra.run.smithi046.stderr:Deploying alertmanager service with default placement... 2024-01-21T11:18:59.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:59 smithi046 bash[16032]: audit 2024-01-21T11:18:58.136198+0000 mgr.smithi046.egcsjs (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:18:59.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:18:59 smithi046 bash[16032]: cephadm 2024-01-21T11:18:58.138424+0000 mgr.smithi046.egcsjs (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-21T11:19:00.150 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-21T11:19:00.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:00 smithi046 bash[16032]: cluster 2024-01-21T11:18:59.092785+0000 mgr.smithi046.egcsjs (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:19:00.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:00 smithi046 bash[16032]: audit 2024-01-21T11:19:00.147414+0000 mon.smithi046 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.46:0/3997922395' entity='mgr.smithi046.egcsjs' 2024-01-21T11:19:01.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:01 smithi046 bash[16032]: audit 2024-01-21T11:19:00.140484+0000 mgr.smithi046.egcsjs (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:19:01.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:01 smithi046 bash[16032]: cephadm 2024-01-21T11:19:00.142719+0000 mgr.smithi046.egcsjs (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-21T11:19:02.796 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:02 smithi046 bash[16032]: cluster 2024-01-21T11:19:01.093213+0000 mgr.smithi046.egcsjs (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:19:04.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:03 smithi046 bash[16032]: audit 2024-01-21T11:19:02.717733+0000 mon.smithi046 (mon.0) 65 : audit [INF] from='client.? 172.21.15.46:0/993120159' entity='client.admin' 2024-01-21T11:19:04.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:03 smithi046 bash[16032]: cluster 2024-01-21T11:19:03.093622+0000 mgr.smithi046.egcsjs (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:19:05.341 INFO:teuthology.orchestra.run.smithi046.stderr:Enabling the dashboard module... 2024-01-21T11:19:06.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:05 smithi046 bash[16032]: audit 2024-01-21T11:19:04.794030+0000 mon.smithi046 (mon.0) 66 : audit [INF] from='client.? 172.21.15.46:0/3254811152' entity='client.admin' 2024-01-21T11:19:06.067 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:05 smithi046 bash[16032]: cluster 2024-01-21T11:19:05.094095+0000 mgr.smithi046.egcsjs (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:19:07.178 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:06 smithi046 bash[16032]: audit 2024-01-21T11:19:06.828944+0000 mon.smithi046 (mon.0) 67 : audit [INF] from='client.? 172.21.15.46:0/260272757' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-21T11:19:08.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:07 smithi046 bash[16032]: audit 2024-01-21T11:19:06.885649+0000 mon.smithi046 (mon.0) 68 : audit [INF] from='client.? 172.21.15.46:0/260272757' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-21T11:19:08.342 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:07 smithi046 bash[16032]: cluster 2024-01-21T11:19:06.885847+0000 mon.smithi046 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi046.egcsjs(active, since 33s) 2024-01-21T11:19:09.094 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2024-01-21T11:19:09.094 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-21T11:19:09.094 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "available": true, 2024-01-21T11:19:09.094 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "active_name": "smithi046.egcsjs", 2024-01-21T11:19:09.094 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T11:19:09.094 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2024-01-21T11:19:09.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:09 smithi046 bash[16032]: audit 2024-01-21T11:19:09.090618+0000 mon.smithi046 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.46:0/4083551801' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T11:19:09.594 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for the mgr to restart... 2024-01-21T11:19:09.594 INFO:teuthology.orchestra.run.smithi046.stderr:Waiting for mgr epoch 9... 2024-01-21T11:19:13.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:13 smithi046 bash[16032]: cluster 2024-01-21T11:19:13.558031+0000 mon.smithi046 (mon.0) 71 : cluster [INF] Active manager daemon smithi046.egcsjs restarted 2024-01-21T11:19:13.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:13 smithi046 bash[16032]: cluster 2024-01-21T11:19:13.558474+0000 mon.smithi046 (mon.0) 72 : cluster [INF] Activating manager daemon smithi046.egcsjs 2024-01-21T11:19:13.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:13 smithi046 bash[16032]: cluster 2024-01-21T11:19:13.563165+0000 mon.smithi046 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-21T11:19:13.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:13 smithi046 bash[16032]: cluster 2024-01-21T11:19:13.563367+0000 mon.smithi046 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi046.egcsjs(active, starting, since 0.00506062s) 2024-01-21T11:19:13.790 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:13 smithi046 bash[16032]: audit 2024-01-21T11:19:13.565610+0000 mon.smithi046 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-01-21T11:19:13.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:13 smithi046 bash[16032]: audit 2024-01-21T11:19:13.567678+0000 mon.smithi046 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mgr metadata", "who": "smithi046.egcsjs", "id": "smithi046.egcsjs"}]: dispatch 2024-01-21T11:19:13.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:13 smithi046 bash[16032]: audit 2024-01-21T11:19:13.569056+0000 mon.smithi046 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T11:19:13.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:13 smithi046 bash[16032]: audit 2024-01-21T11:19:13.569271+0000 mon.smithi046 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T11:19:13.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:13 smithi046 bash[16032]: audit 2024-01-21T11:19:13.569489+0000 mon.smithi046 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T11:19:13.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:13 smithi046 bash[16032]: cluster 2024-01-21T11:19:13.574474+0000 mon.smithi046 (mon.0) 80 : cluster [INF] Manager daemon smithi046.egcsjs is now available 2024-01-21T11:19:14.585 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: { 2024-01-21T11:19:14.585 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-21T11:19:14.585 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T11:19:14.585 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: } 2024-01-21T11:19:14.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:14 smithi046 bash[16032]: audit 2024-01-21T11:19:13.714789+0000 mon.smithi046 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:19:14.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:14 smithi046 bash[16032]: audit 2024-01-21T11:19:13.720288+0000 mon.smithi046 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:19:14.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:14 smithi046 bash[16032]: audit 2024-01-21T11:19:13.765578+0000 mon.smithi046 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.egcsjs/mirror_snapshot_schedule"}]: dispatch 2024-01-21T11:19:14.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:14 smithi046 bash[16032]: audit 2024-01-21T11:19:13.772912+0000 mon.smithi046 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.egcsjs/trash_purge_schedule"}]: dispatch 2024-01-21T11:19:14.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:14 smithi046 bash[16032]: cluster 2024-01-21T11:19:14.568862+0000 mon.smithi046 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi046.egcsjs(active, since 1.01055s) 2024-01-21T11:19:15.210 INFO:teuthology.orchestra.run.smithi046.stderr:mgr epoch 9 is available 2024-01-21T11:19:15.210 INFO:teuthology.orchestra.run.smithi046.stderr:Generating a dashboard self-signed certificate... 2024-01-21T11:19:15.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:15 smithi046 bash[16032]: audit 2024-01-21T11:19:14.567983+0000 mgr.smithi046.egcsjs (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T11:19:15.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:15 smithi046 bash[16032]: audit 2024-01-21T11:19:14.582142+0000 mgr.smithi046.egcsjs (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T11:19:16.713 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-21T11:19:17.241 INFO:teuthology.orchestra.run.smithi046.stderr:Creating initial admin user... 2024-01-21T11:19:17.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:17 smithi046 bash[16032]: cluster 2024-01-21T11:19:16.448165+0000 mon.smithi046 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi046.egcsjs(active, since 2s) 2024-01-21T11:19:17.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:17 smithi046 bash[16032]: audit 2024-01-21T11:19:16.588988+0000 mgr.smithi046.egcsjs (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:19:17.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:17 smithi046 bash[16032]: audit 2024-01-21T11:19:16.707572+0000 mon.smithi046 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' 2024-01-21T11:19:17.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:17 smithi046 bash[16032]: audit 2024-01-21T11:19:16.710304+0000 mon.smithi046 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' 2024-01-21T11:19:19.086 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$ghX0rR3ivlePFN5R65jLWuidVB1a3ru8rfmzfLdL6zPYXKOepef6e", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705835959, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-21T11:19:19.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:18 smithi046 bash[16032]: audit 2024-01-21T11:19:18.816906+0000 mgr.smithi046.egcsjs (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-01-21T11:19:19.622 INFO:teuthology.orchestra.run.smithi046.stderr:Fetching dashboard port number... 2024-01-21T11:19:20.337 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:20 smithi046 bash[16032]: audit 2024-01-21T11:19:19.082403+0000 mon.smithi046 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' 2024-01-21T11:19:20.928 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: 8443 2024-01-21T11:19:21.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:21 smithi046 bash[16032]: cluster 2024-01-21T11:19:20.094260+0000 mon.smithi046 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi046.egcsjs(active, since 6s) 2024-01-21T11:19:21.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:21 smithi046 bash[16032]: audit 2024-01-21T11:19:20.434173+0000 mon.smithi046 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' 2024-01-21T11:19:21.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:21 smithi046 bash[16032]: audit 2024-01-21T11:19:20.925439+0000 mon.smithi046 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.46:0/3657903919' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-21T11:19:21.528 INFO:teuthology.orchestra.run.smithi046.stderr:firewalld does not appear to be present 2024-01-21T11:19:21.528 INFO:teuthology.orchestra.run.smithi046.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-21T11:19:21.530 INFO:teuthology.orchestra.run.smithi046.stderr:Ceph Dashboard is now available at: 2024-01-21T11:19:21.530 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-21T11:19:21.530 INFO:teuthology.orchestra.run.smithi046.stderr: URL: https://smithi046.front.sepia.ceph.com:8443/ 2024-01-21T11:19:21.530 INFO:teuthology.orchestra.run.smithi046.stderr: User: admin 2024-01-21T11:19:21.530 INFO:teuthology.orchestra.run.smithi046.stderr: Password: 9m7smuiton 2024-01-21T11:19:21.530 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-21T11:19:21.530 INFO:teuthology.orchestra.run.smithi046.stderr:Enabling autotune for osd_memory_target 2024-01-21T11:19:24.963 INFO:teuthology.orchestra.run.smithi046.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-21T11:19:25.491 INFO:teuthology.orchestra.run.smithi046.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-21T11:19:25.491 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-21T11:19:25.492 INFO:teuthology.orchestra.run.smithi046.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:19:25.492 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-21T11:19:25.492 INFO:teuthology.orchestra.run.smithi046.stderr:Or, if you are only running a single cluster on this host: 2024-01-21T11:19:25.492 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-21T11:19:25.492 INFO:teuthology.orchestra.run.smithi046.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-21T11:19:25.492 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-21T11:19:25.492 INFO:teuthology.orchestra.run.smithi046.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-21T11:19:25.492 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-21T11:19:25.492 INFO:teuthology.orchestra.run.smithi046.stderr: ceph telemetry on 2024-01-21T11:19:25.492 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-21T11:19:25.492 INFO:teuthology.orchestra.run.smithi046.stderr:For more information see: 2024-01-21T11:19:25.492 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-21T11:19:25.492 INFO:teuthology.orchestra.run.smithi046.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-21T11:19:25.492 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-21T11:19:25.493 INFO:teuthology.orchestra.run.smithi046.stderr:Bootstrap complete. 2024-01-21T11:19:25.537 INFO:tasks.cephadm:Fetching config... 2024-01-21T11:19:25.538 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-21T11:19:25.538 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-21T11:19:25.544 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-21T11:19:25.544 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-21T11:19:25.544 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-21T11:19:25.591 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-21T11:19:25.591 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-21T11:19:25.591 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/keyring of=/dev/stdout 2024-01-21T11:19:25.647 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-21T11:19:25.647 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-21T11:19:25.647 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-21T11:19:25.695 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-21T11:19:25.695 DEBUG:teuthology.orchestra.run.smithi046:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDH9JJCyqq+IoefOksNR+co28aVtIOXN1irRws2wwIw7txoQleIKFuZRZ9VRnbJaS+uQINEAVlw7LXKhBqGeL8hiIu1zKKsZlk60vyVoFRccO3H1EXkd2Bo4r95OxL1e6we9lHqkGybi4jWkbYftr2qpxnB+CmDID4ZbyvLdxuDyzkL/2i1h59BAMSIv4EXBCRdrEFIk48rF+BoHdiVdKG+04w7RZDi5D4A0gvMBj0mx/GtILfHA1jLUceSlhF10NfOovI/yXs6x5a4qTzPLi61bdF+6lIlKt7WW3hcywavH6ANDOpcK69OrZSmdMJ3QYC3eg/8Fi/tHUeEbEKhSdZoD7EHQU1tfmty/KTvjFecftznCnnvDdcs1jysfrRLr0yvFKrrFqLMeAkEmBOgemICDXzaS82irYhm3JSczaDQBuRuUn7oVKNbssH39TjIV8xcL04TL5uoVmcPEuJ2c/RaMV0XqvFG/D6zaEKpGkg2uPRVMtfFr4Jv1mKfwjjk6IM= ceph-a99e224e-b84e-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T11:19:25.762 INFO:teuthology.orchestra.run.smithi046.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDH9JJCyqq+IoefOksNR+co28aVtIOXN1irRws2wwIw7txoQleIKFuZRZ9VRnbJaS+uQINEAVlw7LXKhBqGeL8hiIu1zKKsZlk60vyVoFRccO3H1EXkd2Bo4r95OxL1e6we9lHqkGybi4jWkbYftr2qpxnB+CmDID4ZbyvLdxuDyzkL/2i1h59BAMSIv4EXBCRdrEFIk48rF+BoHdiVdKG+04w7RZDi5D4A0gvMBj0mx/GtILfHA1jLUceSlhF10NfOovI/yXs6x5a4qTzPLi61bdF+6lIlKt7WW3hcywavH6ANDOpcK69OrZSmdMJ3QYC3eg/8Fi/tHUeEbEKhSdZoD7EHQU1tfmty/KTvjFecftznCnnvDdcs1jysfrRLr0yvFKrrFqLMeAkEmBOgemICDXzaS82irYhm3JSczaDQBuRuUn7oVKNbssH39TjIV8xcL04TL5uoVmcPEuJ2c/RaMV0XqvFG/D6zaEKpGkg2uPRVMtfFr4Jv1mKfwjjk6IM= ceph-a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:19:25.771 DEBUG:teuthology.orchestra.run.smithi079:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDH9JJCyqq+IoefOksNR+co28aVtIOXN1irRws2wwIw7txoQleIKFuZRZ9VRnbJaS+uQINEAVlw7LXKhBqGeL8hiIu1zKKsZlk60vyVoFRccO3H1EXkd2Bo4r95OxL1e6we9lHqkGybi4jWkbYftr2qpxnB+CmDID4ZbyvLdxuDyzkL/2i1h59BAMSIv4EXBCRdrEFIk48rF+BoHdiVdKG+04w7RZDi5D4A0gvMBj0mx/GtILfHA1jLUceSlhF10NfOovI/yXs6x5a4qTzPLi61bdF+6lIlKt7WW3hcywavH6ANDOpcK69OrZSmdMJ3QYC3eg/8Fi/tHUeEbEKhSdZoD7EHQU1tfmty/KTvjFecftznCnnvDdcs1jysfrRLr0yvFKrrFqLMeAkEmBOgemICDXzaS82irYhm3JSczaDQBuRuUn7oVKNbssH39TjIV8xcL04TL5uoVmcPEuJ2c/RaMV0XqvFG/D6zaEKpGkg2uPRVMtfFr4Jv1mKfwjjk6IM= ceph-a99e224e-b84e-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T11:19:25.796 INFO:teuthology.orchestra.run.smithi079.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDH9JJCyqq+IoefOksNR+co28aVtIOXN1irRws2wwIw7txoQleIKFuZRZ9VRnbJaS+uQINEAVlw7LXKhBqGeL8hiIu1zKKsZlk60vyVoFRccO3H1EXkd2Bo4r95OxL1e6we9lHqkGybi4jWkbYftr2qpxnB+CmDID4ZbyvLdxuDyzkL/2i1h59BAMSIv4EXBCRdrEFIk48rF+BoHdiVdKG+04w7RZDi5D4A0gvMBj0mx/GtILfHA1jLUceSlhF10NfOovI/yXs6x5a4qTzPLi61bdF+6lIlKt7WW3hcywavH6ANDOpcK69OrZSmdMJ3QYC3eg/8Fi/tHUeEbEKhSdZoD7EHQU1tfmty/KTvjFecftznCnnvDdcs1jysfrRLr0yvFKrrFqLMeAkEmBOgemICDXzaS82irYhm3JSczaDQBuRuUn7oVKNbssH39TjIV8xcL04TL5uoVmcPEuJ2c/RaMV0XqvFG/D6zaEKpGkg2uPRVMtfFr4Jv1mKfwjjk6IM= ceph-a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:19:25.807 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-21T11:19:26.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:25 smithi046 bash[16032]: audit 2024-01-21T11:19:24.957554+0000 mon.smithi046 (mon.0) 93 : audit [INF] from='client.? 172.21.15.46:0/1513612894' entity='client.admin' 2024-01-21T11:19:31.123 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-21T11:19:31.123 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-21T11:19:31.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:31 smithi046 bash[16032]: audit 2024-01-21T11:19:30.471706+0000 mon.smithi046 (mon.0) 94 : audit [INF] from='client.? 172.21.15.46:0/3601084155' entity='client.admin' 2024-01-21T11:19:34.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:33 smithi046 bash[16032]: audit 2024-01-21T11:19:32.917679+0000 mon.smithi046 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' 2024-01-21T11:19:34.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:33 smithi046 bash[16032]: audit 2024-01-21T11:19:33.236313+0000 mon.smithi046 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:19:34.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:33 smithi046 bash[16032]: audit 2024-01-21T11:19:33.241515+0000 mon.smithi046 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' 2024-01-21T11:19:34.972 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi079 2024-01-21T11:19:34.972 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-21T11:19:34.972 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/etc/ceph/ceph.conf 2024-01-21T11:19:34.979 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-21T11:19:34.979 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:19:35.028 INFO:tasks.cephadm:Adding host smithi079 to orchestrator... 2024-01-21T11:19:35.028 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch host add smithi079 2024-01-21T11:19:35.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:34 smithi046 bash[16032]: cephadm 2024-01-21T11:19:33.256510+0000 mgr.smithi046.egcsjs (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi046 on smithi046 2024-01-21T11:19:35.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:34 smithi046 bash[16032]: cluster 2024-01-21T11:19:33.570629+0000 mgr.smithi046.egcsjs (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:19:35.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:34 smithi046 bash[16032]: audit 2024-01-21T11:19:34.266877+0000 mon.smithi046 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' 2024-01-21T11:19:36.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:35 smithi046 bash[16032]: audit 2024-01-21T11:19:34.262264+0000 mgr.smithi046.egcsjs (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-01-21T11:19:37.407 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:36 smithi046 bash[16032]: cluster 2024-01-21T11:19:35.571006+0000 mgr.smithi046.egcsjs (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:19:39.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:38 smithi046 bash[16032]: cluster 2024-01-21T11:19:37.571515+0000 mgr.smithi046.egcsjs (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:19:41.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:40 smithi046 bash[16032]: cluster 2024-01-21T11:19:39.571948+0000 mgr.smithi046.egcsjs (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:19:42.297 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:41 smithi046 bash[16032]: audit 2024-01-21T11:19:40.999940+0000 mon.smithi046 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' 2024-01-21T11:19:42.297 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:41 smithi046 bash[16032]: audit 2024-01-21T11:19:41.003702+0000 mon.smithi046 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:19:42.298 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:41 smithi046 bash[16032]: audit 2024-01-21T11:19:41.006322+0000 mon.smithi046 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T11:19:42.298 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:41 smithi046 bash[16032]: audit 2024-01-21T11:19:41.007347+0000 mon.smithi046 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:19:42.298 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:41 smithi046 bash[16032]: cephadm 2024-01-21T11:19:41.008306+0000 mgr.smithi046.egcsjs (mgr.14156) 11 : cephadm [INF] Deploying daemon crash.smithi046 on smithi046 2024-01-21T11:19:42.298 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:41 smithi046 bash[16032]: cluster 2024-01-21T11:19:41.572445+0000 mgr.smithi046.egcsjs (mgr.14156) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:19:44.674 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:44 smithi046 bash[16032]: audit 2024-01-21T11:19:43.420859+0000 mon.smithi046 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' 2024-01-21T11:19:44.674 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:44 smithi046 bash[16032]: audit 2024-01-21T11:19:43.515003+0000 mon.smithi046 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' 2024-01-21T11:19:44.674 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:44 smithi046 bash[16032]: audit 2024-01-21T11:19:43.517517+0000 mon.smithi046 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' 2024-01-21T11:19:44.674 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:44 smithi046 bash[16032]: audit 2024-01-21T11:19:43.520383+0000 mon.smithi046 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T11:19:44.674 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:44 smithi046 bash[16032]: audit 2024-01-21T11:19:43.521224+0000 mgr.smithi046.egcsjs (mgr.14156) 13 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T11:19:44.674 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:44 smithi046 bash[16032]: audit 2024-01-21T11:19:43.527141+0000 mon.smithi046 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' 2024-01-21T11:19:44.674 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:44 smithi046 bash[16032]: cephadm 2024-01-21T11:19:43.540783+0000 mgr.smithi046.egcsjs (mgr.14156) 14 : cephadm [INF] Deploying daemon grafana.smithi046 on smithi046 2024-01-21T11:19:44.674 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:44 smithi046 bash[16032]: cluster 2024-01-21T11:19:43.572815+0000 mgr.smithi046.egcsjs (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:19:44.674 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:44 smithi046 bash[16032]: audit 2024-01-21T11:19:43.769580+0000 mon.smithi046 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' 2024-01-21T11:19:46.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:46 smithi046 bash[16032]: cluster 2024-01-21T11:19:45.573208+0000 mgr.smithi046.egcsjs (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:19:49.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:48 smithi046 bash[16032]: cluster 2024-01-21T11:19:47.573673+0000 mgr.smithi046.egcsjs (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:19:51.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:50 smithi046 bash[16032]: cluster 2024-01-21T11:19:49.574042+0000 mgr.smithi046.egcsjs (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:19:52.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:52 smithi046 bash[16032]: cluster 2024-01-21T11:19:51.574424+0000 mgr.smithi046.egcsjs (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:19:55.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:54 smithi046 bash[16032]: cluster 2024-01-21T11:19:53.574754+0000 mgr.smithi046.egcsjs (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:19:56.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:56 smithi046 bash[16032]: cluster 2024-01-21T11:19:55.575155+0000 mgr.smithi046.egcsjs (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:19:59.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:19:58 smithi046 bash[16032]: cluster 2024-01-21T11:19:57.575653+0000 mgr.smithi046.egcsjs (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:00.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:00 smithi046 bash[16032]: cluster 2024-01-21T11:19:59.575926+0000 mgr.smithi046.egcsjs (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:01.807 INFO:teuthology.orchestra.run.smithi079.stdout:Added host 'smithi079' with addr '172.21.15.79' 2024-01-21T11:20:02.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:01 smithi046 bash[16032]: audit 2024-01-21T11:20:00.876078+0000 mon.smithi046 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:02.167 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:01 smithi046 bash[16032]: cephadm 2024-01-21T11:20:00.879050+0000 mgr.smithi046.egcsjs (mgr.14156) 24 : cephadm [INF] Deploying daemon node-exporter.smithi046 on smithi046 2024-01-21T11:20:02.167 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:01 smithi046 bash[16032]: audit 2024-01-21T11:20:01.410031+0000 mon.smithi046 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:02.167 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:01 smithi046 bash[16032]: audit 2024-01-21T11:20:01.413805+0000 mon.smithi046 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-21T11:20:02.167 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:01 smithi046 bash[16032]: audit 2024-01-21T11:20:01.799080+0000 mon.smithi046 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:02.481 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch host ls --format=json 2024-01-21T11:20:03.031 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:02 smithi046 bash[16032]: audit 2024-01-21T11:20:00.970653+0000 mgr.smithi046.egcsjs (mgr.14156) 25 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi079", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:20:03.031 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:02 smithi046 bash[16032]: cluster 2024-01-21T11:20:01.576500+0000 mgr.smithi046.egcsjs (mgr.14156) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:03.031 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:02 smithi046 bash[16032]: cephadm 2024-01-21T11:20:01.804504+0000 mgr.smithi046.egcsjs (mgr.14156) 27 : cephadm [INF] Added host smithi079 2024-01-21T11:20:03.031 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:02 smithi046 bash[16032]: audit 2024-01-21T11:20:02.417813+0000 mon.smithi046 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.46:0/556348890' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-21T11:20:03.031 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:02 smithi046 bash[16032]: cluster 2024-01-21T11:20:02.417965+0000 mon.smithi046 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi046.egcsjs(active, since 48s) 2024-01-21T11:20:09.367 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:09 smithi046 bash[16032]: cluster 2024-01-21T11:20:09.057039+0000 mon.smithi046 (mon.0) 115 : cluster [INF] Active manager daemon smithi046.egcsjs restarted 2024-01-21T11:20:09.368 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:09 smithi046 bash[16032]: cluster 2024-01-21T11:20:09.057509+0000 mon.smithi046 (mon.0) 116 : cluster [INF] Activating manager daemon smithi046.egcsjs 2024-01-21T11:20:09.368 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:09 smithi046 bash[16032]: cluster 2024-01-21T11:20:09.062915+0000 mon.smithi046 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-21T11:20:09.368 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:09 smithi046 bash[16032]: cluster 2024-01-21T11:20:09.063129+0000 mon.smithi046 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi046.egcsjs(active, starting, since 0.00577766s) 2024-01-21T11:20:09.368 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:09 smithi046 bash[16032]: audit 2024-01-21T11:20:09.064438+0000 mon.smithi046 (mon.0) 119 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-01-21T11:20:09.368 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:09 smithi046 bash[16032]: audit 2024-01-21T11:20:09.065682+0000 mon.smithi046 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mgr metadata", "who": "smithi046.egcsjs", "id": "smithi046.egcsjs"}]: dispatch 2024-01-21T11:20:09.368 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:09 smithi046 bash[16032]: audit 2024-01-21T11:20:09.066938+0000 mon.smithi046 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T11:20:09.368 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:09 smithi046 bash[16032]: audit 2024-01-21T11:20:09.067184+0000 mon.smithi046 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T11:20:09.368 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:09 smithi046 bash[16032]: audit 2024-01-21T11:20:09.067394+0000 mon.smithi046 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T11:20:09.368 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:09 smithi046 bash[16032]: cluster 2024-01-21T11:20:09.070880+0000 mon.smithi046 (mon.0) 124 : cluster [INF] Manager daemon smithi046.egcsjs is now available 2024-01-21T11:20:10.073 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-21T11:20:10.074 INFO:teuthology.orchestra.run.smithi079.stdout:[{"addr": "172.21.15.46", "hostname": "smithi046", "labels": [], "status": ""}, {"addr": "172.21.15.79", "hostname": "smithi079", "labels": [], "status": ""}] 2024-01-21T11:20:10.159 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:10 smithi046 bash[16032]: audit 2024-01-21T11:20:09.211089+0000 mon.smithi046 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:20:10.160 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:10 smithi046 bash[16032]: audit 2024-01-21T11:20:09.216205+0000 mon.smithi046 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:20:10.160 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:10 smithi046 bash[16032]: audit 2024-01-21T11:20:09.263089+0000 mon.smithi046 (mon.0) 127 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:10.160 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:10 smithi046 bash[16032]: audit 2024-01-21T11:20:09.274920+0000 mon.smithi046 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.egcsjs/mirror_snapshot_schedule"}]: dispatch 2024-01-21T11:20:10.160 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:10 smithi046 bash[16032]: audit 2024-01-21T11:20:09.280530+0000 mon.smithi046 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi046.egcsjs/trash_purge_schedule"}]: dispatch 2024-01-21T11:20:10.160 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:10 smithi046 bash[16032]: audit 2024-01-21T11:20:09.858930+0000 mon.smithi046 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:10.160 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:10 smithi046 bash[16032]: cluster 2024-01-21T11:20:10.068584+0000 mon.smithi046 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi046.egcsjs(active, since 1.01124s) 2024-01-21T11:20:10.806 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-21T11:20:10.806 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd crush tunables default 2024-01-21T11:20:11.737 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:11 smithi046 bash[16032]: audit 2024-01-21T11:20:10.069401+0000 mgr.smithi046.egcsjs (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:20:12.588 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:12 smithi046 bash[16032]: cluster 2024-01-21T11:20:11.464039+0000 mon.smithi046 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi046.egcsjs(active, since 2s) 2024-01-21T11:20:12.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:12 smithi046 bash[16032]: audit 2024-01-21T11:20:11.794115+0000 mon.smithi046 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:15.034 INFO:teuthology.orchestra.run.smithi046.stderr:adjusted tunables profile to default 2024-01-21T11:20:15.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:15 smithi046 bash[16032]: audit 2024-01-21T11:20:14.971791+0000 mon.smithi046 (mon.0) 134 : audit [INF] from='client.? 172.21.15.46:0/358495241' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-21T11:20:15.839 INFO:tasks.cephadm:Adding mon.smithi046 on smithi046 2024-01-21T11:20:15.839 INFO:tasks.cephadm:Adding mon.smithi079 on smithi079 2024-01-21T11:20:15.839 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch apply mon '2;smithi046:172.21.15.46=smithi046;smithi079:172.21.15.79=smithi079' 2024-01-21T11:20:16.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:16 smithi046 bash[16032]: audit 2024-01-21T11:20:15.025418+0000 mon.smithi046 (mon.0) 135 : audit [INF] from='client.? 172.21.15.46:0/358495241' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-21T11:20:16.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:16 smithi046 bash[16032]: cluster 2024-01-21T11:20:15.025505+0000 mon.smithi046 (mon.0) 136 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T11:20:16.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:16 smithi046 bash[16032]: audit 2024-01-21T11:20:15.285567+0000 mon.smithi046 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:16.097 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:16 smithi046 bash[16032]: audit 2024-01-21T11:20:15.576264+0000 mon.smithi046 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:20:18.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:18 smithi046 bash[16032]: audit 2024-01-21T11:20:17.487257+0000 mon.smithi046 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:18.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:18 smithi046 bash[16032]: audit 2024-01-21T11:20:17.784639+0000 mon.smithi046 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:18.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:18 smithi046 bash[16032]: audit 2024-01-21T11:20:17.786112+0000 mon.smithi046 (mon.0) 141 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd/host:smithi079", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:20:18.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:18 smithi046 bash[16032]: audit 2024-01-21T11:20:17.788010+0000 mon.smithi046 (mon.0) 142 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:20:18.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:18 smithi046 bash[16032]: audit 2024-01-21T11:20:17.789466+0000 mon.smithi046 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:20:18.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:18 smithi046 bash[16032]: cephadm 2024-01-21T11:20:17.791845+0000 mgr.smithi046.egcsjs (mgr.14182) 2 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-01-21T11:20:18.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:18 smithi046 bash[16032]: cephadm 2024-01-21T11:20:17.792280+0000 mgr.smithi046.egcsjs (mgr.14182) 3 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-01-21T11:20:18.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:18 smithi046 bash[16032]: cephadm 2024-01-21T11:20:17.839087+0000 mgr.smithi046.egcsjs (mgr.14182) 4 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:20:18.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:18 smithi046 bash[16032]: cephadm 2024-01-21T11:20:17.840320+0000 mgr.smithi046.egcsjs (mgr.14182) 5 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:20:18.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:18 smithi046 bash[16032]: audit 2024-01-21T11:20:17.877878+0000 mon.smithi046 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:18.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:18 smithi046 bash[16032]: audit 2024-01-21T11:20:17.899835+0000 mon.smithi046 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:18.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:18 smithi046 bash[16032]: audit 2024-01-21T11:20:17.904836+0000 mon.smithi046 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:18.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:18 smithi046 bash[16032]: audit 2024-01-21T11:20:17.909191+0000 mon.smithi046 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:20:18.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:18 smithi046 bash[16032]: audit 2024-01-21T11:20:17.913311+0000 mon.smithi046 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T11:20:18.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:18 smithi046 bash[16032]: audit 2024-01-21T11:20:17.914777+0000 mon.smithi046 (mon.0) 149 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:20:18.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:18 smithi046 bash[16032]: cephadm 2024-01-21T11:20:17.916064+0000 mgr.smithi046.egcsjs (mgr.14182) 6 : cephadm [INF] Deploying daemon crash.smithi079 on smithi079 2024-01-21T11:20:19.717 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled mon update... 2024-01-21T11:20:20.276 DEBUG:teuthology.orchestra.run.smithi079:mon.smithi079> sudo journalctl -f -n 0 -u ceph-a99e224e-b84e-11ee-95b0-87774f69a715@mon.smithi079.service 2024-01-21T11:20:20.278 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T11:20:20.278 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T11:20:20.586 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2024-01-21T11:20:21.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:20 smithi046 bash[16032]: audit 2024-01-21T11:20:19.702951+0000 mgr.smithi046.egcsjs (mgr.14182) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi046:172.21.15.46=smithi046;smithi079:172.21.15.79=smithi079", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:20:21.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:20 smithi046 bash[16032]: cephadm 2024-01-21T11:20:19.708608+0000 mgr.smithi046.egcsjs (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi046:172.21.15.46=smithi046;smithi079:172.21.15.79=smithi079;count:2 2024-01-21T11:20:21.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:20 smithi046 bash[16032]: audit 2024-01-21T11:20:19.714179+0000 mon.smithi046 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:22.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:21 smithi046 bash[16032]: audit 2024-01-21T11:20:20.796120+0000 mon.smithi046 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:22.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:21 smithi046 bash[16032]: audit 2024-01-21T11:20:20.801416+0000 mon.smithi046 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.jvxvnc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T11:20:22.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:21 smithi046 bash[16032]: audit 2024-01-21T11:20:20.804853+0000 mon.smithi046 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.jvxvnc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-21T11:20:22.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:21 smithi046 bash[16032]: audit 2024-01-21T11:20:20.806359+0000 mon.smithi046 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T11:20:22.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:21 smithi046 bash[16032]: audit 2024-01-21T11:20:20.808206+0000 mon.smithi046 (mon.0) 155 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:20:22.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:21 smithi046 bash[16032]: cephadm 2024-01-21T11:20:20.809626+0000 mgr.smithi046.egcsjs (mgr.14182) 9 : cephadm [INF] Deploying daemon mgr.smithi079.jvxvnc on smithi079 2024-01-21T11:20:25.115 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-21T11:20:25.115 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":1,"fsid":"a99e224e-b84e-11ee-95b0-87774f69a715","modified":"2024-01-21T11:18:00.308403Z","created":"2024-01-21T11:18:00.308403Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T11:20:25.118 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 1 2024-01-21T11:20:25.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:24 smithi046 bash[16032]: audit 2024-01-21T11:20:23.850310+0000 mon.smithi046 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:25.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:24 smithi046 bash[16032]: audit 2024-01-21T11:20:23.855215+0000 mon.smithi046 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T11:20:25.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:24 smithi046 bash[16032]: audit 2024-01-21T11:20:23.857200+0000 mon.smithi046 (mon.0) 158 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T11:20:25.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:24 smithi046 bash[16032]: audit 2024-01-21T11:20:23.858844+0000 mon.smithi046 (mon.0) 159 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:20:25.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:24 smithi046 bash[16032]: cephadm 2024-01-21T11:20:23.860325+0000 mgr.smithi046.egcsjs (mgr.14182) 10 : cephadm [INF] Deploying daemon mon.smithi079 on smithi079 2024-01-21T11:20:25.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:24 smithi046 bash[16032]: audit 2024-01-21T11:20:24.271400+0000 mon.smithi046 (mon.0) 160 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:26.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:25 smithi046 bash[16032]: audit 2024-01-21T11:20:25.111849+0000 mon.smithi046 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.79:0/541490700' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T11:20:26.779 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T11:20:26.780 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T11:20:28.762 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:28 smithi079 systemd[1]: Started Ceph mon.smithi079 for a99e224e-b84e-11ee-95b0-87774f69a715. 2024-01-21T11:20:30.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:29 smithi046 bash[16032]: audit 2024-01-21T11:20:28.643565+0000 mon.smithi046 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:30.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:29 smithi046 bash[16032]: cephadm 2024-01-21T11:20:28.647724+0000 mgr.smithi046.egcsjs (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi079 on smithi079 2024-01-21T11:20:30.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:29 smithi046 bash[16032]: cluster 2024-01-21T11:20:29.068828+0000 mgr.smithi046.egcsjs (mgr.14182) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:30.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:29 smithi046 bash[16032]: audit 2024-01-21T11:20:29.190096+0000 mon.smithi046 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:30.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:29 smithi046 bash[16032]: cephadm 2024-01-21T11:20:29.212374+0000 mgr.smithi046.egcsjs (mgr.14182) 13 : cephadm [INF] Deploying daemon prometheus.smithi079 on smithi079 2024-01-21T11:20:30.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:29 smithi046 bash[16032]: audit 2024-01-21T11:20:29.283053+0000 mon.smithi046 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:30.832 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.533+0000 7f916acf3880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T11:20:30.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.533+0000 7f916acf3880 0 ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable), process ceph-mon, pid 7 2024-01-21T11:20:30.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.533+0000 7f916acf3880 0 pidfile_write: ignore empty --pid-file 2024-01-21T11:20:30.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.537+0000 7f916acf3880 0 load: jerasure load: lrc load: isa 2024-01-21T11:20:30.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T11:20:30.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T11:20:30.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T11:20:30.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: DB SUMMARY 2024-01-21T11:20:30.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: CURRENT file: CURRENT 2024-01-21T11:20:30.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T11:20:30.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-21T11:20:30.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi079/store.db dir, Total Num: 0, files: 2024-01-21T11:20:30.833 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi079/store.db: 000003.log size: 511 ; 2024-01-21T11:20:30.834 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T11:20:30.834 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.create_if_missing: 0 2024-01-21T11:20:30.834 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T11:20:30.834 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.env: 0x56243d365080 2024-01-21T11:20:30.834 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.fs: Posix File System 2024-01-21T11:20:30.834 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.info_log: 0x56243ee08520 2024-01-21T11:20:30.834 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T11:20:30.834 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.statistics: (nil) 2024-01-21T11:20:30.834 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.use_fsync: 0 2024-01-21T11:20:30.834 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T11:20:30.834 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T11:20:30.835 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T11:20:30.835 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T11:20:30.835 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T11:20:30.835 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T11:20:30.835 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T11:20:30.835 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T11:20:30.835 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T11:20:30.835 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T11:20:30.835 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T11:20:30.835 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.db_log_dir: 2024-01-21T11:20:30.835 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi079/store.db 2024-01-21T11:20:30.835 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T11:20:30.835 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T11:20:30.835 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T11:20:30.835 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T11:20:30.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T11:20:30.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T11:20:30.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T11:20:30.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T11:20:30.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T11:20:30.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T11:20:30.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.write_buffer_manager: 0x56243fa56480 2024-01-21T11:20:30.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T11:20:30.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T11:20:30.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T11:20:30.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T11:20:30.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T11:20:30.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T11:20:30.836 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T11:20:30.837 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T11:20:30.837 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T11:20:30.837 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.unordered_write: 0 2024-01-21T11:20:30.837 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T11:20:30.837 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T11:20:30.837 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T11:20:30.837 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T11:20:30.837 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.row_cache: None 2024-01-21T11:20:30.837 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.wal_filter: None 2024-01-21T11:20:30.837 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T11:20:30.837 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T11:20:30.837 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T11:20:30.837 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T11:20:30.837 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T11:20:30.838 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T11:20:30.838 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T11:20:30.838 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T11:20:30.838 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T11:20:30.838 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T11:20:30.838 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T11:20:30.838 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T11:20:30.838 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T11:20:30.838 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T11:20:30.838 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T11:20:30.838 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T11:20:30.838 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T11:20:30.838 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T11:20:30.838 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T11:20:30.838 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T11:20:30.839 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T11:20:30.839 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_open_files: -1 2024-01-21T11:20:30.839 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T11:20:30.839 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T11:20:30.839 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T11:20:30.839 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T11:20:30.839 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Compression algorithms supported: 2024-01-21T11:20:30.839 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T11:20:30.839 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: kZSTD supported: 0 2024-01-21T11:20:30.839 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T11:20:30.839 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T11:20:30.839 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T11:20:30.839 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T11:20:30.839 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T11:20:30.839 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T11:20:30.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T11:20:30.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi079/store.db/MANIFEST-000001 2024-01-21T11:20:30.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T11:20:30.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T11:20:30.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.merge_operator: 2024-01-21T11:20:30.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compaction_filter: None 2024-01-21T11:20:30.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T11:20:30.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T11:20:30.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T11:20:30.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56243edabd28) 2024-01-21T11:20:30.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: cache_index_and_filter_blocks: 1 2024-01-21T11:20:30.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T11:20:30.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T11:20:30.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: pin_top_level_index_and_filter: 1 2024-01-21T11:20:30.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: index_type: 0 2024-01-21T11:20:30.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: data_block_index_type: 0 2024-01-21T11:20:30.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: index_shortening: 1 2024-01-21T11:20:30.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T11:20:30.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: hash_index_allow_collision: 1 2024-01-21T11:20:30.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: checksum: 1 2024-01-21T11:20:30.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: no_block_cache: 0 2024-01-21T11:20:30.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: block_cache: 0x56243ede2f10 2024-01-21T11:20:30.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: block_cache_name: BinnedLRUCache 2024-01-21T11:20:30.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: block_cache_options: 2024-01-21T11:20:30.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: capacity : 536870912 2024-01-21T11:20:30.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: num_shard_bits : 4 2024-01-21T11:20:30.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: strict_capacity_limit : 0 2024-01-21T11:20:30.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: high_pri_pool_ratio: 0.000 2024-01-21T11:20:30.841 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: block_cache_compressed: (nil) 2024-01-21T11:20:30.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: persistent_cache: (nil) 2024-01-21T11:20:30.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: block_size: 4096 2024-01-21T11:20:30.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: block_size_deviation: 10 2024-01-21T11:20:30.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: block_restart_interval: 16 2024-01-21T11:20:30.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: index_block_restart_interval: 1 2024-01-21T11:20:30.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: metadata_block_size: 4096 2024-01-21T11:20:30.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: partition_filters: 0 2024-01-21T11:20:30.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: use_delta_encoding: 1 2024-01-21T11:20:30.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T11:20:30.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: whole_key_filtering: 1 2024-01-21T11:20:30.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: verify_compression: 0 2024-01-21T11:20:30.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: read_amp_bytes_per_bit: 0 2024-01-21T11:20:30.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: format_version: 2 2024-01-21T11:20:30.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: enable_index_compression: 1 2024-01-21T11:20:30.842 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: block_align: 0 2024-01-21T11:20:30.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T11:20:30.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T11:20:30.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compression: NoCompression 2024-01-21T11:20:30.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T11:20:30.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T11:20:30.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T11:20:30.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.num_levels: 7 2024-01-21T11:20:30.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T11:20:30.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T11:20:30.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T11:20:30.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T11:20:30.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T11:20:30.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T11:20:30.843 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T11:20:30.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:20:30.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T11:20:30.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T11:20:30.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T11:20:30.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T11:20:30.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T11:20:30.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T11:20:30.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T11:20:30.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T11:20:30.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T11:20:30.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T11:20:30.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T11:20:30.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T11:20:30.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T11:20:30.844 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T11:20:30.845 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T11:20:30.845 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T11:20:30.845 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T11:20:30.845 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T11:20:30.845 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T11:20:30.845 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T11:20:30.845 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T11:20:30.845 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T11:20:30.845 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T11:20:30.845 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T11:20:30.845 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T11:20:30.845 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T11:20:30.845 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T11:20:30.845 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T11:20:30.845 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T11:20:30.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T11:20:30.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T11:20:30.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T11:20:30.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T11:20:30.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T11:20:30.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T11:20:30.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T11:20:30.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T11:20:30.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T11:20:30.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T11:20:30.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T11:20:30.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T11:20:30.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T11:20:30.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T11:20:30.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T11:20:30.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T11:20:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T11:20:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T11:20:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T11:20:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T11:20:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T11:20:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T11:20:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.ttl: 2592000 2024-01-21T11:20:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T11:20:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi079/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-01-21T11:20:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T11:20:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705836030546308, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-21T11:20:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-21T11:20:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 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-01-21T11:20:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705836030547122, "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": 1705836030, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T11:20:30.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-21T11:20:30.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.541+0000 7f916acf3880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705836030547593, "job": 1, "event": "recovery_finished"} 2024-01-21T11:20:30.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.545+0000 7f916acf3880 4 rocksdb: DB pointer 0x56243eeab800 2024-01-21T11:20:30.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.545+0000 7f9151ae5700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T11:20:30.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.545+0000 7f9151ae5700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T11:20:30.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: ** DB Stats ** 2024-01-21T11:20:30.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:20:30.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T11:20:30.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T11:20:30.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:20:30.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T11:20:30.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T11:20:30.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T11:20:30.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: ** Compaction Stats [default] ** 2024-01-21T11:20:30.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: 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-01-21T11:20:30.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:20:30.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-01-21T11:20:30.849 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-01-21T11:20:30.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-01-21T11:20:30.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: ** Compaction Stats [default] ** 2024-01-21T11:20:30.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: 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-01-21T11:20:30.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:20:30.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-01-21T11:20:30.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:20:30.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:20:30.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:20:30.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:20:30.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:20:30.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:20:30.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Cumulative compaction: 0.00 GB write, 0.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:20:30.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Interval compaction: 0.00 GB write, 0.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:20:30.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: 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-01-21T11:20:30.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:20:30.850 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: ** Compaction Stats [default] ** 2024-01-21T11:20:30.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: 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-01-21T11:20:30.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:20:30.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-01-21T11:20:30.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-01-21T11:20:30.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: 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-01-21T11:20:30.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: ** Compaction Stats [default] ** 2024-01-21T11:20:30.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: 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-01-21T11:20:30.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T11:20:30.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 0.00 0.00 1 0.001 0 0 2024-01-21T11:20:30.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T11:20:30.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T11:20:30.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T11:20:30.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T11:20:30.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T11:20:30.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T11:20:30.852 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Cumulative compaction: 0.00 GB write, 0.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:20:30.852 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T11:20:30.852 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: 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-01-21T11:20:30.852 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T11:20:30.852 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.545+0000 7f916acf3880 0 mon.smithi079 does not exist in monmap, will attempt to join an existing cluster 2024-01-21T11:20:30.852 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.545+0000 7f916acf3880 0 using public_addr v2:172.21.15.79:0/0 -> [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] 2024-01-21T11:20:30.852 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.545+0000 7f916acf3880 0 starting mon.smithi079 rank -1 at public addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] at bind addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi079 fsid a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:20:30.852 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.545+0000 7f916acf3880 1 mon.smithi079@-1(???) e0 preinit fsid a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:20:30.852 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.585+0000 7f91542ea700 0 mon.smithi079@-1(synchronizing).mds e1 new map 2024-01-21T11:20:30.852 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.585+0000 7f91542ea700 0 mon.smithi079@-1(synchronizing).mds e1 print_map 2024-01-21T11:20:30.852 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: e1 2024-01-21T11:20:30.852 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T11:20:30.852 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: 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-01-21T11:20:30.852 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: legacy client fscid: -1 2024-01-21T11:20:30.853 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: 2024-01-21T11:20:30.853 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: No filesystems configured 2024-01-21T11:20:30.853 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.585+0000 7f91542ea700 1 mon.smithi079@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-21T11:20:30.853 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.585+0000 7f91542ea700 1 mon.smithi079@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-21T11:20:30.853 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.585+0000 7f91542ea700 1 mon.smithi079@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-21T11:20:30.853 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.585+0000 7f91542ea700 1 mon.smithi079@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-21T11:20:30.853 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.585+0000 7f91542ea700 1 mon.smithi079@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-21T11:20:30.853 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.585+0000 7f91542ea700 1 mon.smithi079@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-21T11:20:30.853 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.585+0000 7f91542ea700 1 mon.smithi079@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-21T11:20:30.853 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.585+0000 7f91542ea700 0 mon.smithi079@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T11:20:30.853 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.585+0000 7f91542ea700 0 mon.smithi079@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T11:20:30.853 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: audit 2024-01-21T11:20:28.643565+0000 mon.smithi046 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:30.853 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: cephadm 2024-01-21T11:20:28.647724+0000 mgr.smithi046.egcsjs (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi079 on smithi079 2024-01-21T11:20:30.853 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: cluster 2024-01-21T11:20:29.068828+0000 mgr.smithi046.egcsjs (mgr.14182) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:30.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: audit 2024-01-21T11:20:29.190096+0000 mon.smithi046 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:30.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: cephadm 2024-01-21T11:20:29.212374+0000 mgr.smithi046.egcsjs (mgr.14182) 13 : cephadm [INF] Deploying daemon prometheus.smithi079 on smithi079 2024-01-21T11:20:30.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: audit 2024-01-21T11:20:29.283053+0000 mon.smithi046 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:30.854 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:30 smithi079 bash[19822]: debug 2024-01-21T11:20:30.585+0000 7f91542ea700 1 mon.smithi079@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-21T11:20:35.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: audit 2024-01-21T11:20:30.592254+0000 mon.smithi046 (mon.0) 165 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2024-01-21T11:20:35.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: audit 2024-01-21T11:20:30.597123+0000 mon.smithi046 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-01-21T11:20:35.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: cluster 2024-01-21T11:20:30.597436+0000 mon.smithi046 (mon.0) 167 : cluster [INF] mon.smithi046 calling monitor election 2024-01-21T11:20:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: audit 2024-01-21T11:20:30.616803+0000 mon.smithi046 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2024-01-21T11:20:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: cluster 2024-01-21T11:20:31.069267+0000 mgr.smithi046.egcsjs (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: audit 2024-01-21T11:20:31.592009+0000 mon.smithi046 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2024-01-21T11:20:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: audit 2024-01-21T11:20:32.293578+0000 mon.smithi046 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.79:0/1239957836' entity='mgr.smithi079.jvxvnc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.jvxvnc/crt"}]: dispatch 2024-01-21T11:20:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: audit 2024-01-21T11:20:32.592123+0000 mon.smithi046 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2024-01-21T11:20:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: cluster 2024-01-21T11:20:32.597503+0000 mon.smithi079 (mon.1) 1 : cluster [INF] mon.smithi079 calling monitor election 2024-01-21T11:20:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: cluster 2024-01-21T11:20:33.069681+0000 mgr.smithi046.egcsjs (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: audit 2024-01-21T11:20:33.592699+0000 mon.smithi046 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2024-01-21T11:20:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: audit 2024-01-21T11:20:34.592224+0000 mon.smithi046 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2024-01-21T11:20:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: cluster 2024-01-21T11:20:35.070062+0000 mgr.smithi046.egcsjs (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: audit 2024-01-21T11:20:35.592685+0000 mon.smithi046 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2024-01-21T11:20:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: cluster 2024-01-21T11:20:35.620159+0000 mon.smithi046 (mon.0) 175 : cluster [INF] mon.smithi046 is new leader, mons smithi046,smithi079 in quorum (ranks 0,1) 2024-01-21T11:20:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: cluster 2024-01-21T11:20:35.626548+0000 mon.smithi046 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi046=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],smithi079=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} 2024-01-21T11:20:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: cluster 2024-01-21T11:20:35.627645+0000 mon.smithi046 (mon.0) 177 : cluster [DBG] fsmap 2024-01-21T11:20:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: cluster 2024-01-21T11:20:35.627716+0000 mon.smithi046 (mon.0) 178 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T11:20:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: cluster 2024-01-21T11:20:35.627984+0000 mon.smithi046 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi046.egcsjs(active, since 26s) 2024-01-21T11:20:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: cluster 2024-01-21T11:20:35.630067+0000 mon.smithi046 (mon.0) 180 : cluster [DBG] Standby manager daemon smithi079.jvxvnc started 2024-01-21T11:20:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: audit 2024-01-21T11:20:35.633893+0000 mon.smithi046 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.79:0/1239957836' entity='mgr.smithi079.jvxvnc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T11:20:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: cluster 2024-01-21T11:20:35.637302+0000 mon.smithi046 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-01-21T11:20:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: audit 2024-01-21T11:20:35.637768+0000 mon.smithi046 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.79:0/1239957836' entity='mgr.smithi079.jvxvnc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.jvxvnc/key"}]: dispatch 2024-01-21T11:20:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:35 smithi079 bash[19822]: audit 2024-01-21T11:20:35.638647+0000 mon.smithi046 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.79:0/1239957836' entity='mgr.smithi079.jvxvnc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T11:20:36.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: audit 2024-01-21T11:20:30.592254+0000 mon.smithi046 (mon.0) 165 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2024-01-21T11:20:36.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: audit 2024-01-21T11:20:30.597123+0000 mon.smithi046 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi046"}]: dispatch 2024-01-21T11:20:36.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: cluster 2024-01-21T11:20:30.597436+0000 mon.smithi046 (mon.0) 167 : cluster [INF] mon.smithi046 calling monitor election 2024-01-21T11:20:36.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: audit 2024-01-21T11:20:30.616803+0000 mon.smithi046 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2024-01-21T11:20:36.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: cluster 2024-01-21T11:20:31.069267+0000 mgr.smithi046.egcsjs (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: audit 2024-01-21T11:20:31.592009+0000 mon.smithi046 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2024-01-21T11:20:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: audit 2024-01-21T11:20:32.293578+0000 mon.smithi046 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.79:0/1239957836' entity='mgr.smithi079.jvxvnc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.jvxvnc/crt"}]: dispatch 2024-01-21T11:20:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: audit 2024-01-21T11:20:32.592123+0000 mon.smithi046 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2024-01-21T11:20:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: cluster 2024-01-21T11:20:32.597503+0000 mon.smithi079 (mon.1) 1 : cluster [INF] mon.smithi079 calling monitor election 2024-01-21T11:20:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: cluster 2024-01-21T11:20:33.069681+0000 mgr.smithi046.egcsjs (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: audit 2024-01-21T11:20:33.592699+0000 mon.smithi046 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2024-01-21T11:20:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: audit 2024-01-21T11:20:34.592224+0000 mon.smithi046 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2024-01-21T11:20:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: cluster 2024-01-21T11:20:35.070062+0000 mgr.smithi046.egcsjs (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: audit 2024-01-21T11:20:35.592685+0000 mon.smithi046 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2024-01-21T11:20:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: cluster 2024-01-21T11:20:35.620159+0000 mon.smithi046 (mon.0) 175 : cluster [INF] mon.smithi046 is new leader, mons smithi046,smithi079 in quorum (ranks 0,1) 2024-01-21T11:20:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: cluster 2024-01-21T11:20:35.626548+0000 mon.smithi046 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi046=[v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0],smithi079=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0]} removed_ranks: {} 2024-01-21T11:20:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: cluster 2024-01-21T11:20:35.627645+0000 mon.smithi046 (mon.0) 177 : cluster [DBG] fsmap 2024-01-21T11:20:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: cluster 2024-01-21T11:20:35.627716+0000 mon.smithi046 (mon.0) 178 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T11:20:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: cluster 2024-01-21T11:20:35.627984+0000 mon.smithi046 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi046.egcsjs(active, since 26s) 2024-01-21T11:20:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: cluster 2024-01-21T11:20:35.630067+0000 mon.smithi046 (mon.0) 180 : cluster [DBG] Standby manager daemon smithi079.jvxvnc started 2024-01-21T11:20:36.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: audit 2024-01-21T11:20:35.633893+0000 mon.smithi046 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.79:0/1239957836' entity='mgr.smithi079.jvxvnc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T11:20:36.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: cluster 2024-01-21T11:20:35.637302+0000 mon.smithi046 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-01-21T11:20:36.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: audit 2024-01-21T11:20:35.637768+0000 mon.smithi046 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.79:0/1239957836' entity='mgr.smithi079.jvxvnc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi079.jvxvnc/key"}]: dispatch 2024-01-21T11:20:36.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:35 smithi046 bash[16032]: audit 2024-01-21T11:20:35.638647+0000 mon.smithi046 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.79:0/1239957836' entity='mgr.smithi079.jvxvnc' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T11:20:36.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:36 smithi079 bash[19822]: cluster 2024-01-21T11:20:35.695818+0000 mon.smithi046 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi046.egcsjs(active, since 26s), standbys: smithi079.jvxvnc 2024-01-21T11:20:36.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:36 smithi079 bash[19822]: audit 2024-01-21T11:20:35.697461+0000 mon.smithi046 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mgr metadata", "who": "smithi079.jvxvnc", "id": "smithi079.jvxvnc"}]: dispatch 2024-01-21T11:20:36.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:36 smithi079 bash[19822]: audit 2024-01-21T11:20:36.592777+0000 mon.smithi046 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2024-01-21T11:20:37.098 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-21T11:20:37.098 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":2,"fsid":"a99e224e-b84e-11ee-95b0-87774f69a715","modified":"2024-01-21T11:20:30.591574Z","created":"2024-01-21T11:18:00.308403Z","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":"smithi046","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi079","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-21T11:20:37.102 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 2 2024-01-21T11:20:37.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:36 smithi046 bash[16032]: cluster 2024-01-21T11:20:35.695818+0000 mon.smithi046 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi046.egcsjs(active, since 26s), standbys: smithi079.jvxvnc 2024-01-21T11:20:37.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:36 smithi046 bash[16032]: audit 2024-01-21T11:20:35.697461+0000 mon.smithi046 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mgr metadata", "who": "smithi079.jvxvnc", "id": "smithi079.jvxvnc"}]: dispatch 2024-01-21T11:20:37.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:36 smithi046 bash[16032]: audit 2024-01-21T11:20:36.592777+0000 mon.smithi046 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mon metadata", "id": "smithi079"}]: dispatch 2024-01-21T11:20:38.002 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:37 smithi079 bash[19822]: cluster 2024-01-21T11:20:37.070512+0000 mgr.smithi046.egcsjs (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:38.003 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:37 smithi079 bash[19822]: audit 2024-01-21T11:20:37.094614+0000 mon.smithi046 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.79:0/316635810' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T11:20:38.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:37 smithi046 bash[16032]: cluster 2024-01-21T11:20:37.070512+0000 mgr.smithi046.egcsjs (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:38.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:37 smithi046 bash[16032]: audit 2024-01-21T11:20:37.094614+0000 mon.smithi046 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.79:0/316635810' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T11:20:38.700 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-21T11:20:38.701 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph config generate-minimal-conf 2024-01-21T11:20:40.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:40 smithi046 bash[16032]: cluster 2024-01-21T11:20:39.070970+0000 mgr.smithi046.egcsjs (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:40.485 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:40 smithi079 bash[19822]: cluster 2024-01-21T11:20:39.070970+0000 mgr.smithi046.egcsjs (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:41.622 INFO:teuthology.orchestra.run.smithi046.stdout:# minimal ceph.conf for a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:20:41.622 INFO:teuthology.orchestra.run.smithi046.stdout:[global] 2024-01-21T11:20:41.622 INFO:teuthology.orchestra.run.smithi046.stdout: fsid = a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:20:41.623 INFO:teuthology.orchestra.run.smithi046.stdout: mon_host = [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] 2024-01-21T11:20:41.846 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:41 smithi079 bash[19822]: cluster 2024-01-21T11:20:41.071458+0000 mgr.smithi046.egcsjs (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:41.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:41 smithi046 bash[16032]: cluster 2024-01-21T11:20:41.071458+0000 mgr.smithi046.egcsjs (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:42.209 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-21T11:20:42.209 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-21T11:20:42.210 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T11:20:42.225 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-21T11:20:42.226 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:20:42.283 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-21T11:20:42.283 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T11:20:42.298 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-21T11:20:42.299 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T11:20:42.353 INFO:tasks.cephadm:Deploying OSDs... 2024-01-21T11:20:42.353 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-21T11:20:42.353 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:20:42.359 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T11:20:42.360 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/nvme1n1 2024-01-21T11:20:42.408 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/nvme1n1 2024-01-21T11:20:42.409 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:20:42.409 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2024-01-21T11:20:42.409 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:20:42.409 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-01-21 11:19:27.813007207 +0000 2024-01-21T11:20:42.409 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-01-21 11:17:26.899889123 +0000 2024-01-21T11:20:42.409 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-01-21 11:17:26.899889123 +0000 2024-01-21T11:20:42.409 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-01-21T11:20:42.409 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T11:20:42.463 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-01-21T11:20:42.463 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-01-21T11:20:42.463 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000349864 s, 1.5 MB/s 2024-01-21T11:20:42.465 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T11:20:42.514 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/nvme2n1 2024-01-21T11:20:42.569 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/nvme2n1 2024-01-21T11:20:42.569 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:20:42.569 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2024-01-21T11:20:42.569 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:20:42.569 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-01-21 11:19:27.821007016 +0000 2024-01-21T11:20:42.569 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-01-21 11:17:27.015882542 +0000 2024-01-21T11:20:42.569 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-01-21 11:17:27.015882542 +0000 2024-01-21T11:20:42.569 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-01-21T11:20:42.570 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T11:20:42.622 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-01-21T11:20:42.622 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-01-21T11:20:42.622 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000371558 s, 1.4 MB/s 2024-01-21T11:20:42.623 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T11:20:42.674 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/nvme3n1 2024-01-21T11:20:42.724 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/nvme3n1 2024-01-21T11:20:42.725 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:20:42.725 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2024-01-21T11:20:42.725 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:20:42.725 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-01-21 11:19:27.829006826 +0000 2024-01-21T11:20:42.725 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-01-21 11:17:27.127879857 +0000 2024-01-21T11:20:42.725 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-01-21 11:17:27.127879857 +0000 2024-01-21T11:20:42.725 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-01-21T11:20:42.725 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T11:20:42.777 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:42 smithi046 bash[16032]: audit 2024-01-21T11:20:41.619194+0000 mon.smithi046 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.46:0/3832308237' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:20:42.777 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:42 smithi046 bash[16032]: audit 2024-01-21T11:20:42.013139+0000 mon.smithi046 (mon.0) 190 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:42.777 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:42 smithi046 bash[16032]: audit 2024-01-21T11:20:42.015014+0000 mon.smithi046 (mon.0) 191 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:20:42.779 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-01-21T11:20:42.779 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-01-21T11:20:42.779 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000347235 s, 1.5 MB/s 2024-01-21T11:20:42.780 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T11:20:42.834 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/nvme4n1 2024-01-21T11:20:42.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:42 smithi079 bash[19822]: audit 2024-01-21T11:20:41.619194+0000 mon.smithi046 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.46:0/3832308237' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:20:42.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:42 smithi079 bash[19822]: audit 2024-01-21T11:20:42.013139+0000 mon.smithi046 (mon.0) 190 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:42.884 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:42 smithi079 bash[19822]: audit 2024-01-21T11:20:42.015014+0000 mon.smithi046 (mon.0) 191 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:20:42.888 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/nvme4n1 2024-01-21T11:20:42.888 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:20:42.889 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2024-01-21T11:20:42.889 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:20:42.889 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-01-21 11:19:27.841006540 +0000 2024-01-21T11:20:42.889 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-01-21 11:17:27.247877000 +0000 2024-01-21T11:20:42.889 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-01-21 11:17:27.247877000 +0000 2024-01-21T11:20:42.889 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-01-21T11:20:42.889 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T11:20:42.943 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-01-21T11:20:42.943 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-01-21T11:20:42.943 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000257572 s, 2.0 MB/s 2024-01-21T11:20:42.945 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T11:20:42.994 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-21T11:20:42.994 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T11:20:43.001 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T11:20:43.001 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/nvme1n1 2024-01-21T11:20:43.049 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/nvme1n1 2024-01-21T11:20:43.049 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:20:43.049 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2024-01-21T11:20:43.049 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:20:43.049 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-01-21 11:20:15.890174833 +0000 2024-01-21T11:20:43.050 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-01-21 11:17:28.202164085 +0000 2024-01-21T11:20:43.050 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-01-21 11:17:28.202164085 +0000 2024-01-21T11:20:43.050 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-01-21T11:20:43.050 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T11:20:43.102 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-01-21T11:20:43.102 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-01-21T11:20:43.102 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.00037263 s, 1.4 MB/s 2024-01-21T11:20:43.103 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T11:20:43.152 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/nvme2n1 2024-01-21T11:20:43.201 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/nvme2n1 2024-01-21T11:20:43.201 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:20:43.202 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2024-01-21T11:20:43.202 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:20:43.202 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-01-21 11:20:15.902174547 +0000 2024-01-21T11:20:43.202 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-01-21 11:17:28.322161253 +0000 2024-01-21T11:20:43.202 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-01-21 11:17:28.322161253 +0000 2024-01-21T11:20:43.202 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-01-21T11:20:43.202 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T11:20:43.257 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-01-21T11:20:43.257 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-01-21T11:20:43.258 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000303196 s, 1.7 MB/s 2024-01-21T11:20:43.258 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T11:20:43.311 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/nvme3n1 2024-01-21T11:20:43.361 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/nvme3n1 2024-01-21T11:20:43.361 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:20:43.361 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2024-01-21T11:20:43.361 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:20:43.361 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-01-21 11:20:15.918174166 +0000 2024-01-21T11:20:43.361 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-01-21 11:17:28.434158609 +0000 2024-01-21T11:20:43.361 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-01-21 11:17:28.434158609 +0000 2024-01-21T11:20:43.361 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-01-21T11:20:43.362 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T11:20:43.415 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-01-21T11:20:43.415 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-01-21T11:20:43.415 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000476583 s, 1.1 MB/s 2024-01-21T11:20:43.416 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T11:20:43.466 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/nvme4n1 2024-01-21T11:20:43.517 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/nvme4n1 2024-01-21T11:20:43.517 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T11:20:43.517 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 490 Links: 1 Device type: 103,8 2024-01-21T11:20:43.517 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T11:20:43.517 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-01-21 11:20:15.930173881 +0000 2024-01-21T11:20:43.517 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-01-21 11:17:28.550155871 +0000 2024-01-21T11:20:43.517 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-01-21 11:17:28.550155871 +0000 2024-01-21T11:20:43.517 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-01-21T11:20:43.518 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T11:20:43.570 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-01-21T11:20:43.571 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-01-21T11:20:43.571 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000353049 s, 1.5 MB/s 2024-01-21T11:20:43.572 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T11:20:43.627 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-21T11:20:43.682 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:43 smithi079 bash[19822]: cluster 2024-01-21T11:20:43.071972+0000 mgr.smithi046.egcsjs (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:43.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:43 smithi046 bash[16032]: cluster 2024-01-21T11:20:43.071972+0000 mgr.smithi046.egcsjs (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:45.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:45 smithi046 bash[16032]: audit 2024-01-21T11:20:44.293259+0000 mon.smithi046 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:45.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:45 smithi079 bash[19822]: audit 2024-01-21T11:20:44.293259+0000 mon.smithi046 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:46.694 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled osd.all-available-devices update... 2024-01-21T11:20:46.735 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:46 smithi079 bash[19822]: cluster 2024-01-21T11:20:45.072453+0000 mgr.smithi046.egcsjs (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:46.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:46 smithi046 bash[16032]: cluster 2024-01-21T11:20:45.072453+0000 mgr.smithi046.egcsjs (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:47.286 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-21T11:20:47.286 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:20:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:47 smithi079 bash[19822]: audit 2024-01-21T11:20:46.678640+0000 mgr.smithi046.egcsjs (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-01-21T11:20:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:47 smithi079 bash[19822]: cephadm 2024-01-21T11:20:46.683068+0000 mgr.smithi046.egcsjs (mgr.14182) 23 : cephadm [INF] Marking host: smithi046 for OSDSpec preview refresh. 2024-01-21T11:20:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:47 smithi079 bash[19822]: cephadm 2024-01-21T11:20:46.683331+0000 mgr.smithi046.egcsjs (mgr.14182) 24 : cephadm [INF] Marking host: smithi079 for OSDSpec preview refresh. 2024-01-21T11:20:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:47 smithi079 bash[19822]: cephadm 2024-01-21T11:20:46.684131+0000 mgr.smithi046.egcsjs (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T11:20:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:47 smithi079 bash[19822]: audit 2024-01-21T11:20:46.690594+0000 mon.smithi046 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:47 smithi079 bash[19822]: cluster 2024-01-21T11:20:47.072879+0000 mgr.smithi046.egcsjs (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:47 smithi079 bash[19822]: audit 2024-01-21T11:20:47.616766+0000 mon.smithi046 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:47 smithi079 bash[19822]: audit 2024-01-21T11:20:47.625927+0000 mon.smithi046 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:47 smithi079 bash[19822]: audit 2024-01-21T11:20:47.627690+0000 mon.smithi046 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:20:47.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:47 smithi079 bash[19822]: audit 2024-01-21T11:20:47.629423+0000 mon.smithi046 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:20:47.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:47 smithi079 bash[19822]: audit 2024-01-21T11:20:47.666876+0000 mon.smithi046 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:48.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:47 smithi046 bash[16032]: audit 2024-01-21T11:20:46.678640+0000 mgr.smithi046.egcsjs (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-01-21T11:20:48.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:47 smithi046 bash[16032]: cephadm 2024-01-21T11:20:46.683068+0000 mgr.smithi046.egcsjs (mgr.14182) 23 : cephadm [INF] Marking host: smithi046 for OSDSpec preview refresh. 2024-01-21T11:20:48.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:47 smithi046 bash[16032]: cephadm 2024-01-21T11:20:46.683331+0000 mgr.smithi046.egcsjs (mgr.14182) 24 : cephadm [INF] Marking host: smithi079 for OSDSpec preview refresh. 2024-01-21T11:20:48.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:47 smithi046 bash[16032]: cephadm 2024-01-21T11:20:46.684131+0000 mgr.smithi046.egcsjs (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T11:20:48.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:47 smithi046 bash[16032]: audit 2024-01-21T11:20:46.690594+0000 mon.smithi046 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:48.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:47 smithi046 bash[16032]: cluster 2024-01-21T11:20:47.072879+0000 mgr.smithi046.egcsjs (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:48.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:47 smithi046 bash[16032]: audit 2024-01-21T11:20:47.616766+0000 mon.smithi046 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:48.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:47 smithi046 bash[16032]: audit 2024-01-21T11:20:47.625927+0000 mon.smithi046 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:48.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:47 smithi046 bash[16032]: audit 2024-01-21T11:20:47.627690+0000 mon.smithi046 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:20:48.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:47 smithi046 bash[16032]: audit 2024-01-21T11:20:47.629423+0000 mon.smithi046 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:20:48.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:47 smithi046 bash[16032]: audit 2024-01-21T11:20:47.666876+0000 mon.smithi046 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:49.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:48 smithi046 bash[16032]: cephadm 2024-01-21T11:20:47.631839+0000 mgr.smithi046.egcsjs (mgr.14182) 27 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-01-21T11:20:49.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:48 smithi046 bash[16032]: cephadm 2024-01-21T11:20:47.632472+0000 mgr.smithi046.egcsjs (mgr.14182) 28 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-01-21T11:20:49.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:48 smithi046 bash[16032]: audit 2024-01-21T11:20:47.836737+0000 mon.smithi046 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:49.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:48 smithi046 bash[16032]: audit 2024-01-21T11:20:47.843017+0000 mon.smithi046 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:49.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:48 smithi046 bash[16032]: audit 2024-01-21T11:20:47.849077+0000 mon.smithi046 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:20:49.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:48 smithi046 bash[16032]: audit 2024-01-21T11:20:47.856930+0000 mon.smithi046 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:20:49.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:48 smithi046 bash[16032]: audit 2024-01-21T11:20:47.858318+0000 mon.smithi046 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:20:49.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:48 smithi046 bash[16032]: audit 2024-01-21T11:20:47.859014+0000 mon.smithi046 (mon.0) 204 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:20:49.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:48 smithi046 bash[16032]: audit 2024-01-21T11:20:47.860304+0000 mon.smithi046 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:20:49.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:48 smithi079 bash[19822]: cephadm 2024-01-21T11:20:47.631839+0000 mgr.smithi046.egcsjs (mgr.14182) 27 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-01-21T11:20:49.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:48 smithi079 bash[19822]: cephadm 2024-01-21T11:20:47.632472+0000 mgr.smithi046.egcsjs (mgr.14182) 28 : cephadm [INF] Updating smithi079:/etc/ceph/ceph.conf 2024-01-21T11:20:49.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:48 smithi079 bash[19822]: audit 2024-01-21T11:20:47.836737+0000 mon.smithi046 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:49.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:48 smithi079 bash[19822]: audit 2024-01-21T11:20:47.843017+0000 mon.smithi046 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:20:49.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:48 smithi079 bash[19822]: audit 2024-01-21T11:20:47.849077+0000 mon.smithi046 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:20:49.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:48 smithi079 bash[19822]: audit 2024-01-21T11:20:47.856930+0000 mon.smithi046 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:20:49.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:48 smithi079 bash[19822]: audit 2024-01-21T11:20:47.858318+0000 mon.smithi046 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:20:49.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:48 smithi079 bash[19822]: audit 2024-01-21T11:20:47.859014+0000 mon.smithi046 (mon.0) 204 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:20:49.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:48 smithi079 bash[19822]: audit 2024-01-21T11:20:47.860304+0000 mon.smithi046 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:20:50.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:49 smithi046 bash[16032]: cluster 2024-01-21T11:20:49.073402+0000 mgr.smithi046.egcsjs (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:50.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:49 smithi079 bash[19822]: cluster 2024-01-21T11:20:49.073402+0000 mgr.smithi046.egcsjs (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:50.424 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:20:51.000 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:20:51.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:50 smithi046 bash[16032]: audit 2024-01-21T11:20:50.421258+0000 mon.smithi046 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.46:0/1257889247' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:20:51.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:50 smithi079 bash[19822]: audit 2024-01-21T11:20:50.421258+0000 mon.smithi046 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.46:0/1257889247' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:20:52.001 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:20:52.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:51 smithi046 bash[16032]: cluster 2024-01-21T11:20:51.073991+0000 mgr.smithi046.egcsjs (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:52.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:51 smithi079 bash[19822]: cluster 2024-01-21T11:20:51.073991+0000 mgr.smithi046.egcsjs (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:54.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:54 smithi046 bash[16032]: cluster 2024-01-21T11:20:53.074606+0000 mgr.smithi046.egcsjs (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:54.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:54 smithi079 bash[19822]: cluster 2024-01-21T11:20:53.074606+0000 mgr.smithi046.egcsjs (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:55.873 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:20:56.500 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:20:56.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:56 smithi079 bash[19822]: cluster 2024-01-21T11:20:55.075123+0000 mgr.smithi046.egcsjs (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:56.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:56 smithi079 bash[19822]: audit 2024-01-21T11:20:55.871609+0000 mon.smithi046 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.46:0/1107135687' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:20:56.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:56 smithi079 bash[19822]: audit 2024-01-21T11:20:56.466133+0000 mon.smithi079 (mon.1) 2 : audit [INF] from='client.? 172.21.15.79:0/583540406' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7554dac7-a106-41ad-bc5e-467ae37f6ef2"}]: dispatch 2024-01-21T11:20:56.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:56 smithi046 bash[16032]: cluster 2024-01-21T11:20:55.075123+0000 mgr.smithi046.egcsjs (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:56.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:56 smithi046 bash[16032]: audit 2024-01-21T11:20:55.871609+0000 mon.smithi046 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.46:0/1107135687' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:20:56.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:56 smithi046 bash[16032]: audit 2024-01-21T11:20:56.466133+0000 mon.smithi079 (mon.1) 2 : audit [INF] from='client.? 172.21.15.79:0/583540406' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7554dac7-a106-41ad-bc5e-467ae37f6ef2"}]: dispatch 2024-01-21T11:20:57.501 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:20:57.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:57 smithi079 bash[19822]: audit 2024-01-21T11:20:56.464625+0000 mon.smithi046 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7554dac7-a106-41ad-bc5e-467ae37f6ef2"}]: dispatch 2024-01-21T11:20:57.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:57 smithi079 bash[19822]: audit 2024-01-21T11:20:56.470868+0000 mon.smithi046 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7554dac7-a106-41ad-bc5e-467ae37f6ef2"}]': finished 2024-01-21T11:20:57.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:57 smithi079 bash[19822]: cluster 2024-01-21T11:20:56.470934+0000 mon.smithi046 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T11:20:57.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:57 smithi079 bash[19822]: audit 2024-01-21T11:20:56.471384+0000 mon.smithi046 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:20:57.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:57 smithi079 bash[19822]: audit 2024-01-21T11:20:57.090185+0000 mon.smithi046 (mon.0) 212 : audit [INF] from='client.? 172.21.15.46:0/2125792575' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b71bef1-eb73-4e00-81b9-f167df5ed396"}]: dispatch 2024-01-21T11:20:57.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:57 smithi079 bash[19822]: audit 2024-01-21T11:20:57.097688+0000 mon.smithi046 (mon.0) 213 : audit [INF] from='client.? 172.21.15.46:0/2125792575' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0b71bef1-eb73-4e00-81b9-f167df5ed396"}]': finished 2024-01-21T11:20:57.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:57 smithi079 bash[19822]: cluster 2024-01-21T11:20:57.097793+0000 mon.smithi046 (mon.0) 214 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T11:20:57.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:57 smithi079 bash[19822]: audit 2024-01-21T11:20:57.097931+0000 mon.smithi046 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:20:57.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:57 smithi079 bash[19822]: audit 2024-01-21T11:20:57.098295+0000 mon.smithi046 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:20:57.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:57 smithi046 bash[16032]: audit 2024-01-21T11:20:56.464625+0000 mon.smithi046 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7554dac7-a106-41ad-bc5e-467ae37f6ef2"}]: dispatch 2024-01-21T11:20:57.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:57 smithi046 bash[16032]: audit 2024-01-21T11:20:56.470868+0000 mon.smithi046 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7554dac7-a106-41ad-bc5e-467ae37f6ef2"}]': finished 2024-01-21T11:20:57.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:57 smithi046 bash[16032]: cluster 2024-01-21T11:20:56.470934+0000 mon.smithi046 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T11:20:57.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:57 smithi046 bash[16032]: audit 2024-01-21T11:20:56.471384+0000 mon.smithi046 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:20:57.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:57 smithi046 bash[16032]: audit 2024-01-21T11:20:57.090185+0000 mon.smithi046 (mon.0) 212 : audit [INF] from='client.? 172.21.15.46:0/2125792575' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b71bef1-eb73-4e00-81b9-f167df5ed396"}]: dispatch 2024-01-21T11:20:57.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:57 smithi046 bash[16032]: audit 2024-01-21T11:20:57.097688+0000 mon.smithi046 (mon.0) 213 : audit [INF] from='client.? 172.21.15.46:0/2125792575' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0b71bef1-eb73-4e00-81b9-f167df5ed396"}]': finished 2024-01-21T11:20:57.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:57 smithi046 bash[16032]: cluster 2024-01-21T11:20:57.097793+0000 mon.smithi046 (mon.0) 214 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T11:20:57.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:57 smithi046 bash[16032]: audit 2024-01-21T11:20:57.097931+0000 mon.smithi046 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:20:57.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:57 smithi046 bash[16032]: audit 2024-01-21T11:20:57.098295+0000 mon.smithi046 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:20:58.806 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:58 smithi046 bash[16032]: cluster 2024-01-21T11:20:57.075597+0000 mgr.smithi046.egcsjs (mgr.14182) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:58.807 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:58 smithi046 bash[16032]: audit 2024-01-21T11:20:57.520277+0000 mon.smithi079 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.79:0/91215868' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:20:58.807 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:58 smithi046 bash[16032]: audit 2024-01-21T11:20:58.127121+0000 mon.smithi046 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.46:0/1026665189' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:20:58.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:58 smithi079 bash[19822]: cluster 2024-01-21T11:20:57.075597+0000 mgr.smithi046.egcsjs (mgr.14182) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:58.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:58 smithi079 bash[19822]: audit 2024-01-21T11:20:57.520277+0000 mon.smithi079 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.79:0/91215868' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:20:58.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:58 smithi079 bash[19822]: audit 2024-01-21T11:20:58.127121+0000 mon.smithi046 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.46:0/1026665189' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:20:59.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:20:59 smithi046 bash[16032]: cluster 2024-01-21T11:20:59.075944+0000 mgr.smithi046.egcsjs (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:20:59.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:20:59 smithi079 bash[19822]: cluster 2024-01-21T11:20:59.075944+0000 mgr.smithi046.egcsjs (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:00.526 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:21:00.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:00 smithi046 bash[16032]: audit 2024-01-21T11:21:00.264121+0000 mon.smithi046 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "77f60c21-9572-4661-ac94-bdd95175117e"}]: dispatch 2024-01-21T11:21:00.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:00 smithi046 bash[16032]: audit 2024-01-21T11:21:00.265646+0000 mon.smithi079 (mon.1) 4 : audit [INF] from='client.? 172.21.15.79:0/2817134752' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "77f60c21-9572-4661-ac94-bdd95175117e"}]: dispatch 2024-01-21T11:21:00.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:00 smithi046 bash[16032]: audit 2024-01-21T11:21:00.269665+0000 mon.smithi046 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "77f60c21-9572-4661-ac94-bdd95175117e"}]': finished 2024-01-21T11:21:00.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:00 smithi046 bash[16032]: cluster 2024-01-21T11:21:00.269744+0000 mon.smithi046 (mon.0) 220 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T11:21:00.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:00 smithi046 bash[16032]: audit 2024-01-21T11:21:00.269902+0000 mon.smithi046 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:00.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:00 smithi046 bash[16032]: audit 2024-01-21T11:21:00.270344+0000 mon.smithi046 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:00.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:00 smithi046 bash[16032]: audit 2024-01-21T11:21:00.270635+0000 mon.smithi046 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:00 smithi079 bash[19822]: audit 2024-01-21T11:21:00.264121+0000 mon.smithi046 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "77f60c21-9572-4661-ac94-bdd95175117e"}]: dispatch 2024-01-21T11:21:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:00 smithi079 bash[19822]: audit 2024-01-21T11:21:00.265646+0000 mon.smithi079 (mon.1) 4 : audit [INF] from='client.? 172.21.15.79:0/2817134752' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "77f60c21-9572-4661-ac94-bdd95175117e"}]: dispatch 2024-01-21T11:21:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:00 smithi079 bash[19822]: audit 2024-01-21T11:21:00.269665+0000 mon.smithi046 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "77f60c21-9572-4661-ac94-bdd95175117e"}]': finished 2024-01-21T11:21:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:00 smithi079 bash[19822]: cluster 2024-01-21T11:21:00.269744+0000 mon.smithi046 (mon.0) 220 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T11:21:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:00 smithi079 bash[19822]: audit 2024-01-21T11:21:00.269902+0000 mon.smithi046 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:00 smithi079 bash[19822]: audit 2024-01-21T11:21:00.270344+0000 mon.smithi046 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:00 smithi079 bash[19822]: audit 2024-01-21T11:21:00.270635+0000 mon.smithi046 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:01.125 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1705836060,"num_remapped_pgs":0} 2024-01-21T11:21:01.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:01 smithi046 bash[16032]: audit 2024-01-21T11:21:00.524123+0000 mon.smithi046 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.46:0/1646940310' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:01.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:01 smithi046 bash[16032]: audit 2024-01-21T11:21:00.873362+0000 mon.smithi046 (mon.0) 225 : audit [INF] from='client.? 172.21.15.46:0/3754323229' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "28b22d68-74be-4537-bbee-609920e7bf0a"}]: dispatch 2024-01-21T11:21:01.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:01 smithi046 bash[16032]: audit 2024-01-21T11:21:00.879934+0000 mon.smithi046 (mon.0) 226 : audit [INF] from='client.? 172.21.15.46:0/3754323229' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "28b22d68-74be-4537-bbee-609920e7bf0a"}]': finished 2024-01-21T11:21:01.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:01 smithi046 bash[16032]: cluster 2024-01-21T11:21:00.880062+0000 mon.smithi046 (mon.0) 227 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T11:21:01.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:01 smithi046 bash[16032]: audit 2024-01-21T11:21:00.880372+0000 mon.smithi046 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:01.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:01 smithi046 bash[16032]: audit 2024-01-21T11:21:00.881154+0000 mon.smithi046 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:01.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:01 smithi046 bash[16032]: audit 2024-01-21T11:21:00.881566+0000 mon.smithi046 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:01.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:01 smithi046 bash[16032]: audit 2024-01-21T11:21:00.882060+0000 mon.smithi046 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:01.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:01 smithi046 bash[16032]: cluster 2024-01-21T11:21:01.076295+0000 mgr.smithi046.egcsjs (mgr.14182) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:01.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:01 smithi046 bash[16032]: audit 2024-01-21T11:21:01.324972+0000 mon.smithi079 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.79:0/1179861677' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:21:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:01 smithi079 bash[19822]: audit 2024-01-21T11:21:00.524123+0000 mon.smithi046 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.46:0/1646940310' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:01 smithi079 bash[19822]: audit 2024-01-21T11:21:00.873362+0000 mon.smithi046 (mon.0) 225 : audit [INF] from='client.? 172.21.15.46:0/3754323229' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "28b22d68-74be-4537-bbee-609920e7bf0a"}]: dispatch 2024-01-21T11:21:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:01 smithi079 bash[19822]: audit 2024-01-21T11:21:00.879934+0000 mon.smithi046 (mon.0) 226 : audit [INF] from='client.? 172.21.15.46:0/3754323229' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "28b22d68-74be-4537-bbee-609920e7bf0a"}]': finished 2024-01-21T11:21:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:01 smithi079 bash[19822]: cluster 2024-01-21T11:21:00.880062+0000 mon.smithi046 (mon.0) 227 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T11:21:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:01 smithi079 bash[19822]: audit 2024-01-21T11:21:00.880372+0000 mon.smithi046 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:01 smithi079 bash[19822]: audit 2024-01-21T11:21:00.881154+0000 mon.smithi046 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:01 smithi079 bash[19822]: audit 2024-01-21T11:21:00.881566+0000 mon.smithi046 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:01.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:01 smithi079 bash[19822]: audit 2024-01-21T11:21:00.882060+0000 mon.smithi046 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:01.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:01 smithi079 bash[19822]: cluster 2024-01-21T11:21:01.076295+0000 mgr.smithi046.egcsjs (mgr.14182) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:01.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:01 smithi079 bash[19822]: audit 2024-01-21T11:21:01.324972+0000 mon.smithi079 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.79:0/1179861677' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:21:02.127 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:21:03.220 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:02 smithi046 bash[16032]: audit 2024-01-21T11:21:01.967601+0000 mon.smithi046 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.46:0/1214860468' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:21:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:02 smithi079 bash[19822]: audit 2024-01-21T11:21:01.967601+0000 mon.smithi046 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.46:0/1214860468' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:21:04.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:03 smithi079 bash[19822]: cluster 2024-01-21T11:21:03.076710+0000 mgr.smithi046.egcsjs (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:04.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:03 smithi046 bash[16032]: cluster 2024-01-21T11:21:03.076710+0000 mgr.smithi046.egcsjs (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:05.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: audit 2024-01-21T11:21:04.052335+0000 mon.smithi046 (mon.0) 233 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95a676be-7e23-4cc7-8330-e4f5f5489258"}]: dispatch 2024-01-21T11:21:05.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: audit 2024-01-21T11:21:04.053551+0000 mon.smithi079 (mon.1) 6 : audit [INF] from='client.? 172.21.15.79:0/486758720' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95a676be-7e23-4cc7-8330-e4f5f5489258"}]: dispatch 2024-01-21T11:21:05.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: audit 2024-01-21T11:21:04.059363+0000 mon.smithi046 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95a676be-7e23-4cc7-8330-e4f5f5489258"}]': finished 2024-01-21T11:21:05.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: cluster 2024-01-21T11:21:04.059510+0000 mon.smithi046 (mon.0) 235 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T11:21:05.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: audit 2024-01-21T11:21:04.059784+0000 mon.smithi046 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:05.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: audit 2024-01-21T11:21:04.060629+0000 mon.smithi046 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:05.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: audit 2024-01-21T11:21:04.061129+0000 mon.smithi046 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:05.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: audit 2024-01-21T11:21:04.061593+0000 mon.smithi046 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:05.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: audit 2024-01-21T11:21:04.062067+0000 mon.smithi046 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:05.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: audit 2024-01-21T11:21:04.744831+0000 mon.smithi046 (mon.0) 241 : audit [INF] from='client.? 172.21.15.46:0/1596841198' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "05127fb9-8750-40ef-a995-a8178a97fd5f"}]: dispatch 2024-01-21T11:21:05.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: audit 2024-01-21T11:21:04.752191+0000 mon.smithi046 (mon.0) 242 : audit [INF] from='client.? 172.21.15.46:0/1596841198' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "05127fb9-8750-40ef-a995-a8178a97fd5f"}]': finished 2024-01-21T11:21:05.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: cluster 2024-01-21T11:21:04.752365+0000 mon.smithi046 (mon.0) 243 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T11:21:05.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: audit 2024-01-21T11:21:04.753198+0000 mon.smithi046 (mon.0) 244 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:05.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: audit 2024-01-21T11:21:04.753854+0000 mon.smithi046 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:05.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: audit 2024-01-21T11:21:04.754402+0000 mon.smithi046 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:05.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: audit 2024-01-21T11:21:04.755059+0000 mon.smithi046 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:05.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: audit 2024-01-21T11:21:04.755643+0000 mon.smithi046 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:05.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:04 smithi046 bash[16032]: audit 2024-01-21T11:21:04.755828+0000 mon.smithi046 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:05.195 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:21:05.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: audit 2024-01-21T11:21:04.052335+0000 mon.smithi046 (mon.0) 233 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95a676be-7e23-4cc7-8330-e4f5f5489258"}]: dispatch 2024-01-21T11:21:05.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: audit 2024-01-21T11:21:04.053551+0000 mon.smithi079 (mon.1) 6 : audit [INF] from='client.? 172.21.15.79:0/486758720' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95a676be-7e23-4cc7-8330-e4f5f5489258"}]: dispatch 2024-01-21T11:21:05.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: audit 2024-01-21T11:21:04.059363+0000 mon.smithi046 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95a676be-7e23-4cc7-8330-e4f5f5489258"}]': finished 2024-01-21T11:21:05.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: cluster 2024-01-21T11:21:04.059510+0000 mon.smithi046 (mon.0) 235 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T11:21:05.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: audit 2024-01-21T11:21:04.059784+0000 mon.smithi046 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:05.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: audit 2024-01-21T11:21:04.060629+0000 mon.smithi046 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:05.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: audit 2024-01-21T11:21:04.061129+0000 mon.smithi046 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:05.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: audit 2024-01-21T11:21:04.061593+0000 mon.smithi046 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:05.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: audit 2024-01-21T11:21:04.062067+0000 mon.smithi046 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:05.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: audit 2024-01-21T11:21:04.744831+0000 mon.smithi046 (mon.0) 241 : audit [INF] from='client.? 172.21.15.46:0/1596841198' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "05127fb9-8750-40ef-a995-a8178a97fd5f"}]: dispatch 2024-01-21T11:21:05.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: audit 2024-01-21T11:21:04.752191+0000 mon.smithi046 (mon.0) 242 : audit [INF] from='client.? 172.21.15.46:0/1596841198' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "05127fb9-8750-40ef-a995-a8178a97fd5f"}]': finished 2024-01-21T11:21:05.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: cluster 2024-01-21T11:21:04.752365+0000 mon.smithi046 (mon.0) 243 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T11:21:05.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: audit 2024-01-21T11:21:04.753198+0000 mon.smithi046 (mon.0) 244 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:05.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: audit 2024-01-21T11:21:04.753854+0000 mon.smithi046 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:05.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: audit 2024-01-21T11:21:04.754402+0000 mon.smithi046 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:05.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: audit 2024-01-21T11:21:04.755059+0000 mon.smithi046 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:05.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: audit 2024-01-21T11:21:04.755643+0000 mon.smithi046 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:05.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:04 smithi079 bash[19822]: audit 2024-01-21T11:21:04.755828+0000 mon.smithi046 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:05.908 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705836064,"num_remapped_pgs":0} 2024-01-21T11:21:06.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:05 smithi079 bash[19822]: cluster 2024-01-21T11:21:05.077038+0000 mgr.smithi046.egcsjs (mgr.14182) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:06.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:05 smithi079 bash[19822]: audit 2024-01-21T11:21:05.150445+0000 mon.smithi079 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.79:0/1572777269' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:21:06.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:05 smithi079 bash[19822]: audit 2024-01-21T11:21:05.193683+0000 mon.smithi046 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.46:0/3408164002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:06.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:05 smithi079 bash[19822]: audit 2024-01-21T11:21:05.843477+0000 mon.smithi046 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.46:0/2638765394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:21:06.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:05 smithi046 bash[16032]: cluster 2024-01-21T11:21:05.077038+0000 mgr.smithi046.egcsjs (mgr.14182) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:06.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:05 smithi046 bash[16032]: audit 2024-01-21T11:21:05.150445+0000 mon.smithi079 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.79:0/1572777269' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:21:06.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:05 smithi046 bash[16032]: audit 2024-01-21T11:21:05.193683+0000 mon.smithi046 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.46:0/3408164002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:06.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:05 smithi046 bash[16032]: audit 2024-01-21T11:21:05.843477+0000 mon.smithi046 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.46:0/2638765394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:21:06.910 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:21:08.214 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:08 smithi046 bash[16032]: cluster 2024-01-21T11:21:07.077419+0000 mgr.smithi046.egcsjs (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:08.215 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:08 smithi046 bash[16032]: audit 2024-01-21T11:21:07.889149+0000 mon.smithi046 (mon.0) 252 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4f0a0f7-203f-4e9a-be5a-55dbc4aeae82"}]: dispatch 2024-01-21T11:21:08.215 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:08 smithi046 bash[16032]: audit 2024-01-21T11:21:07.889772+0000 mon.smithi079 (mon.1) 8 : audit [INF] from='client.? 172.21.15.79:0/4256122333' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4f0a0f7-203f-4e9a-be5a-55dbc4aeae82"}]: dispatch 2024-01-21T11:21:08.215 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:08 smithi046 bash[16032]: audit 2024-01-21T11:21:07.897479+0000 mon.smithi046 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b4f0a0f7-203f-4e9a-be5a-55dbc4aeae82"}]': finished 2024-01-21T11:21:08.215 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:08 smithi046 bash[16032]: cluster 2024-01-21T11:21:07.897662+0000 mon.smithi046 (mon.0) 254 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T11:21:08.215 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:08 smithi046 bash[16032]: audit 2024-01-21T11:21:07.897934+0000 mon.smithi046 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:08.215 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:08 smithi046 bash[16032]: audit 2024-01-21T11:21:07.898669+0000 mon.smithi046 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:08.215 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:08 smithi046 bash[16032]: audit 2024-01-21T11:21:07.899212+0000 mon.smithi046 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:08.216 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:08 smithi046 bash[16032]: audit 2024-01-21T11:21:07.899745+0000 mon.smithi046 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:08.216 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:08 smithi046 bash[16032]: audit 2024-01-21T11:21:07.900175+0000 mon.smithi046 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:08.216 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:08 smithi046 bash[16032]: audit 2024-01-21T11:21:07.900549+0000 mon.smithi046 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:08.216 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:08 smithi046 bash[16032]: audit 2024-01-21T11:21:07.901079+0000 mon.smithi046 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:08 smithi079 bash[19822]: cluster 2024-01-21T11:21:07.077419+0000 mgr.smithi046.egcsjs (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:08 smithi079 bash[19822]: audit 2024-01-21T11:21:07.889149+0000 mon.smithi046 (mon.0) 252 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4f0a0f7-203f-4e9a-be5a-55dbc4aeae82"}]: dispatch 2024-01-21T11:21:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:08 smithi079 bash[19822]: audit 2024-01-21T11:21:07.889772+0000 mon.smithi079 (mon.1) 8 : audit [INF] from='client.? 172.21.15.79:0/4256122333' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4f0a0f7-203f-4e9a-be5a-55dbc4aeae82"}]: dispatch 2024-01-21T11:21:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:08 smithi079 bash[19822]: audit 2024-01-21T11:21:07.897479+0000 mon.smithi046 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b4f0a0f7-203f-4e9a-be5a-55dbc4aeae82"}]': finished 2024-01-21T11:21:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:08 smithi079 bash[19822]: cluster 2024-01-21T11:21:07.897662+0000 mon.smithi046 (mon.0) 254 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T11:21:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:08 smithi079 bash[19822]: audit 2024-01-21T11:21:07.897934+0000 mon.smithi046 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:08 smithi079 bash[19822]: audit 2024-01-21T11:21:07.898669+0000 mon.smithi046 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:08 smithi079 bash[19822]: audit 2024-01-21T11:21:07.899212+0000 mon.smithi046 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:08 smithi079 bash[19822]: audit 2024-01-21T11:21:07.899745+0000 mon.smithi046 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:08 smithi079 bash[19822]: audit 2024-01-21T11:21:07.900175+0000 mon.smithi046 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:08 smithi079 bash[19822]: audit 2024-01-21T11:21:07.900549+0000 mon.smithi046 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:08 smithi079 bash[19822]: audit 2024-01-21T11:21:07.901079+0000 mon.smithi046 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:09 smithi079 bash[19822]: audit 2024-01-21T11:21:08.595661+0000 mon.smithi046 (mon.0) 262 : audit [INF] from='client.? 172.21.15.46:0/3575811556' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5fbec080-dfb3-40b8-9370-566474cf0275"}]: dispatch 2024-01-21T11:21:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:09 smithi079 bash[19822]: audit 2024-01-21T11:21:08.601953+0000 mon.smithi046 (mon.0) 263 : audit [INF] from='client.? 172.21.15.46:0/3575811556' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5fbec080-dfb3-40b8-9370-566474cf0275"}]': finished 2024-01-21T11:21:09.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:09 smithi079 bash[19822]: cluster 2024-01-21T11:21:08.602012+0000 mon.smithi046 (mon.0) 264 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T11:21:09.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:09 smithi079 bash[19822]: audit 2024-01-21T11:21:08.602232+0000 mon.smithi046 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:09.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:09 smithi079 bash[19822]: audit 2024-01-21T11:21:08.603350+0000 mon.smithi046 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:09.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:09 smithi079 bash[19822]: audit 2024-01-21T11:21:08.604017+0000 mon.smithi046 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:09.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:09 smithi079 bash[19822]: audit 2024-01-21T11:21:08.604709+0000 mon.smithi046 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:09.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:09 smithi079 bash[19822]: audit 2024-01-21T11:21:08.605419+0000 mon.smithi046 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:09.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:09 smithi079 bash[19822]: audit 2024-01-21T11:21:08.605857+0000 mon.smithi046 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:09.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:09 smithi079 bash[19822]: audit 2024-01-21T11:21:08.606250+0000 mon.smithi046 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:09.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:09 smithi079 bash[19822]: audit 2024-01-21T11:21:08.606679+0000 mon.smithi046 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:09.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:09 smithi079 bash[19822]: audit 2024-01-21T11:21:09.061652+0000 mon.smithi079 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.79:0/1390571369' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:21:09.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:09 smithi046 bash[16032]: audit 2024-01-21T11:21:08.595661+0000 mon.smithi046 (mon.0) 262 : audit [INF] from='client.? 172.21.15.46:0/3575811556' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5fbec080-dfb3-40b8-9370-566474cf0275"}]: dispatch 2024-01-21T11:21:09.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:09 smithi046 bash[16032]: audit 2024-01-21T11:21:08.601953+0000 mon.smithi046 (mon.0) 263 : audit [INF] from='client.? 172.21.15.46:0/3575811556' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5fbec080-dfb3-40b8-9370-566474cf0275"}]': finished 2024-01-21T11:21:09.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:09 smithi046 bash[16032]: cluster 2024-01-21T11:21:08.602012+0000 mon.smithi046 (mon.0) 264 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T11:21:09.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:09 smithi046 bash[16032]: audit 2024-01-21T11:21:08.602232+0000 mon.smithi046 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:09.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:09 smithi046 bash[16032]: audit 2024-01-21T11:21:08.603350+0000 mon.smithi046 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:09.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:09 smithi046 bash[16032]: audit 2024-01-21T11:21:08.604017+0000 mon.smithi046 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:09.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:09 smithi046 bash[16032]: audit 2024-01-21T11:21:08.604709+0000 mon.smithi046 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:09.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:09 smithi046 bash[16032]: audit 2024-01-21T11:21:08.605419+0000 mon.smithi046 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:09.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:09 smithi046 bash[16032]: audit 2024-01-21T11:21:08.605857+0000 mon.smithi046 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:09.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:09 smithi046 bash[16032]: audit 2024-01-21T11:21:08.606250+0000 mon.smithi046 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:09.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:09 smithi046 bash[16032]: audit 2024-01-21T11:21:08.606679+0000 mon.smithi046 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:09.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:09 smithi046 bash[16032]: audit 2024-01-21T11:21:09.061652+0000 mon.smithi079 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.79:0/1390571369' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:21:10.314 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:21:10.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:10 smithi046 bash[16032]: cluster 2024-01-21T11:21:09.077929+0000 mgr.smithi046.egcsjs (mgr.14182) 39 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:10.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:10 smithi079 bash[19822]: cluster 2024-01-21T11:21:09.077929+0000 mgr.smithi046.egcsjs (mgr.14182) 39 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:10.926 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705836068,"num_remapped_pgs":0} 2024-01-21T11:21:11.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:11 smithi046 bash[16032]: audit 2024-01-21T11:21:10.213909+0000 mon.smithi046 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.46:0/500134565' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:21:11.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:11 smithi046 bash[16032]: audit 2024-01-21T11:21:10.313544+0000 mon.smithi046 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.46:0/515154407' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:11 smithi079 bash[19822]: audit 2024-01-21T11:21:10.213909+0000 mon.smithi046 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.46:0/500134565' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T11:21:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:11 smithi079 bash[19822]: audit 2024-01-21T11:21:10.313544+0000 mon.smithi046 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.46:0/515154407' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:11.927 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:21:12.729 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:12 smithi046 bash[16032]: cluster 2024-01-21T11:21:11.078524+0000 mgr.smithi046.egcsjs (mgr.14182) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:12.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:12 smithi079 bash[19822]: cluster 2024-01-21T11:21:11.078524+0000 mgr.smithi046.egcsjs (mgr.14182) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:14.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:14 smithi079 bash[19822]: cluster 2024-01-21T11:21:13.078994+0000 mgr.smithi046.egcsjs (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:14.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:14 smithi046 bash[16032]: cluster 2024-01-21T11:21:13.078994+0000 mgr.smithi046.egcsjs (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:15.458 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:21:15.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:15 smithi046 bash[16032]: audit 2024-01-21T11:21:15.457459+0000 mon.smithi046 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.46:0/4279204335' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:15.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:15 smithi079 bash[19822]: audit 2024-01-21T11:21:15.457459+0000 mon.smithi046 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.46:0/4279204335' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:16.005 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705836068,"num_remapped_pgs":0} 2024-01-21T11:21:16.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:16 smithi046 bash[16032]: cluster 2024-01-21T11:21:15.079361+0000 mgr.smithi046.egcsjs (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:16.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:16 smithi079 bash[19822]: cluster 2024-01-21T11:21:15.079361+0000 mgr.smithi046.egcsjs (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:17.007 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:21:17.851 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:17 smithi079 bash[19822]: cluster 2024-01-21T11:21:17.079702+0000 mgr.smithi046.egcsjs (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:17.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:17 smithi046 bash[16032]: cluster 2024-01-21T11:21:17.079702+0000 mgr.smithi046.egcsjs (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:20.196 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:21:20.257 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:20 smithi046 bash[16032]: cluster 2024-01-21T11:21:19.080172+0000 mgr.smithi046.egcsjs (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:20.257 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:20 smithi046 bash[16032]: audit 2024-01-21T11:21:20.129296+0000 mon.smithi046 (mon.0) 276 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T11:21:20.257 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:20 smithi046 bash[16032]: audit 2024-01-21T11:21:20.130880+0000 mon.smithi046 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:20 smithi079 bash[19822]: cluster 2024-01-21T11:21:19.080172+0000 mgr.smithi046.egcsjs (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:20 smithi079 bash[19822]: audit 2024-01-21T11:21:20.129296+0000 mon.smithi046 (mon.0) 276 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T11:21:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:20 smithi079 bash[19822]: audit 2024-01-21T11:21:20.130880+0000 mon.smithi046 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:21.134 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705836068,"num_remapped_pgs":0} 2024-01-21T11:21:21.437 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:21 smithi079 bash[19822]: cephadm 2024-01-21T11:21:20.132238+0000 mgr.smithi046.egcsjs (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.0 on smithi079 2024-01-21T11:21:21.437 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:21 smithi079 bash[19822]: audit 2024-01-21T11:21:20.195755+0000 mon.smithi046 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.46:0/2074898640' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:21.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:21 smithi046 bash[16032]: cephadm 2024-01-21T11:21:20.132238+0000 mgr.smithi046.egcsjs (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.0 on smithi079 2024-01-21T11:21:21.510 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:21 smithi046 bash[16032]: audit 2024-01-21T11:21:20.195755+0000 mon.smithi046 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.46:0/2074898640' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:22.135 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:21:22.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:22 smithi079 bash[19822]: cluster 2024-01-21T11:21:21.080704+0000 mgr.smithi046.egcsjs (mgr.14182) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:22.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:22 smithi046 bash[16032]: cluster 2024-01-21T11:21:21.080704+0000 mgr.smithi046.egcsjs (mgr.14182) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:23.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:23 smithi079 bash[19822]: audit 2024-01-21T11:21:22.795141+0000 mon.smithi046 (mon.0) 279 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T11:21:23.847 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:23 smithi079 bash[19822]: audit 2024-01-21T11:21:22.796526+0000 mon.smithi046 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:23.856 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:23 smithi046 bash[16032]: audit 2024-01-21T11:21:22.795141+0000 mon.smithi046 (mon.0) 279 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T11:21:23.856 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:23 smithi046 bash[16032]: audit 2024-01-21T11:21:22.796526+0000 mon.smithi046 (mon.0) 280 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:24.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:24 smithi046 bash[16032]: cephadm 2024-01-21T11:21:22.797800+0000 mgr.smithi046.egcsjs (mgr.14182) 47 : cephadm [INF] Deploying daemon osd.1 on smithi046 2024-01-21T11:21:24.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:24 smithi046 bash[16032]: cluster 2024-01-21T11:21:23.081077+0000 mgr.smithi046.egcsjs (mgr.14182) 48 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:24.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:24 smithi046 bash[16032]: audit 2024-01-21T11:21:23.885737+0000 mon.smithi046 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:24.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:24 smithi046 bash[16032]: audit 2024-01-21T11:21:23.887193+0000 mon.smithi046 (mon.0) 282 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T11:21:24.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:24 smithi046 bash[16032]: audit 2024-01-21T11:21:23.888660+0000 mon.smithi046 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:24.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:24 smithi046 bash[16032]: cephadm 2024-01-21T11:21:23.889922+0000 mgr.smithi046.egcsjs (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.2 on smithi079 2024-01-21T11:21:24.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:24 smithi079 bash[19822]: cephadm 2024-01-21T11:21:22.797800+0000 mgr.smithi046.egcsjs (mgr.14182) 47 : cephadm [INF] Deploying daemon osd.1 on smithi046 2024-01-21T11:21:24.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:24 smithi079 bash[19822]: cluster 2024-01-21T11:21:23.081077+0000 mgr.smithi046.egcsjs (mgr.14182) 48 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:24.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:24 smithi079 bash[19822]: audit 2024-01-21T11:21:23.885737+0000 mon.smithi046 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:24.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:24 smithi079 bash[19822]: audit 2024-01-21T11:21:23.887193+0000 mon.smithi046 (mon.0) 282 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T11:21:24.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:24 smithi079 bash[19822]: audit 2024-01-21T11:21:23.888660+0000 mon.smithi046 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:24.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:24 smithi079 bash[19822]: cephadm 2024-01-21T11:21:23.889922+0000 mgr.smithi046.egcsjs (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.2 on smithi079 2024-01-21T11:21:26.125 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:21:26.749 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:26 smithi079 bash[19822]: cluster 2024-01-21T11:21:25.081412+0000 mgr.smithi046.egcsjs (mgr.14182) 50 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:26.749 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:26 smithi079 bash[19822]: audit 2024-01-21T11:21:26.124778+0000 mon.smithi046 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.46:0/2327773893' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:26.768 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:26 smithi046 bash[16032]: cluster 2024-01-21T11:21:25.081412+0000 mgr.smithi046.egcsjs (mgr.14182) 50 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:26.768 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:26 smithi046 bash[16032]: audit 2024-01-21T11:21:26.124778+0000 mon.smithi046 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.46:0/2327773893' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:26.769 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705836068,"num_remapped_pgs":0} 2024-01-21T11:21:27.770 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:21:28.708 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:28 smithi079 bash[19822]: cluster 2024-01-21T11:21:27.081840+0000 mgr.smithi046.egcsjs (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:28.708 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:28 smithi079 bash[19822]: audit 2024-01-21T11:21:27.441213+0000 mon.smithi046 (mon.0) 285 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:28.708 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:28 smithi079 bash[19822]: audit 2024-01-21T11:21:27.442359+0000 mon.smithi046 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T11:21:28.708 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:28 smithi079 bash[19822]: audit 2024-01-21T11:21:27.443646+0000 mon.smithi046 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:28.708 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:28 smithi079 bash[19822]: cephadm 2024-01-21T11:21:27.444693+0000 mgr.smithi046.egcsjs (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.3 on smithi046 2024-01-21T11:21:28.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:28 smithi046 bash[16032]: cluster 2024-01-21T11:21:27.081840+0000 mgr.smithi046.egcsjs (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:28.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:28 smithi046 bash[16032]: audit 2024-01-21T11:21:27.441213+0000 mon.smithi046 (mon.0) 285 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:28.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:28 smithi046 bash[16032]: audit 2024-01-21T11:21:27.442359+0000 mon.smithi046 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T11:21:28.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:28 smithi046 bash[16032]: audit 2024-01-21T11:21:27.443646+0000 mon.smithi046 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:28.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:28 smithi046 bash[16032]: cephadm 2024-01-21T11:21:27.444693+0000 mgr.smithi046.egcsjs (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.3 on smithi046 2024-01-21T11:21:30.171 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:29 smithi046 bash[16032]: audit 2024-01-21T11:21:28.874429+0000 mon.smithi046 (mon.0) 288 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:30.171 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:29 smithi046 bash[16032]: audit 2024-01-21T11:21:28.876149+0000 mon.smithi046 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T11:21:30.171 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:29 smithi046 bash[16032]: audit 2024-01-21T11:21:28.877844+0000 mon.smithi046 (mon.0) 290 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:30.171 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:29 smithi046 bash[16032]: cephadm 2024-01-21T11:21:28.879304+0000 mgr.smithi046.egcsjs (mgr.14182) 53 : cephadm [INF] Deploying daemon osd.4 on smithi079 2024-01-21T11:21:30.171 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:29 smithi046 bash[16032]: cluster 2024-01-21T11:21:29.082177+0000 mgr.smithi046.egcsjs (mgr.14182) 54 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:30.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:29 smithi079 bash[19822]: audit 2024-01-21T11:21:28.874429+0000 mon.smithi046 (mon.0) 288 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:30.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:29 smithi079 bash[19822]: audit 2024-01-21T11:21:28.876149+0000 mon.smithi046 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T11:21:30.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:29 smithi079 bash[19822]: audit 2024-01-21T11:21:28.877844+0000 mon.smithi046 (mon.0) 290 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:30.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:29 smithi079 bash[19822]: cephadm 2024-01-21T11:21:28.879304+0000 mgr.smithi046.egcsjs (mgr.14182) 53 : cephadm [INF] Deploying daemon osd.4 on smithi079 2024-01-21T11:21:30.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:29 smithi079 bash[19822]: cluster 2024-01-21T11:21:29.082177+0000 mgr.smithi046.egcsjs (mgr.14182) 54 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:32.503 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:21:32.563 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:32 smithi046 bash[16032]: cluster 2024-01-21T11:21:31.082601+0000 mgr.smithi046.egcsjs (mgr.14182) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:32.563 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:32 smithi046 bash[16032]: audit 2024-01-21T11:21:31.802561+0000 mon.smithi079 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.79:6800/1797178984,v1:172.21.15.79:6801/1797178984]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T11:21:32.563 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:32 smithi046 bash[16032]: audit 2024-01-21T11:21:31.802662+0000 mon.smithi046 (mon.0) 291 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T11:21:32.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:32 smithi079 bash[19822]: cluster 2024-01-21T11:21:31.082601+0000 mgr.smithi046.egcsjs (mgr.14182) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:32.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:32 smithi079 bash[19822]: audit 2024-01-21T11:21:31.802561+0000 mon.smithi079 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.79:6800/1797178984,v1:172.21.15.79:6801/1797178984]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T11:21:32.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:32 smithi079 bash[19822]: audit 2024-01-21T11:21:31.802662+0000 mon.smithi046 (mon.0) 291 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T11:21:33.265 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705836068,"num_remapped_pgs":0} 2024-01-21T11:21:33.769 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: audit 2024-01-21T11:21:32.487466+0000 mon.smithi046 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T11:21:33.769 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: cluster 2024-01-21T11:21:32.487554+0000 mon.smithi046 (mon.0) 293 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T11:21:33.769 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: audit 2024-01-21T11:21:32.487671+0000 mon.smithi046 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:33.769 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: audit 2024-01-21T11:21:32.488002+0000 mon.smithi046 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:33.769 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: audit 2024-01-21T11:21:32.488267+0000 mon.smithi046 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:33.769 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: audit 2024-01-21T11:21:32.488473+0000 mon.smithi046 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:33.769 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: audit 2024-01-21T11:21:32.488690+0000 mon.smithi046 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:33.769 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: audit 2024-01-21T11:21:32.488890+0000 mon.smithi046 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:33.769 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: audit 2024-01-21T11:21:32.489176+0000 mon.smithi046 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:33.769 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: audit 2024-01-21T11:21:32.489440+0000 mon.smithi079 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.79:6800/1797178984,v1:172.21.15.79:6801/1797178984]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-21T11:21:33.769 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: audit 2024-01-21T11:21:32.489480+0000 mon.smithi046 (mon.0) 301 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-21T11:21:33.770 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: audit 2024-01-21T11:21:32.489793+0000 mon.smithi046 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:33.770 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: audit 2024-01-21T11:21:32.502717+0000 mon.smithi046 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.46:0/4258553876' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:33.770 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: cluster 2024-01-21T11:21:33.082959+0000 mgr.smithi046.egcsjs (mgr.14182) 56 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:33.770 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: audit 2024-01-21T11:21:33.396344+0000 mon.smithi046 (mon.0) 304 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:33.770 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: audit 2024-01-21T11:21:33.397984+0000 mon.smithi046 (mon.0) 305 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T11:21:33.770 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: audit 2024-01-21T11:21:33.399349+0000 mon.smithi046 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:33.770 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:33 smithi079 bash[19822]: cephadm 2024-01-21T11:21:33.400486+0000 mgr.smithi046.egcsjs (mgr.14182) 57 : cephadm [INF] Deploying daemon osd.5 on smithi046 2024-01-21T11:21:33.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: audit 2024-01-21T11:21:32.487466+0000 mon.smithi046 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T11:21:33.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: cluster 2024-01-21T11:21:32.487554+0000 mon.smithi046 (mon.0) 293 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T11:21:33.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: audit 2024-01-21T11:21:32.487671+0000 mon.smithi046 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:33.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: audit 2024-01-21T11:21:32.488002+0000 mon.smithi046 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:33.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: audit 2024-01-21T11:21:32.488267+0000 mon.smithi046 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:33.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: audit 2024-01-21T11:21:32.488473+0000 mon.smithi046 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:33.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: audit 2024-01-21T11:21:32.488690+0000 mon.smithi046 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:33.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: audit 2024-01-21T11:21:32.488890+0000 mon.smithi046 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:33.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: audit 2024-01-21T11:21:32.489176+0000 mon.smithi046 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:33.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: audit 2024-01-21T11:21:32.489440+0000 mon.smithi079 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.79:6800/1797178984,v1:172.21.15.79:6801/1797178984]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-21T11:21:33.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: audit 2024-01-21T11:21:32.489480+0000 mon.smithi046 (mon.0) 301 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-21T11:21:33.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: audit 2024-01-21T11:21:32.489793+0000 mon.smithi046 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:33.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: audit 2024-01-21T11:21:32.502717+0000 mon.smithi046 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.46:0/4258553876' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:33.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: cluster 2024-01-21T11:21:33.082959+0000 mgr.smithi046.egcsjs (mgr.14182) 56 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:33.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: audit 2024-01-21T11:21:33.396344+0000 mon.smithi046 (mon.0) 304 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:33.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: audit 2024-01-21T11:21:33.397984+0000 mon.smithi046 (mon.0) 305 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T11:21:33.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: audit 2024-01-21T11:21:33.399349+0000 mon.smithi046 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:33.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:33 smithi046 bash[16032]: cephadm 2024-01-21T11:21:33.400486+0000 mgr.smithi046.egcsjs (mgr.14182) 57 : cephadm [INF] Deploying daemon osd.5 on smithi046 2024-01-21T11:21:34.267 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:21:34.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:34 smithi046 bash[16032]: audit 2024-01-21T11:21:33.490103+0000 mon.smithi046 (mon.0) 307 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-21T11:21:34.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:34 smithi046 bash[16032]: cluster 2024-01-21T11:21:33.490190+0000 mon.smithi046 (mon.0) 308 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T11:21:34.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:34 smithi046 bash[16032]: audit 2024-01-21T11:21:33.490824+0000 mon.smithi046 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:34.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:34 smithi046 bash[16032]: audit 2024-01-21T11:21:33.491626+0000 mon.smithi046 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:34.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:34 smithi046 bash[16032]: audit 2024-01-21T11:21:33.492068+0000 mon.smithi046 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:34.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:34 smithi046 bash[16032]: audit 2024-01-21T11:21:33.492623+0000 mon.smithi046 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:34.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:34 smithi046 bash[16032]: audit 2024-01-21T11:21:33.499781+0000 mon.smithi046 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:34.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:34 smithi046 bash[16032]: audit 2024-01-21T11:21:33.500291+0000 mon.smithi046 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:34.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:34 smithi046 bash[16032]: audit 2024-01-21T11:21:33.500624+0000 mon.smithi046 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:34.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:34 smithi046 bash[16032]: audit 2024-01-21T11:21:33.500938+0000 mon.smithi046 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:34.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:34 smithi046 bash[16032]: audit 2024-01-21T11:21:33.501289+0000 mon.smithi046 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:34.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:34 smithi046 bash[16032]: audit 2024-01-21T11:21:33.806776+0000 mon.smithi046 (mon.0) 318 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:34.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:34 smithi046 bash[16032]: audit 2024-01-21T11:21:33.808221+0000 mon.smithi046 (mon.0) 319 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T11:21:34.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:34 smithi046 bash[16032]: audit 2024-01-21T11:21:33.809797+0000 mon.smithi046 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:34.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:34 smithi046 bash[16032]: cephadm 2024-01-21T11:21:33.811331+0000 mgr.smithi046.egcsjs (mgr.14182) 58 : cephadm [INF] Deploying daemon osd.6 on smithi079 2024-01-21T11:21:34.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:34 smithi079 bash[19822]: audit 2024-01-21T11:21:33.490103+0000 mon.smithi046 (mon.0) 307 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-21T11:21:34.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:34 smithi079 bash[19822]: cluster 2024-01-21T11:21:33.490190+0000 mon.smithi046 (mon.0) 308 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T11:21:34.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:34 smithi079 bash[19822]: audit 2024-01-21T11:21:33.490824+0000 mon.smithi046 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:34.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:34 smithi079 bash[19822]: audit 2024-01-21T11:21:33.491626+0000 mon.smithi046 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:34.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:34 smithi079 bash[19822]: audit 2024-01-21T11:21:33.492068+0000 mon.smithi046 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:34.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:34 smithi079 bash[19822]: audit 2024-01-21T11:21:33.492623+0000 mon.smithi046 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:34.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:34 smithi079 bash[19822]: audit 2024-01-21T11:21:33.499781+0000 mon.smithi046 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:34.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:34 smithi079 bash[19822]: audit 2024-01-21T11:21:33.500291+0000 mon.smithi046 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:34.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:34 smithi079 bash[19822]: audit 2024-01-21T11:21:33.500624+0000 mon.smithi046 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:34.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:34 smithi079 bash[19822]: audit 2024-01-21T11:21:33.500938+0000 mon.smithi046 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:34.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:34 smithi079 bash[19822]: audit 2024-01-21T11:21:33.501289+0000 mon.smithi046 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:34.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:34 smithi079 bash[19822]: audit 2024-01-21T11:21:33.806776+0000 mon.smithi046 (mon.0) 318 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:34.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:34 smithi079 bash[19822]: audit 2024-01-21T11:21:33.808221+0000 mon.smithi046 (mon.0) 319 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T11:21:34.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:34 smithi079 bash[19822]: audit 2024-01-21T11:21:33.809797+0000 mon.smithi046 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:34.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:34 smithi079 bash[19822]: cephadm 2024-01-21T11:21:33.811331+0000 mgr.smithi046.egcsjs (mgr.14182) 58 : cephadm [INF] Deploying daemon osd.6 on smithi079 2024-01-21T11:21:35.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:35 smithi046 bash[16032]: cluster 2024-01-21T11:21:32.775258+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:21:35.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:35 smithi046 bash[16032]: cluster 2024-01-21T11:21:32.775363+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:21:35.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:35 smithi046 bash[16032]: cluster 2024-01-21T11:21:34.497568+0000 mon.smithi046 (mon.0) 321 : cluster [INF] osd.0 [v2:172.21.15.79:6800/1797178984,v1:172.21.15.79:6801/1797178984] boot 2024-01-21T11:21:35.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:35 smithi046 bash[16032]: cluster 2024-01-21T11:21:34.497602+0000 mon.smithi046 (mon.0) 322 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T11:21:35.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:35 smithi046 bash[16032]: audit 2024-01-21T11:21:34.497963+0000 mon.smithi046 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:35.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:35 smithi046 bash[16032]: audit 2024-01-21T11:21:34.498345+0000 mon.smithi046 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:35.595 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:35 smithi046 bash[16032]: audit 2024-01-21T11:21:34.498565+0000 mon.smithi046 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:35.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:35 smithi046 bash[16032]: audit 2024-01-21T11:21:34.498844+0000 mon.smithi046 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:35.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:35 smithi046 bash[16032]: audit 2024-01-21T11:21:34.499090+0000 mon.smithi046 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:35.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:35 smithi046 bash[16032]: audit 2024-01-21T11:21:34.499373+0000 mon.smithi046 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:35.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:35 smithi046 bash[16032]: audit 2024-01-21T11:21:34.499646+0000 mon.smithi046 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:35.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:35 smithi046 bash[16032]: audit 2024-01-21T11:21:34.499895+0000 mon.smithi046 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:35.596 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:35 smithi046 bash[16032]: cluster 2024-01-21T11:21:35.083345+0000 mgr.smithi046.egcsjs (mgr.14182) 59 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:35.618 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:35 smithi079 bash[19822]: cluster 2024-01-21T11:21:32.775258+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:21:35.618 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:35 smithi079 bash[19822]: cluster 2024-01-21T11:21:32.775363+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:21:35.618 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:35 smithi079 bash[19822]: cluster 2024-01-21T11:21:34.497568+0000 mon.smithi046 (mon.0) 321 : cluster [INF] osd.0 [v2:172.21.15.79:6800/1797178984,v1:172.21.15.79:6801/1797178984] boot 2024-01-21T11:21:35.618 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:35 smithi079 bash[19822]: cluster 2024-01-21T11:21:34.497602+0000 mon.smithi046 (mon.0) 322 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T11:21:35.618 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:35 smithi079 bash[19822]: audit 2024-01-21T11:21:34.497963+0000 mon.smithi046 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T11:21:35.618 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:35 smithi079 bash[19822]: audit 2024-01-21T11:21:34.498345+0000 mon.smithi046 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:35.618 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:35 smithi079 bash[19822]: audit 2024-01-21T11:21:34.498565+0000 mon.smithi046 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:35.619 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:35 smithi079 bash[19822]: audit 2024-01-21T11:21:34.498844+0000 mon.smithi046 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:35.619 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:35 smithi079 bash[19822]: audit 2024-01-21T11:21:34.499090+0000 mon.smithi046 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:35.619 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:35 smithi079 bash[19822]: audit 2024-01-21T11:21:34.499373+0000 mon.smithi046 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:35.619 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:35 smithi079 bash[19822]: audit 2024-01-21T11:21:34.499646+0000 mon.smithi046 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:35.619 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:35 smithi079 bash[19822]: audit 2024-01-21T11:21:34.499895+0000 mon.smithi046 (mon.0) 330 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:35.619 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:35 smithi079 bash[19822]: cluster 2024-01-21T11:21:35.083345+0000 mgr.smithi046.egcsjs (mgr.14182) 59 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T11:21:36.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:36 smithi079 bash[19822]: cluster 2024-01-21T11:21:35.512386+0000 mon.smithi046 (mon.0) 331 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T11:21:36.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:36 smithi079 bash[19822]: audit 2024-01-21T11:21:35.512577+0000 mon.smithi046 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:36.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:36 smithi079 bash[19822]: audit 2024-01-21T11:21:35.513118+0000 mon.smithi046 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:36.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:36 smithi079 bash[19822]: audit 2024-01-21T11:21:35.513360+0000 mon.smithi046 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:36.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:36 smithi079 bash[19822]: audit 2024-01-21T11:21:35.513650+0000 mon.smithi046 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:36.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:36 smithi079 bash[19822]: audit 2024-01-21T11:21:35.513891+0000 mon.smithi046 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:36.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:36 smithi079 bash[19822]: audit 2024-01-21T11:21:35.514172+0000 mon.smithi046 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:36.857 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:36 smithi079 bash[19822]: audit 2024-01-21T11:21:35.514405+0000 mon.smithi046 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:36.858 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:36 smithi079 bash[19822]: audit 2024-01-21T11:21:35.904948+0000 mon.smithi046 (mon.0) 339 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/426665919,v1:172.21.15.46:6803/426665919]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T11:21:36.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:36 smithi046 bash[16032]: cluster 2024-01-21T11:21:35.512386+0000 mon.smithi046 (mon.0) 331 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T11:21:36.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:36 smithi046 bash[16032]: audit 2024-01-21T11:21:35.512577+0000 mon.smithi046 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:36.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:36 smithi046 bash[16032]: audit 2024-01-21T11:21:35.513118+0000 mon.smithi046 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:36.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:36 smithi046 bash[16032]: audit 2024-01-21T11:21:35.513360+0000 mon.smithi046 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:36.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:36 smithi046 bash[16032]: audit 2024-01-21T11:21:35.513650+0000 mon.smithi046 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:36.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:36 smithi046 bash[16032]: audit 2024-01-21T11:21:35.513891+0000 mon.smithi046 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:36.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:36 smithi046 bash[16032]: audit 2024-01-21T11:21:35.514172+0000 mon.smithi046 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:36.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:36 smithi046 bash[16032]: audit 2024-01-21T11:21:35.514405+0000 mon.smithi046 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:36.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:36 smithi046 bash[16032]: audit 2024-01-21T11:21:35.904948+0000 mon.smithi046 (mon.0) 339 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/426665919,v1:172.21.15.46:6803/426665919]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T11:21:37.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:37 smithi046 bash[16032]: audit 2024-01-21T11:21:36.515171+0000 mon.smithi046 (mon.0) 340 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/426665919,v1:172.21.15.46:6803/426665919]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T11:21:37.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:37 smithi046 bash[16032]: cluster 2024-01-21T11:21:36.515309+0000 mon.smithi046 (mon.0) 341 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-21T11:21:37.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:37 smithi046 bash[16032]: audit 2024-01-21T11:21:36.516057+0000 mon.smithi046 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:37.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:37 smithi046 bash[16032]: audit 2024-01-21T11:21:36.516635+0000 mon.smithi046 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:37.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:37 smithi046 bash[16032]: audit 2024-01-21T11:21:36.517118+0000 mon.smithi046 (mon.0) 344 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/426665919,v1:172.21.15.46:6803/426665919]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-01-21T11:21:37.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:37 smithi046 bash[16032]: audit 2024-01-21T11:21:36.522621+0000 mon.smithi046 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:37.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:37 smithi046 bash[16032]: audit 2024-01-21T11:21:36.523071+0000 mon.smithi046 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:37.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:37 smithi046 bash[16032]: audit 2024-01-21T11:21:36.523571+0000 mon.smithi046 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:37.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:37 smithi046 bash[16032]: audit 2024-01-21T11:21:36.524017+0000 mon.smithi046 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:37.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:37 smithi046 bash[16032]: audit 2024-01-21T11:21:36.524432+0000 mon.smithi046 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:37.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:37 smithi046 bash[16032]: audit 2024-01-21T11:21:36.861219+0000 mon.smithi079 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.79:6808/1122130517,v1:172.21.15.79:6809/1122130517]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T11:21:37.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:37 smithi046 bash[16032]: audit 2024-01-21T11:21:36.861397+0000 mon.smithi046 (mon.0) 350 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T11:21:37.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:37 smithi046 bash[16032]: cluster 2024-01-21T11:21:37.083707+0000 mgr.smithi046.egcsjs (mgr.14182) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T11:21:37.950 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:37 smithi079 bash[19822]: audit 2024-01-21T11:21:36.515171+0000 mon.smithi046 (mon.0) 340 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/426665919,v1:172.21.15.46:6803/426665919]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T11:21:37.951 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:37 smithi079 bash[19822]: cluster 2024-01-21T11:21:36.515309+0000 mon.smithi046 (mon.0) 341 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-21T11:21:37.951 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:37 smithi079 bash[19822]: audit 2024-01-21T11:21:36.516057+0000 mon.smithi046 (mon.0) 342 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:37.951 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:37 smithi079 bash[19822]: audit 2024-01-21T11:21:36.516635+0000 mon.smithi046 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:37.951 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:37 smithi079 bash[19822]: audit 2024-01-21T11:21:36.517118+0000 mon.smithi046 (mon.0) 344 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/426665919,v1:172.21.15.46:6803/426665919]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-01-21T11:21:37.951 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:37 smithi079 bash[19822]: audit 2024-01-21T11:21:36.522621+0000 mon.smithi046 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:37.951 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:37 smithi079 bash[19822]: audit 2024-01-21T11:21:36.523071+0000 mon.smithi046 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:37.951 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:37 smithi079 bash[19822]: audit 2024-01-21T11:21:36.523571+0000 mon.smithi046 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:37.951 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:37 smithi079 bash[19822]: audit 2024-01-21T11:21:36.524017+0000 mon.smithi046 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:37.951 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:37 smithi079 bash[19822]: audit 2024-01-21T11:21:36.524432+0000 mon.smithi046 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:37.951 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:37 smithi079 bash[19822]: audit 2024-01-21T11:21:36.861219+0000 mon.smithi079 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.79:6808/1122130517,v1:172.21.15.79:6809/1122130517]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T11:21:37.951 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:37 smithi079 bash[19822]: audit 2024-01-21T11:21:36.861397+0000 mon.smithi046 (mon.0) 350 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T11:21:37.951 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:37 smithi079 bash[19822]: cluster 2024-01-21T11:21:37.083707+0000 mgr.smithi046.egcsjs (mgr.14182) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T11:21:38.803 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:37.518254+0000 mon.smithi046 (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/426665919,v1:172.21.15.46:6803/426665919]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-01-21T11:21:38.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:37.518481+0000 mon.smithi046 (mon.0) 352 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T11:21:38.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: cluster 2024-01-21T11:21:37.518705+0000 mon.smithi046 (mon.0) 353 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-21T11:21:38.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:37.519069+0000 mon.smithi046 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:38.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:37.520613+0000 mon.smithi079 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.79:6808/1122130517,v1:172.21.15.79:6809/1122130517]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-21T11:21:38.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:37.520627+0000 mon.smithi046 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:38.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:37.521355+0000 mon.smithi046 (mon.0) 356 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-21T11:21:38.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:37.526644+0000 mon.smithi046 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:38.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:37.527340+0000 mon.smithi046 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:38.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:37.533333+0000 mon.smithi046 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:38.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:37.533877+0000 mon.smithi046 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:38.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:37.534393+0000 mon.smithi046 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:38.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:37.534972+0000 mon.smithi046 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:38.804 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:38.519542+0000 mon.smithi046 (mon.0) 363 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-21T11:21:38.805 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: cluster 2024-01-21T11:21:38.519736+0000 mon.smithi046 (mon.0) 364 : cluster [INF] osd.1 [v2:172.21.15.46:6802/426665919,v1:172.21.15.46:6803/426665919] boot 2024-01-21T11:21:38.805 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: cluster 2024-01-21T11:21:38.519816+0000 mon.smithi046 (mon.0) 365 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-21T11:21:38.805 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:38.520601+0000 mon.smithi046 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:38.805 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:38.521394+0000 mon.smithi046 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:38.805 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:38.521857+0000 mon.smithi046 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:38.805 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:38.522207+0000 mon.smithi046 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:38.805 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:38.522785+0000 mon.smithi046 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:38.805 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:38.523279+0000 mon.smithi046 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:38.805 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:38.523899+0000 mon.smithi046 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:38.805 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:38 smithi079 bash[19822]: audit 2024-01-21T11:21:38.527183+0000 mon.smithi046 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:38.850 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:21:38.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:37.518254+0000 mon.smithi046 (mon.0) 351 : audit [INF] from='osd.1 [v2:172.21.15.46:6802/426665919,v1:172.21.15.46:6803/426665919]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-01-21T11:21:38.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:37.518481+0000 mon.smithi046 (mon.0) 352 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T11:21:38.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: cluster 2024-01-21T11:21:37.518705+0000 mon.smithi046 (mon.0) 353 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-21T11:21:38.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:37.519069+0000 mon.smithi046 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:38.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:37.520613+0000 mon.smithi079 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.79:6808/1122130517,v1:172.21.15.79:6809/1122130517]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-21T11:21:38.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:37.520627+0000 mon.smithi046 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:38.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:37.521355+0000 mon.smithi046 (mon.0) 356 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-21T11:21:38.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:37.526644+0000 mon.smithi046 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:38.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:37.527340+0000 mon.smithi046 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:38.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:37.533333+0000 mon.smithi046 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:38.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:37.533877+0000 mon.smithi046 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:38.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:37.534393+0000 mon.smithi046 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:38.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:37.534972+0000 mon.smithi046 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:38.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:38.519542+0000 mon.smithi046 (mon.0) 363 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-21T11:21:38.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: cluster 2024-01-21T11:21:38.519736+0000 mon.smithi046 (mon.0) 364 : cluster [INF] osd.1 [v2:172.21.15.46:6802/426665919,v1:172.21.15.46:6803/426665919] boot 2024-01-21T11:21:38.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: cluster 2024-01-21T11:21:38.519816+0000 mon.smithi046 (mon.0) 365 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-21T11:21:38.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:38.520601+0000 mon.smithi046 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T11:21:38.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:38.521394+0000 mon.smithi046 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:38.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:38.521857+0000 mon.smithi046 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:38.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:38.522207+0000 mon.smithi046 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:38.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:38.522785+0000 mon.smithi046 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:38.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:38.523279+0000 mon.smithi046 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:38.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:38.523899+0000 mon.smithi046 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:38.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:38 smithi046 bash[16032]: audit 2024-01-21T11:21:38.527183+0000 mon.smithi046 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:39.581 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1705836098,"num_in_osds":8,"osd_in_since":1705836068,"num_remapped_pgs":0} 2024-01-21T11:21:40.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:40 smithi079 bash[19822]: cluster 2024-01-21T11:21:36.950673+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:21:40.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:40 smithi079 bash[19822]: cluster 2024-01-21T11:21:36.950760+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:21:40.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:40 smithi079 bash[19822]: audit 2024-01-21T11:21:38.850367+0000 mon.smithi046 (mon.0) 374 : audit [DBG] from='client.? 172.21.15.46:0/2274082310' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:40.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:40 smithi079 bash[19822]: audit 2024-01-21T11:21:38.979072+0000 mon.smithi046 (mon.0) 375 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:40.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:40 smithi079 bash[19822]: cluster 2024-01-21T11:21:39.084178+0000 mgr.smithi046.egcsjs (mgr.14182) 61 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T11:21:40.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:40 smithi079 bash[19822]: audit 2024-01-21T11:21:39.527073+0000 mon.smithi046 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:40.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:40 smithi046 bash[16032]: cluster 2024-01-21T11:21:36.950673+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:21:40.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:40 smithi046 bash[16032]: cluster 2024-01-21T11:21:36.950760+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:21:40.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:40 smithi046 bash[16032]: audit 2024-01-21T11:21:38.850367+0000 mon.smithi046 (mon.0) 374 : audit [DBG] from='client.? 172.21.15.46:0/2274082310' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:40.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:40 smithi046 bash[16032]: audit 2024-01-21T11:21:38.979072+0000 mon.smithi046 (mon.0) 375 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:40.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:40 smithi046 bash[16032]: cluster 2024-01-21T11:21:39.084178+0000 mgr.smithi046.egcsjs (mgr.14182) 61 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T11:21:40.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:40 smithi046 bash[16032]: audit 2024-01-21T11:21:39.527073+0000 mon.smithi046 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:40.582 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:21:41.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: cluster 2024-01-21T11:21:37.873670+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:21:41.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: cluster 2024-01-21T11:21:37.873734+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:21:41.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: cluster 2024-01-21T11:21:39.535425+0000 mon.smithi046 (mon.0) 377 : cluster [INF] osd.2 [v2:172.21.15.79:6808/1122130517,v1:172.21.15.79:6809/1122130517] boot 2024-01-21T11:21:41.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: cluster 2024-01-21T11:21:39.535471+0000 mon.smithi046 (mon.0) 378 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-21T11:21:41.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:39.536210+0000 mon.smithi046 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:41.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:39.537173+0000 mon.smithi046 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:41.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:39.537696+0000 mon.smithi046 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:41.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:39.538213+0000 mon.smithi046 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:41.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:39.538715+0000 mon.smithi046 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:41.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:39.539217+0000 mon.smithi046 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:41.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:39.539811+0000 mon.smithi046 (mon.0) 385 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-21T11:21:41.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:40.021376+0000 mon.smithi046 (mon.0) 386 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:41.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:40.022856+0000 mon.smithi046 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T11:21:41.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:40.023969+0000 mon.smithi046 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:41.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: cephadm 2024-01-21T11:21:40.024890+0000 mgr.smithi046.egcsjs (mgr.14182) 62 : cephadm [INF] Deploying daemon osd.7 on smithi046 2024-01-21T11:21:41.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:40.536706+0000 mon.smithi046 (mon.0) 389 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-21T11:21:41.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: cluster 2024-01-21T11:21:40.536781+0000 mon.smithi046 (mon.0) 390 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-21T11:21:41.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:40.536915+0000 mon.smithi046 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:41.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:40.537350+0000 mon.smithi046 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:41.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:40.537831+0000 mon.smithi046 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:41.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:40.538302+0000 mon.smithi046 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:41.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:40.538680+0000 mon.smithi046 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:41.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:41 smithi079 bash[19822]: audit 2024-01-21T11:21:40.539800+0000 mon.smithi046 (mon.0) 396 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T11:21:41.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: cluster 2024-01-21T11:21:37.873670+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:21:41.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: cluster 2024-01-21T11:21:37.873734+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:21:41.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: cluster 2024-01-21T11:21:39.535425+0000 mon.smithi046 (mon.0) 377 : cluster [INF] osd.2 [v2:172.21.15.79:6808/1122130517,v1:172.21.15.79:6809/1122130517] boot 2024-01-21T11:21:41.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: cluster 2024-01-21T11:21:39.535471+0000 mon.smithi046 (mon.0) 378 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-21T11:21:41.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:39.536210+0000 mon.smithi046 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T11:21:41.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:39.537173+0000 mon.smithi046 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:41.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:39.537696+0000 mon.smithi046 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:41.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:39.538213+0000 mon.smithi046 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:41.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:39.538715+0000 mon.smithi046 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:41.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:39.539217+0000 mon.smithi046 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:41.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:39.539811+0000 mon.smithi046 (mon.0) 385 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-21T11:21:41.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:40.021376+0000 mon.smithi046 (mon.0) 386 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:41.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:40.022856+0000 mon.smithi046 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T11:21:41.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:40.023969+0000 mon.smithi046 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:41.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: cephadm 2024-01-21T11:21:40.024890+0000 mgr.smithi046.egcsjs (mgr.14182) 62 : cephadm [INF] Deploying daemon osd.7 on smithi046 2024-01-21T11:21:41.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:40.536706+0000 mon.smithi046 (mon.0) 389 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-21T11:21:41.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: cluster 2024-01-21T11:21:40.536781+0000 mon.smithi046 (mon.0) 390 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-21T11:21:41.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:40.536915+0000 mon.smithi046 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:41.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:40.537350+0000 mon.smithi046 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:41.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:40.537831+0000 mon.smithi046 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:41.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:40.538302+0000 mon.smithi046 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:41.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:40.538680+0000 mon.smithi046 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:41.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:41 smithi046 bash[16032]: audit 2024-01-21T11:21:40.539800+0000 mon.smithi046 (mon.0) 396 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T11:21:42.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:42 smithi046 bash[16032]: cluster 2024-01-21T11:21:41.084644+0000 mgr.smithi046.egcsjs (mgr.14182) 63 : cluster [DBG] pgmap v57: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T11:21:42.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:42 smithi046 bash[16032]: audit 2024-01-21T11:21:41.540404+0000 mon.smithi046 (mon.0) 397 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T11:21:42.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:42 smithi046 bash[16032]: cluster 2024-01-21T11:21:41.540510+0000 mon.smithi046 (mon.0) 398 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-21T11:21:42.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:42 smithi046 bash[16032]: audit 2024-01-21T11:21:41.540854+0000 mon.smithi046 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:42.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:42 smithi046 bash[16032]: audit 2024-01-21T11:21:41.541213+0000 mon.smithi046 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:42.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:42 smithi046 bash[16032]: audit 2024-01-21T11:21:41.541414+0000 mon.smithi046 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:42.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:42 smithi046 bash[16032]: audit 2024-01-21T11:21:41.541668+0000 mon.smithi046 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:42.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:42 smithi046 bash[16032]: audit 2024-01-21T11:21:41.541862+0000 mon.smithi046 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:42.292 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:42 smithi079 bash[19822]: cluster 2024-01-21T11:21:41.084644+0000 mgr.smithi046.egcsjs (mgr.14182) 63 : cluster [DBG] pgmap v57: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T11:21:42.292 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:42 smithi079 bash[19822]: audit 2024-01-21T11:21:41.540404+0000 mon.smithi046 (mon.0) 397 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T11:21:42.293 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:42 smithi079 bash[19822]: cluster 2024-01-21T11:21:41.540510+0000 mon.smithi046 (mon.0) 398 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-21T11:21:42.293 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:42 smithi079 bash[19822]: audit 2024-01-21T11:21:41.540854+0000 mon.smithi046 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:42.293 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:42 smithi079 bash[19822]: audit 2024-01-21T11:21:41.541213+0000 mon.smithi046 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:42.293 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:42 smithi079 bash[19822]: audit 2024-01-21T11:21:41.541414+0000 mon.smithi046 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:42.293 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:42 smithi079 bash[19822]: audit 2024-01-21T11:21:41.541668+0000 mon.smithi046 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:42.293 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:42 smithi079 bash[19822]: audit 2024-01-21T11:21:41.541862+0000 mon.smithi046 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:43.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:43 smithi079 bash[19822]: audit 2024-01-21T11:21:42.167141+0000 mon.smithi046 (mon.0) 404 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/3555657682,v1:172.21.15.46:6811/3555657682]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T11:21:43.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:43 smithi079 bash[19822]: audit 2024-01-21T11:21:42.296551+0000 mon.smithi079 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.79:6816/3991305667,v1:172.21.15.79:6817/3991305667]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T11:21:43.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:43 smithi079 bash[19822]: audit 2024-01-21T11:21:42.296646+0000 mon.smithi046 (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T11:21:43.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:43 smithi079 bash[19822]: audit 2024-01-21T11:21:42.544629+0000 mon.smithi046 (mon.0) 406 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/3555657682,v1:172.21.15.46:6811/3555657682]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T11:21:43.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:43 smithi079 bash[19822]: audit 2024-01-21T11:21:42.544772+0000 mon.smithi046 (mon.0) 407 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T11:21:43.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:43 smithi079 bash[19822]: cluster 2024-01-21T11:21:42.544914+0000 mon.smithi046 (mon.0) 408 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-21T11:21:43.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:43 smithi079 bash[19822]: audit 2024-01-21T11:21:42.545252+0000 mon.smithi046 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:43.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:43 smithi079 bash[19822]: audit 2024-01-21T11:21:42.546418+0000 mon.smithi046 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:43.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:43 smithi079 bash[19822]: audit 2024-01-21T11:21:42.547264+0000 mon.smithi046 (mon.0) 411 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/3555657682,v1:172.21.15.46:6811/3555657682]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-01-21T11:21:43.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:43 smithi079 bash[19822]: audit 2024-01-21T11:21:42.547306+0000 mon.smithi079 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.79:6816/3991305667,v1:172.21.15.79:6817/3991305667]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-21T11:21:43.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:43 smithi079 bash[19822]: audit 2024-01-21T11:21:42.548693+0000 mon.smithi046 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:43.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:43 smithi079 bash[19822]: audit 2024-01-21T11:21:42.549382+0000 mon.smithi046 (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-21T11:21:43.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:43 smithi079 bash[19822]: audit 2024-01-21T11:21:42.550323+0000 mon.smithi046 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:43.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:43 smithi079 bash[19822]: audit 2024-01-21T11:21:42.550989+0000 mon.smithi046 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:43.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:43 smithi046 bash[16032]: audit 2024-01-21T11:21:42.167141+0000 mon.smithi046 (mon.0) 404 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/3555657682,v1:172.21.15.46:6811/3555657682]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T11:21:43.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:43 smithi046 bash[16032]: audit 2024-01-21T11:21:42.296551+0000 mon.smithi079 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.79:6816/3991305667,v1:172.21.15.79:6817/3991305667]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T11:21:43.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:43 smithi046 bash[16032]: audit 2024-01-21T11:21:42.296646+0000 mon.smithi046 (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T11:21:43.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:43 smithi046 bash[16032]: audit 2024-01-21T11:21:42.544629+0000 mon.smithi046 (mon.0) 406 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/3555657682,v1:172.21.15.46:6811/3555657682]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T11:21:43.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:43 smithi046 bash[16032]: audit 2024-01-21T11:21:42.544772+0000 mon.smithi046 (mon.0) 407 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T11:21:43.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:43 smithi046 bash[16032]: cluster 2024-01-21T11:21:42.544914+0000 mon.smithi046 (mon.0) 408 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-21T11:21:43.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:43 smithi046 bash[16032]: audit 2024-01-21T11:21:42.545252+0000 mon.smithi046 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:43.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:43 smithi046 bash[16032]: audit 2024-01-21T11:21:42.546418+0000 mon.smithi046 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:43.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:43 smithi046 bash[16032]: audit 2024-01-21T11:21:42.547264+0000 mon.smithi046 (mon.0) 411 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/3555657682,v1:172.21.15.46:6811/3555657682]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-01-21T11:21:43.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:43 smithi046 bash[16032]: audit 2024-01-21T11:21:42.547306+0000 mon.smithi079 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.79:6816/3991305667,v1:172.21.15.79:6817/3991305667]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-21T11:21:43.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:43 smithi046 bash[16032]: audit 2024-01-21T11:21:42.548693+0000 mon.smithi046 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:43.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:43 smithi046 bash[16032]: audit 2024-01-21T11:21:42.549382+0000 mon.smithi046 (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-21T11:21:43.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:43 smithi046 bash[16032]: audit 2024-01-21T11:21:42.550323+0000 mon.smithi046 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:43.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:43 smithi046 bash[16032]: audit 2024-01-21T11:21:42.550989+0000 mon.smithi046 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:44.308 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:44 smithi046 bash[16032]: cluster 2024-01-21T11:21:43.084968+0000 mgr.smithi046.egcsjs (mgr.14182) 64 : cluster [DBG] pgmap v60: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T11:21:44.308 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:44 smithi046 bash[16032]: audit 2024-01-21T11:21:43.545003+0000 mon.smithi046 (mon.0) 416 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/3555657682,v1:172.21.15.46:6811/3555657682]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-01-21T11:21:44.308 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:44 smithi046 bash[16032]: audit 2024-01-21T11:21:43.545128+0000 mon.smithi046 (mon.0) 417 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-21T11:21:44.308 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:44 smithi046 bash[16032]: cluster 2024-01-21T11:21:43.545247+0000 mon.smithi046 (mon.0) 418 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-01-21T11:21:44.308 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:44 smithi046 bash[16032]: audit 2024-01-21T11:21:43.545577+0000 mon.smithi046 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:44.308 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:44 smithi046 bash[16032]: audit 2024-01-21T11:21:43.546138+0000 mon.smithi046 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:44.308 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:44 smithi046 bash[16032]: audit 2024-01-21T11:21:43.547005+0000 mon.smithi046 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:44.308 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:44 smithi046 bash[16032]: audit 2024-01-21T11:21:43.547395+0000 mon.smithi046 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:44.308 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:44 smithi046 bash[16032]: audit 2024-01-21T11:21:43.547743+0000 mon.smithi046 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:44.308 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:44 smithi046 bash[16032]: audit 2024-01-21T11:21:43.550981+0000 mon.smithi046 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:44.309 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:44 smithi046 bash[16032]: audit 2024-01-21T11:21:43.553699+0000 mon.smithi046 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:44.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:44 smithi079 bash[19822]: cluster 2024-01-21T11:21:43.084968+0000 mgr.smithi046.egcsjs (mgr.14182) 64 : cluster [DBG] pgmap v60: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T11:21:44.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:44 smithi079 bash[19822]: audit 2024-01-21T11:21:43.545003+0000 mon.smithi046 (mon.0) 416 : audit [INF] from='osd.3 [v2:172.21.15.46:6810/3555657682,v1:172.21.15.46:6811/3555657682]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-01-21T11:21:44.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:44 smithi079 bash[19822]: audit 2024-01-21T11:21:43.545128+0000 mon.smithi046 (mon.0) 417 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-21T11:21:44.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:44 smithi079 bash[19822]: cluster 2024-01-21T11:21:43.545247+0000 mon.smithi046 (mon.0) 418 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-01-21T11:21:44.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:44 smithi079 bash[19822]: audit 2024-01-21T11:21:43.545577+0000 mon.smithi046 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:44.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:44 smithi079 bash[19822]: audit 2024-01-21T11:21:43.546138+0000 mon.smithi046 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:44.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:44 smithi079 bash[19822]: audit 2024-01-21T11:21:43.547005+0000 mon.smithi046 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:44.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:44 smithi079 bash[19822]: audit 2024-01-21T11:21:43.547395+0000 mon.smithi046 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:44.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:44 smithi079 bash[19822]: audit 2024-01-21T11:21:43.547743+0000 mon.smithi046 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:44.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:44 smithi079 bash[19822]: audit 2024-01-21T11:21:43.550981+0000 mon.smithi046 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:44.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:44 smithi079 bash[19822]: audit 2024-01-21T11:21:43.553699+0000 mon.smithi046 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:45.867 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:21:45.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: cluster 2024-01-21T11:21:43.179360+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:21:45.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: cluster 2024-01-21T11:21:43.179450+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:21:45.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: cluster 2024-01-21T11:21:43.301697+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:21:45.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: cluster 2024-01-21T11:21:43.301791+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:21:45.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: cluster 2024-01-21T11:21:44.549705+0000 mon.smithi046 (mon.0) 426 : cluster [INF] osd.3 [v2:172.21.15.46:6810/3555657682,v1:172.21.15.46:6811/3555657682] boot 2024-01-21T11:21:45.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: cluster 2024-01-21T11:21:44.549828+0000 mon.smithi046 (mon.0) 427 : cluster [INF] osd.4 [v2:172.21.15.79:6816/3991305667,v1:172.21.15.79:6817/3991305667] boot 2024-01-21T11:21:45.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: cluster 2024-01-21T11:21:44.549950+0000 mon.smithi046 (mon.0) 428 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-01-21T11:21:45.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: audit 2024-01-21T11:21:44.550202+0000 mon.smithi046 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:45.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: audit 2024-01-21T11:21:44.550581+0000 mon.smithi046 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:45.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: audit 2024-01-21T11:21:44.550917+0000 mon.smithi046 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:45.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: audit 2024-01-21T11:21:44.551137+0000 mon.smithi046 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:45.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: audit 2024-01-21T11:21:44.551333+0000 mon.smithi046 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:45.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: cluster 2024-01-21T11:21:45.085490+0000 mgr.smithi046.egcsjs (mgr.14182) 65 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T11:21:45.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: cluster 2024-01-21T11:21:45.486804+0000 mon.smithi046 (mon.0) 434 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-01-21T11:21:45.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: audit 2024-01-21T11:21:45.487360+0000 mon.smithi046 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:45.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: audit 2024-01-21T11:21:45.487898+0000 mon.smithi046 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:45.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:45 smithi046 bash[16032]: audit 2024-01-21T11:21:45.488353+0000 mon.smithi046 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: cluster 2024-01-21T11:21:43.179360+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:21:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: cluster 2024-01-21T11:21:43.179450+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:21:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: cluster 2024-01-21T11:21:43.301697+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:21:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: cluster 2024-01-21T11:21:43.301791+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:21:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: cluster 2024-01-21T11:21:44.549705+0000 mon.smithi046 (mon.0) 426 : cluster [INF] osd.3 [v2:172.21.15.46:6810/3555657682,v1:172.21.15.46:6811/3555657682] boot 2024-01-21T11:21:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: cluster 2024-01-21T11:21:44.549828+0000 mon.smithi046 (mon.0) 427 : cluster [INF] osd.4 [v2:172.21.15.79:6816/3991305667,v1:172.21.15.79:6817/3991305667] boot 2024-01-21T11:21:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: cluster 2024-01-21T11:21:44.549950+0000 mon.smithi046 (mon.0) 428 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-01-21T11:21:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: audit 2024-01-21T11:21:44.550202+0000 mon.smithi046 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T11:21:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: audit 2024-01-21T11:21:44.550581+0000 mon.smithi046 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T11:21:45.923 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: audit 2024-01-21T11:21:44.550917+0000 mon.smithi046 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: audit 2024-01-21T11:21:44.551137+0000 mon.smithi046 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: audit 2024-01-21T11:21:44.551333+0000 mon.smithi046 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: cluster 2024-01-21T11:21:45.085490+0000 mgr.smithi046.egcsjs (mgr.14182) 65 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T11:21:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: cluster 2024-01-21T11:21:45.486804+0000 mon.smithi046 (mon.0) 434 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-01-21T11:21:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: audit 2024-01-21T11:21:45.487360+0000 mon.smithi046 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: audit 2024-01-21T11:21:45.487898+0000 mon.smithi046 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:45.924 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:45 smithi079 bash[19822]: audit 2024-01-21T11:21:45.488353+0000 mon.smithi046 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:46.825 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":27,"num_osds":8,"num_up_osds":5,"osd_up_since":1705836104,"num_in_osds":8,"osd_in_since":1705836068,"num_remapped_pgs":0} 2024-01-21T11:21:46.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:46 smithi079 bash[19822]: audit 2024-01-21T11:21:45.731593+0000 mon.smithi046 (mon.0) 438 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:46.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:46 smithi079 bash[19822]: audit 2024-01-21T11:21:45.866558+0000 mon.smithi046 (mon.0) 439 : audit [DBG] from='client.? 172.21.15.46:0/2810864403' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:46.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:46 smithi079 bash[19822]: audit 2024-01-21T11:21:45.926977+0000 mon.smithi079 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.79:6824/1908511866,v1:172.21.15.79:6825/1908511866]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T11:21:46.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:46 smithi079 bash[19822]: audit 2024-01-21T11:21:45.927057+0000 mon.smithi046 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T11:21:46.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:46 smithi079 bash[19822]: audit 2024-01-21T11:21:46.487073+0000 mon.smithi046 (mon.0) 441 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T11:21:46.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:46 smithi079 bash[19822]: cluster 2024-01-21T11:21:46.487142+0000 mon.smithi046 (mon.0) 442 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-21T11:21:46.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:46 smithi079 bash[19822]: audit 2024-01-21T11:21:46.487263+0000 mon.smithi046 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:46.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:46 smithi079 bash[19822]: audit 2024-01-21T11:21:46.487617+0000 mon.smithi046 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:46.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:46 smithi079 bash[19822]: audit 2024-01-21T11:21:46.487818+0000 mon.smithi046 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:46.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:46 smithi079 bash[19822]: audit 2024-01-21T11:21:46.490776+0000 mon.smithi079 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.79:6824/1908511866,v1:172.21.15.79:6825/1908511866]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-21T11:21:46.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:46 smithi079 bash[19822]: audit 2024-01-21T11:21:46.490937+0000 mon.smithi046 (mon.0) 446 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-21T11:21:47.008 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:46 smithi046 bash[16032]: audit 2024-01-21T11:21:45.731593+0000 mon.smithi046 (mon.0) 438 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:47.008 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:46 smithi046 bash[16032]: audit 2024-01-21T11:21:45.866558+0000 mon.smithi046 (mon.0) 439 : audit [DBG] from='client.? 172.21.15.46:0/2810864403' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:47.008 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:46 smithi046 bash[16032]: audit 2024-01-21T11:21:45.926977+0000 mon.smithi079 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.79:6824/1908511866,v1:172.21.15.79:6825/1908511866]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T11:21:47.008 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:46 smithi046 bash[16032]: audit 2024-01-21T11:21:45.927057+0000 mon.smithi046 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T11:21:47.008 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:46 smithi046 bash[16032]: audit 2024-01-21T11:21:46.487073+0000 mon.smithi046 (mon.0) 441 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T11:21:47.008 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:46 smithi046 bash[16032]: cluster 2024-01-21T11:21:46.487142+0000 mon.smithi046 (mon.0) 442 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-21T11:21:47.008 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:46 smithi046 bash[16032]: audit 2024-01-21T11:21:46.487263+0000 mon.smithi046 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:47.008 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:46 smithi046 bash[16032]: audit 2024-01-21T11:21:46.487617+0000 mon.smithi046 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:47.008 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:46 smithi046 bash[16032]: audit 2024-01-21T11:21:46.487818+0000 mon.smithi046 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:47.008 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:46 smithi046 bash[16032]: audit 2024-01-21T11:21:46.490776+0000 mon.smithi079 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.79:6824/1908511866,v1:172.21.15.79:6825/1908511866]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-21T11:21:47.008 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:46 smithi046 bash[16032]: audit 2024-01-21T11:21:46.490937+0000 mon.smithi046 (mon.0) 446 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-21T11:21:47.827 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:21:48.781 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:48 smithi046 bash[16032]: cluster 2024-01-21T11:21:47.086050+0000 mgr.smithi046.egcsjs (mgr.14182) 66 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T11:21:48.782 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:48 smithi046 bash[16032]: audit 2024-01-21T11:21:47.488732+0000 mon.smithi046 (mon.0) 447 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-21T11:21:48.782 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:48 smithi046 bash[16032]: cluster 2024-01-21T11:21:47.488793+0000 mon.smithi046 (mon.0) 448 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-21T11:21:48.782 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:48 smithi046 bash[16032]: audit 2024-01-21T11:21:47.489618+0000 mon.smithi046 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:48.782 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:48 smithi046 bash[16032]: audit 2024-01-21T11:21:47.490236+0000 mon.smithi046 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:48.782 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:48 smithi046 bash[16032]: audit 2024-01-21T11:21:47.490786+0000 mon.smithi046 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:48.782 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:48 smithi046 bash[16032]: audit 2024-01-21T11:21:47.495401+0000 mon.smithi046 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:48.782 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:48 smithi046 bash[16032]: audit 2024-01-21T11:21:47.935262+0000 mon.smithi046 (mon.0) 453 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:48.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:48 smithi079 bash[19822]: cluster 2024-01-21T11:21:47.086050+0000 mgr.smithi046.egcsjs (mgr.14182) 66 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T11:21:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:48 smithi079 bash[19822]: audit 2024-01-21T11:21:47.488732+0000 mon.smithi046 (mon.0) 447 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-21T11:21:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:48 smithi079 bash[19822]: cluster 2024-01-21T11:21:47.488793+0000 mon.smithi046 (mon.0) 448 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-21T11:21:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:48 smithi079 bash[19822]: audit 2024-01-21T11:21:47.489618+0000 mon.smithi046 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:48 smithi079 bash[19822]: audit 2024-01-21T11:21:47.490236+0000 mon.smithi046 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:48 smithi079 bash[19822]: audit 2024-01-21T11:21:47.490786+0000 mon.smithi046 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:48 smithi079 bash[19822]: audit 2024-01-21T11:21:47.495401+0000 mon.smithi046 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:48 smithi079 bash[19822]: audit 2024-01-21T11:21:47.935262+0000 mon.smithi046 (mon.0) 453 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:49.791 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:49 smithi046 bash[16032]: cluster 2024-01-21T11:21:46.906516+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:21:49.792 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:49 smithi046 bash[16032]: cluster 2024-01-21T11:21:46.906564+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:21:49.792 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:49 smithi046 bash[16032]: cluster 2024-01-21T11:21:48.492201+0000 mon.smithi046 (mon.0) 454 : cluster [INF] osd.6 [v2:172.21.15.79:6824/1908511866,v1:172.21.15.79:6825/1908511866] boot 2024-01-21T11:21:49.792 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:49 smithi046 bash[16032]: cluster 2024-01-21T11:21:48.492244+0000 mon.smithi046 (mon.0) 455 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-21T11:21:49.792 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:49 smithi046 bash[16032]: audit 2024-01-21T11:21:48.492762+0000 mon.smithi046 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:49.792 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:49 smithi046 bash[16032]: audit 2024-01-21T11:21:48.493277+0000 mon.smithi046 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:49.792 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:49 smithi046 bash[16032]: audit 2024-01-21T11:21:48.493732+0000 mon.smithi046 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:49.792 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:49 smithi046 bash[16032]: audit 2024-01-21T11:21:48.785356+0000 mon.smithi046 (mon.0) 459 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/391973782,v1:172.21.15.46:6819/391973782]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T11:21:49.792 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:49 smithi046 bash[16032]: cluster 2024-01-21T11:21:49.086687+0000 mgr.smithi046.egcsjs (mgr.14182) 67 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T11:21:49.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:49 smithi079 bash[19822]: cluster 2024-01-21T11:21:46.906516+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:21:49.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:49 smithi079 bash[19822]: cluster 2024-01-21T11:21:46.906564+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:21:49.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:49 smithi079 bash[19822]: cluster 2024-01-21T11:21:48.492201+0000 mon.smithi046 (mon.0) 454 : cluster [INF] osd.6 [v2:172.21.15.79:6824/1908511866,v1:172.21.15.79:6825/1908511866] boot 2024-01-21T11:21:49.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:49 smithi079 bash[19822]: cluster 2024-01-21T11:21:48.492244+0000 mon.smithi046 (mon.0) 455 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-21T11:21:49.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:49 smithi079 bash[19822]: audit 2024-01-21T11:21:48.492762+0000 mon.smithi046 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:49.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:49 smithi079 bash[19822]: audit 2024-01-21T11:21:48.493277+0000 mon.smithi046 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T11:21:49.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:49 smithi079 bash[19822]: audit 2024-01-21T11:21:48.493732+0000 mon.smithi046 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:49.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:49 smithi079 bash[19822]: audit 2024-01-21T11:21:48.785356+0000 mon.smithi046 (mon.0) 459 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/391973782,v1:172.21.15.46:6819/391973782]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T11:21:49.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:49 smithi079 bash[19822]: cluster 2024-01-21T11:21:49.086687+0000 mgr.smithi046.egcsjs (mgr.14182) 67 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T11:21:50.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:50 smithi046 bash[16032]: audit 2024-01-21T11:21:49.503541+0000 mon.smithi046 (mon.0) 460 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/391973782,v1:172.21.15.46:6819/391973782]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T11:21:50.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:50 smithi046 bash[16032]: cluster 2024-01-21T11:21:49.503713+0000 mon.smithi046 (mon.0) 461 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-21T11:21:50.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:50 smithi046 bash[16032]: audit 2024-01-21T11:21:49.504719+0000 mon.smithi046 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:50.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:50 smithi046 bash[16032]: audit 2024-01-21T11:21:49.505210+0000 mon.smithi046 (mon.0) 463 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/391973782,v1:172.21.15.46:6819/391973782]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-01-21T11:21:50.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:50 smithi046 bash[16032]: audit 2024-01-21T11:21:49.505742+0000 mon.smithi046 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:50.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:50 smithi046 bash[16032]: audit 2024-01-21T11:21:50.504604+0000 mon.smithi046 (mon.0) 465 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/391973782,v1:172.21.15.46:6819/391973782]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-01-21T11:21:50.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:50 smithi046 bash[16032]: cluster 2024-01-21T11:21:50.504777+0000 mon.smithi046 (mon.0) 466 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-21T11:21:50.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:50 smithi046 bash[16032]: audit 2024-01-21T11:21:50.505044+0000 mon.smithi046 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:50.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:50 smithi046 bash[16032]: audit 2024-01-21T11:21:50.505766+0000 mon.smithi046 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:50 smithi079 bash[19822]: audit 2024-01-21T11:21:49.503541+0000 mon.smithi046 (mon.0) 460 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/391973782,v1:172.21.15.46:6819/391973782]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T11:21:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:50 smithi079 bash[19822]: cluster 2024-01-21T11:21:49.503713+0000 mon.smithi046 (mon.0) 461 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-21T11:21:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:50 smithi079 bash[19822]: audit 2024-01-21T11:21:49.504719+0000 mon.smithi046 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:50 smithi079 bash[19822]: audit 2024-01-21T11:21:49.505210+0000 mon.smithi046 (mon.0) 463 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/391973782,v1:172.21.15.46:6819/391973782]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-01-21T11:21:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:50 smithi079 bash[19822]: audit 2024-01-21T11:21:49.505742+0000 mon.smithi046 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:50 smithi079 bash[19822]: audit 2024-01-21T11:21:50.504604+0000 mon.smithi046 (mon.0) 465 : audit [INF] from='osd.5 [v2:172.21.15.46:6818/391973782,v1:172.21.15.46:6819/391973782]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-01-21T11:21:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:50 smithi079 bash[19822]: cluster 2024-01-21T11:21:50.504777+0000 mon.smithi046 (mon.0) 466 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-21T11:21:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:50 smithi079 bash[19822]: audit 2024-01-21T11:21:50.505044+0000 mon.smithi046 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:50.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:50 smithi079 bash[19822]: audit 2024-01-21T11:21:50.505766+0000 mon.smithi046 (mon.0) 468 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:51.865 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:21:51.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:51 smithi046 bash[16032]: audit 2024-01-21T11:21:50.515885+0000 mon.smithi046 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:51.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:51 smithi046 bash[16032]: cluster 2024-01-21T11:21:51.087298+0000 mgr.smithi046.egcsjs (mgr.14182) 68 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T11:21:51.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:51 smithi079 bash[19822]: audit 2024-01-21T11:21:50.515885+0000 mon.smithi046 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:51.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:51 smithi079 bash[19822]: cluster 2024-01-21T11:21:51.087298+0000 mgr.smithi046.egcsjs (mgr.14182) 68 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T11:21:52.660 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":33,"num_osds":8,"num_up_osds":7,"osd_up_since":1705836111,"num_in_osds":8,"osd_in_since":1705836068,"num_remapped_pgs":0} 2024-01-21T11:21:52.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:52 smithi046 bash[16032]: cluster 2024-01-21T11:21:49.805999+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:21:52.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:52 smithi046 bash[16032]: cluster 2024-01-21T11:21:49.806088+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:21:52.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:52 smithi046 bash[16032]: audit 2024-01-21T11:21:51.510687+0000 mon.smithi046 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:52.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:52 smithi046 bash[16032]: cluster 2024-01-21T11:21:51.514926+0000 mon.smithi046 (mon.0) 471 : cluster [INF] osd.5 [v2:172.21.15.46:6818/391973782,v1:172.21.15.46:6819/391973782] boot 2024-01-21T11:21:52.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:52 smithi046 bash[16032]: cluster 2024-01-21T11:21:51.514971+0000 mon.smithi046 (mon.0) 472 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-01-21T11:21:52.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:52 smithi046 bash[16032]: audit 2024-01-21T11:21:51.515654+0000 mon.smithi046 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:52.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:52 smithi046 bash[16032]: audit 2024-01-21T11:21:51.516034+0000 mon.smithi046 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:52.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:52 smithi046 bash[16032]: audit 2024-01-21T11:21:51.865332+0000 mon.smithi046 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.46:0/2878781150' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:52.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:52 smithi079 bash[19822]: cluster 2024-01-21T11:21:49.805999+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:21:52.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:52 smithi079 bash[19822]: cluster 2024-01-21T11:21:49.806088+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:21:52.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:52 smithi079 bash[19822]: audit 2024-01-21T11:21:51.510687+0000 mon.smithi046 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:52 smithi079 bash[19822]: cluster 2024-01-21T11:21:51.514926+0000 mon.smithi046 (mon.0) 471 : cluster [INF] osd.5 [v2:172.21.15.46:6818/391973782,v1:172.21.15.46:6819/391973782] boot 2024-01-21T11:21:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:52 smithi079 bash[19822]: cluster 2024-01-21T11:21:51.514971+0000 mon.smithi046 (mon.0) 472 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-01-21T11:21:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:52 smithi079 bash[19822]: audit 2024-01-21T11:21:51.515654+0000 mon.smithi046 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T11:21:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:52 smithi079 bash[19822]: audit 2024-01-21T11:21:51.516034+0000 mon.smithi046 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:52 smithi079 bash[19822]: audit 2024-01-21T11:21:51.865332+0000 mon.smithi046 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.46:0/2878781150' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:53.661 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T11:21:53.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:53 smithi046 bash[16032]: cluster 2024-01-21T11:21:52.524969+0000 mon.smithi046 (mon.0) 476 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-21T11:21:53.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:53 smithi046 bash[16032]: audit 2024-01-21T11:21:52.525954+0000 mon.smithi046 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:53.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:53 smithi046 bash[16032]: cluster 2024-01-21T11:21:53.087906+0000 mgr.smithi046.egcsjs (mgr.14182) 69 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T11:21:53.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:53 smithi046 bash[16032]: audit 2024-01-21T11:21:53.371658+0000 mon.smithi046 (mon.0) 478 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/4284441772,v1:172.21.15.46:6827/4284441772]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T11:21:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:53 smithi079 bash[19822]: cluster 2024-01-21T11:21:52.524969+0000 mon.smithi046 (mon.0) 476 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-21T11:21:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:53 smithi079 bash[19822]: audit 2024-01-21T11:21:52.525954+0000 mon.smithi046 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:53 smithi079 bash[19822]: cluster 2024-01-21T11:21:53.087906+0000 mgr.smithi046.egcsjs (mgr.14182) 69 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T11:21:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:53 smithi079 bash[19822]: audit 2024-01-21T11:21:53.371658+0000 mon.smithi046 (mon.0) 478 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/4284441772,v1:172.21.15.46:6827/4284441772]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T11:21:54.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:54 smithi046 bash[16032]: audit 2024-01-21T11:21:53.541667+0000 mon.smithi046 (mon.0) 479 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/4284441772,v1:172.21.15.46:6827/4284441772]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T11:21:54.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:54 smithi046 bash[16032]: cluster 2024-01-21T11:21:53.541802+0000 mon.smithi046 (mon.0) 480 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-21T11:21:54.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:54 smithi046 bash[16032]: audit 2024-01-21T11:21:53.542432+0000 mon.smithi046 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:54.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:54 smithi046 bash[16032]: audit 2024-01-21T11:21:53.543382+0000 mon.smithi046 (mon.0) 482 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/4284441772,v1:172.21.15.46:6827/4284441772]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-01-21T11:21:54.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:54 smithi079 bash[19822]: audit 2024-01-21T11:21:53.541667+0000 mon.smithi046 (mon.0) 479 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/4284441772,v1:172.21.15.46:6827/4284441772]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T11:21:54.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:54 smithi079 bash[19822]: cluster 2024-01-21T11:21:53.541802+0000 mon.smithi046 (mon.0) 480 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-21T11:21:54.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:54 smithi079 bash[19822]: audit 2024-01-21T11:21:53.542432+0000 mon.smithi046 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:54.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:54 smithi079 bash[19822]: audit 2024-01-21T11:21:53.543382+0000 mon.smithi046 (mon.0) 482 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/4284441772,v1:172.21.15.46:6827/4284441772]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-01-21T11:21:55.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:55 smithi046 bash[16032]: audit 2024-01-21T11:21:54.543571+0000 mon.smithi046 (mon.0) 483 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/4284441772,v1:172.21.15.46:6827/4284441772]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-01-21T11:21:55.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:55 smithi046 bash[16032]: cluster 2024-01-21T11:21:54.543694+0000 mon.smithi046 (mon.0) 484 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-21T11:21:55.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:55 smithi046 bash[16032]: audit 2024-01-21T11:21:54.544624+0000 mon.smithi046 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:55.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:55 smithi046 bash[16032]: audit 2024-01-21T11:21:54.554180+0000 mon.smithi046 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:55.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:55 smithi046 bash[16032]: cluster 2024-01-21T11:21:55.088617+0000 mgr.smithi046.egcsjs (mgr.14182) 70 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T11:21:55.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:55 smithi046 bash[16032]: cluster 2024-01-21T11:21:55.489493+0000 mon.smithi046 (mon.0) 487 : cluster [INF] osd.7 [v2:172.21.15.46:6826/4284441772,v1:172.21.15.46:6827/4284441772] boot 2024-01-21T11:21:55.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:55 smithi046 bash[16032]: cluster 2024-01-21T11:21:55.489593+0000 mon.smithi046 (mon.0) 488 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-21T11:21:55.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:55 smithi046 bash[16032]: audit 2024-01-21T11:21:55.490117+0000 mon.smithi046 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:55.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:55 smithi079 bash[19822]: audit 2024-01-21T11:21:54.543571+0000 mon.smithi046 (mon.0) 483 : audit [INF] from='osd.7 [v2:172.21.15.46:6826/4284441772,v1:172.21.15.46:6827/4284441772]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-01-21T11:21:55.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:55 smithi079 bash[19822]: cluster 2024-01-21T11:21:54.543694+0000 mon.smithi046 (mon.0) 484 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-21T11:21:55.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:55 smithi079 bash[19822]: audit 2024-01-21T11:21:54.544624+0000 mon.smithi046 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:55.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:55 smithi079 bash[19822]: audit 2024-01-21T11:21:54.554180+0000 mon.smithi046 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:55.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:55 smithi079 bash[19822]: cluster 2024-01-21T11:21:55.088617+0000 mgr.smithi046.egcsjs (mgr.14182) 70 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T11:21:55.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:55 smithi079 bash[19822]: cluster 2024-01-21T11:21:55.489493+0000 mon.smithi046 (mon.0) 487 : cluster [INF] osd.7 [v2:172.21.15.46:6826/4284441772,v1:172.21.15.46:6827/4284441772] boot 2024-01-21T11:21:55.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:55 smithi079 bash[19822]: cluster 2024-01-21T11:21:55.489593+0000 mon.smithi046 (mon.0) 488 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-21T11:21:55.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:55 smithi079 bash[19822]: audit 2024-01-21T11:21:55.490117+0000 mon.smithi046 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T11:21:56.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:56 smithi046 bash[16032]: cluster 2024-01-21T11:21:54.339212+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:21:56.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:56 smithi046 bash[16032]: cluster 2024-01-21T11:21:54.339314+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:21:56.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:56 smithi046 bash[16032]: cluster 2024-01-21T11:21:56.498973+0000 mon.smithi046 (mon.0) 490 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-21T11:21:56.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:56 smithi079 bash[19822]: cluster 2024-01-21T11:21:54.339212+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T11:21:56.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:56 smithi079 bash[19822]: cluster 2024-01-21T11:21:54.339314+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T11:21:56.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:56 smithi079 bash[19822]: cluster 2024-01-21T11:21:56.498973+0000 mon.smithi046 (mon.0) 490 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-21T11:21:57.618 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:21:58.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:58 smithi046 bash[16032]: audit 2024-01-21T11:21:57.032200+0000 mon.smithi046 (mon.0) 491 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:58.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:58 smithi046 bash[16032]: cephadm 2024-01-21T11:21:57.033768+0000 mgr.smithi046.egcsjs (mgr.14182) 71 : cephadm [INF] Reconfiguring mon.smithi046 (unknown last config time)... 2024-01-21T11:21:58.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:58 smithi046 bash[16032]: audit 2024-01-21T11:21:57.034145+0000 mon.smithi046 (mon.0) 492 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T11:21:58.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:58 smithi046 bash[16032]: audit 2024-01-21T11:21:57.035357+0000 mon.smithi046 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T11:21:58.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:58 smithi046 bash[16032]: audit 2024-01-21T11:21:57.036478+0000 mon.smithi046 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:58.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:58 smithi046 bash[16032]: cephadm 2024-01-21T11:21:57.037553+0000 mgr.smithi046.egcsjs (mgr.14182) 72 : cephadm [INF] Reconfiguring daemon mon.smithi046 on smithi046 2024-01-21T11:21:58.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:58 smithi046 bash[16032]: cluster 2024-01-21T11:21:57.089309+0000 mgr.smithi046.egcsjs (mgr.14182) 73 : cluster [DBG] pgmap v81: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:21:58.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:58 smithi046 bash[16032]: cluster 2024-01-21T11:21:57.497874+0000 mon.smithi046 (mon.0) 495 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-21T11:21:58.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:21:58 smithi046 bash[16032]: audit 2024-01-21T11:21:57.618702+0000 mon.smithi046 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.46:0/4205984485' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:58.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:58 smithi079 bash[19822]: audit 2024-01-21T11:21:57.032200+0000 mon.smithi046 (mon.0) 491 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:21:58.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:58 smithi079 bash[19822]: cephadm 2024-01-21T11:21:57.033768+0000 mgr.smithi046.egcsjs (mgr.14182) 71 : cephadm [INF] Reconfiguring mon.smithi046 (unknown last config time)... 2024-01-21T11:21:58.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:58 smithi079 bash[19822]: audit 2024-01-21T11:21:57.034145+0000 mon.smithi046 (mon.0) 492 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T11:21:58.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:58 smithi079 bash[19822]: audit 2024-01-21T11:21:57.035357+0000 mon.smithi046 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T11:21:58.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:58 smithi079 bash[19822]: audit 2024-01-21T11:21:57.036478+0000 mon.smithi046 (mon.0) 494 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:21:58.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:58 smithi079 bash[19822]: cephadm 2024-01-21T11:21:57.037553+0000 mgr.smithi046.egcsjs (mgr.14182) 72 : cephadm [INF] Reconfiguring daemon mon.smithi046 on smithi046 2024-01-21T11:21:58.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:58 smithi079 bash[19822]: cluster 2024-01-21T11:21:57.089309+0000 mgr.smithi046.egcsjs (mgr.14182) 73 : cluster [DBG] pgmap v81: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:21:58.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:58 smithi079 bash[19822]: cluster 2024-01-21T11:21:57.497874+0000 mon.smithi046 (mon.0) 495 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-21T11:21:58.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:21:58 smithi079 bash[19822]: audit 2024-01-21T11:21:57.618702+0000 mon.smithi046 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.46:0/4205984485' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T11:21:58.561 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1705836115,"num_in_osds":8,"osd_in_since":1705836068,"num_remapped_pgs":0} 2024-01-21T11:21:58.562 INFO:tasks.cephadm:Setting up client nodes... 2024-01-21T11:21:58.562 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T11:22:00.153 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:00 smithi046 bash[16032]: cluster 2024-01-21T11:21:59.089937+0000 mgr.smithi046.egcsjs (mgr.14182) 74 : cluster [DBG] pgmap v83: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:00.153 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:00 smithi046 bash[16032]: audit 2024-01-21T11:21:59.828476+0000 mon.smithi046 (mon.0) 497 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:00.153 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:00 smithi046 bash[16032]: audit 2024-01-21T11:21:59.830012+0000 mon.smithi046 (mon.0) 498 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.egcsjs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T11:22:00.153 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:00 smithi046 bash[16032]: audit 2024-01-21T11:21:59.831397+0000 mon.smithi046 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T11:22:00.154 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:00 smithi046 bash[16032]: audit 2024-01-21T11:21:59.832490+0000 mon.smithi046 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:22:00.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:00 smithi079 bash[19822]: cluster 2024-01-21T11:21:59.089937+0000 mgr.smithi046.egcsjs (mgr.14182) 74 : cluster [DBG] pgmap v83: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:00.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:00 smithi079 bash[19822]: audit 2024-01-21T11:21:59.828476+0000 mon.smithi046 (mon.0) 497 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:00.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:00 smithi079 bash[19822]: audit 2024-01-21T11:21:59.830012+0000 mon.smithi046 (mon.0) 498 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi046.egcsjs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T11:22:00.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:00 smithi079 bash[19822]: audit 2024-01-21T11:21:59.831397+0000 mon.smithi046 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T11:22:00.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:00 smithi079 bash[19822]: audit 2024-01-21T11:21:59.832490+0000 mon.smithi046 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:22:01.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:01 smithi046 bash[16032]: cephadm 2024-01-21T11:21:59.829606+0000 mgr.smithi046.egcsjs (mgr.14182) 75 : cephadm [INF] Reconfiguring mgr.smithi046.egcsjs (unknown last config time)... 2024-01-21T11:22:01.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:01 smithi046 bash[16032]: cephadm 2024-01-21T11:21:59.833554+0000 mgr.smithi046.egcsjs (mgr.14182) 76 : cephadm [INF] Reconfiguring daemon mgr.smithi046.egcsjs on smithi046 2024-01-21T11:22:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:01 smithi079 bash[19822]: cephadm 2024-01-21T11:21:59.829606+0000 mgr.smithi046.egcsjs (mgr.14182) 75 : cephadm [INF] Reconfiguring mgr.smithi046.egcsjs (unknown last config time)... 2024-01-21T11:22:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:01 smithi079 bash[19822]: cephadm 2024-01-21T11:21:59.833554+0000 mgr.smithi046.egcsjs (mgr.14182) 76 : cephadm [INF] Reconfiguring daemon mgr.smithi046.egcsjs on smithi046 2024-01-21T11:22:02.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:02 smithi046 bash[16032]: cluster 2024-01-21T11:22:01.090602+0000 mgr.smithi046.egcsjs (mgr.14182) 77 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:02.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:02 smithi046 bash[16032]: audit 2024-01-21T11:22:02.416137+0000 mon.smithi046 (mon.0) 501 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:02.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:02 smithi046 bash[16032]: cephadm 2024-01-21T11:22:02.419589+0000 mgr.smithi046.egcsjs (mgr.14182) 78 : cephadm [INF] Reconfiguring alertmanager.smithi046 (dependencies changed)... 2024-01-21T11:22:02.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:02 smithi046 bash[16032]: cephadm 2024-01-21T11:22:02.429352+0000 mgr.smithi046.egcsjs (mgr.14182) 79 : cephadm [INF] Reconfiguring daemon alertmanager.smithi046 on smithi046 2024-01-21T11:22:02.883 INFO:teuthology.orchestra.run.smithi046.stdout:[client.0] 2024-01-21T11:22:02.883 INFO:teuthology.orchestra.run.smithi046.stdout: key = AQBa/qxl/ShxNBAAe0EDBdD2QKwZoM1rNxsFyQ== 2024-01-21T11:22:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:02 smithi079 bash[19822]: cluster 2024-01-21T11:22:01.090602+0000 mgr.smithi046.egcsjs (mgr.14182) 77 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:02 smithi079 bash[19822]: audit 2024-01-21T11:22:02.416137+0000 mon.smithi046 (mon.0) 501 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:02 smithi079 bash[19822]: cephadm 2024-01-21T11:22:02.419589+0000 mgr.smithi046.egcsjs (mgr.14182) 78 : cephadm [INF] Reconfiguring alertmanager.smithi046 (dependencies changed)... 2024-01-21T11:22:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:02 smithi079 bash[19822]: cephadm 2024-01-21T11:22:02.429352+0000 mgr.smithi046.egcsjs (mgr.14182) 79 : cephadm [INF] Reconfiguring daemon alertmanager.smithi046 on smithi046 2024-01-21T11:22:03.665 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-21T11:22:03.665 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-21T11:22:03.665 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-21T11:22:03.685 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T11:22:03.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:03 smithi046 bash[16032]: audit 2024-01-21T11:22:02.879436+0000 mon.smithi046 (mon.0) 502 : audit [INF] from='client.? 172.21.15.46:0/2491280703' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T11:22:03.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:03 smithi046 bash[16032]: audit 2024-01-21T11:22:02.884270+0000 mon.smithi046 (mon.0) 503 : audit [INF] from='client.? 172.21.15.46:0/2491280703' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T11:22:03.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:03 smithi046 bash[16032]: cluster 2024-01-21T11:22:03.091274+0000 mgr.smithi046.egcsjs (mgr.14182) 80 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:03.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:03 smithi079 bash[19822]: audit 2024-01-21T11:22:02.879436+0000 mon.smithi046 (mon.0) 502 : audit [INF] from='client.? 172.21.15.46:0/2491280703' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T11:22:03.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:03 smithi079 bash[19822]: audit 2024-01-21T11:22:02.884270+0000 mon.smithi046 (mon.0) 503 : audit [INF] from='client.? 172.21.15.46:0/2491280703' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T11:22:03.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:03 smithi079 bash[19822]: cluster 2024-01-21T11:22:03.091274+0000 mgr.smithi046.egcsjs (mgr.14182) 80 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:06.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:06 smithi046 bash[16032]: cluster 2024-01-21T11:22:05.091901+0000 mgr.smithi046.egcsjs (mgr.14182) 81 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:06.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:06 smithi079 bash[19822]: cluster 2024-01-21T11:22:05.091901+0000 mgr.smithi046.egcsjs (mgr.14182) 81 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:06.834 INFO:teuthology.orchestra.run.smithi079.stdout:[client.1] 2024-01-21T11:22:06.835 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQBe/qxl1ZNiMRAA369SlvLi7z7nMxccbW+FHA== 2024-01-21T11:22:07.441 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-21T11:22:07.441 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-21T11:22:07.441 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-21T11:22:07.459 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T11:22:07.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:07 smithi079 bash[19822]: audit 2024-01-21T11:22:06.827009+0000 mon.smithi079 (mon.1) 18 : audit [INF] from='client.? 172.21.15.79:0/3740391369' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T11:22:07.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:07 smithi079 bash[19822]: audit 2024-01-21T11:22:06.828173+0000 mon.smithi046 (mon.0) 504 : 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-01-21T11:22:07.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:07 smithi079 bash[19822]: audit 2024-01-21T11:22:06.834470+0000 mon.smithi046 (mon.0) 505 : 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-01-21T11:22:07.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:07 smithi079 bash[19822]: audit 2024-01-21T11:22:06.972770+0000 mon.smithi046 (mon.0) 506 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:07.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:07 smithi079 bash[19822]: cephadm 2024-01-21T11:22:06.973696+0000 mgr.smithi046.egcsjs (mgr.14182) 82 : cephadm [INF] Reconfiguring crash.smithi046 (monmap changed)... 2024-01-21T11:22:07.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:07 smithi079 bash[19822]: audit 2024-01-21T11:22:06.974209+0000 mon.smithi046 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:22:07.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:07 smithi079 bash[19822]: audit 2024-01-21T11:22:06.975923+0000 mon.smithi046 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:22:07.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:07 smithi079 bash[19822]: cephadm 2024-01-21T11:22:06.977260+0000 mgr.smithi046.egcsjs (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon crash.smithi046 on smithi046 2024-01-21T11:22:07.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:07 smithi079 bash[19822]: cluster 2024-01-21T11:22:07.092551+0000 mgr.smithi046.egcsjs (mgr.14182) 84 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:07.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:07 smithi046 bash[16032]: audit 2024-01-21T11:22:06.827009+0000 mon.smithi079 (mon.1) 18 : audit [INF] from='client.? 172.21.15.79:0/3740391369' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T11:22:07.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:07 smithi046 bash[16032]: audit 2024-01-21T11:22:06.828173+0000 mon.smithi046 (mon.0) 504 : 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-01-21T11:22:07.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:07 smithi046 bash[16032]: audit 2024-01-21T11:22:06.834470+0000 mon.smithi046 (mon.0) 505 : 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-01-21T11:22:07.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:07 smithi046 bash[16032]: audit 2024-01-21T11:22:06.972770+0000 mon.smithi046 (mon.0) 506 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:07.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:07 smithi046 bash[16032]: cephadm 2024-01-21T11:22:06.973696+0000 mgr.smithi046.egcsjs (mgr.14182) 82 : cephadm [INF] Reconfiguring crash.smithi046 (monmap changed)... 2024-01-21T11:22:07.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:07 smithi046 bash[16032]: audit 2024-01-21T11:22:06.974209+0000 mon.smithi046 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi046", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:22:07.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:07 smithi046 bash[16032]: audit 2024-01-21T11:22:06.975923+0000 mon.smithi046 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:22:07.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:07 smithi046 bash[16032]: cephadm 2024-01-21T11:22:06.977260+0000 mgr.smithi046.egcsjs (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon crash.smithi046 on smithi046 2024-01-21T11:22:07.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:07 smithi046 bash[16032]: cluster 2024-01-21T11:22:07.092551+0000 mgr.smithi046.egcsjs (mgr.14182) 84 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:10.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:10 smithi079 bash[19822]: cluster 2024-01-21T11:22:09.093143+0000 mgr.smithi046.egcsjs (mgr.14182) 85 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:10.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:10 smithi079 bash[19822]: audit 2024-01-21T11:22:09.215898+0000 mon.smithi046 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:10.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:10 smithi079 bash[19822]: cephadm 2024-01-21T11:22:09.217407+0000 mgr.smithi046.egcsjs (mgr.14182) 86 : cephadm [INF] Reconfiguring grafana.smithi046 (dependencies changed)... 2024-01-21T11:22:10.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:10 smithi079 bash[19822]: cephadm 2024-01-21T11:22:09.273572+0000 mgr.smithi046.egcsjs (mgr.14182) 87 : cephadm [INF] Reconfiguring daemon grafana.smithi046 on smithi046 2024-01-21T11:22:10.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:10 smithi046 bash[16032]: cluster 2024-01-21T11:22:09.093143+0000 mgr.smithi046.egcsjs (mgr.14182) 85 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:10.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:10 smithi046 bash[16032]: audit 2024-01-21T11:22:09.215898+0000 mon.smithi046 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:10.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:10 smithi046 bash[16032]: cephadm 2024-01-21T11:22:09.217407+0000 mgr.smithi046.egcsjs (mgr.14182) 86 : cephadm [INF] Reconfiguring grafana.smithi046 (dependencies changed)... 2024-01-21T11:22:10.502 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:10 smithi046 bash[16032]: cephadm 2024-01-21T11:22:09.273572+0000 mgr.smithi046.egcsjs (mgr.14182) 87 : cephadm [INF] Reconfiguring daemon grafana.smithi046 on smithi046 2024-01-21T11:22:11.805 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:11 smithi046 bash[16032]: cluster 2024-01-21T11:22:11.093833+0000 mgr.smithi046.egcsjs (mgr.14182) 88 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:11.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:11 smithi079 bash[19822]: cluster 2024-01-21T11:22:11.093833+0000 mgr.smithi046.egcsjs (mgr.14182) 88 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:13.312 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:22:14.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:14 smithi079 bash[19822]: cluster 2024-01-21T11:22:13.094490+0000 mgr.smithi046.egcsjs (mgr.14182) 89 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:14.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:14 smithi079 bash[19822]: audit 2024-01-21T11:22:13.687647+0000 mon.smithi046 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:14.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:14 smithi079 bash[19822]: audit 2024-01-21T11:22:13.689726+0000 mon.smithi046 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:22:14.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:14 smithi079 bash[19822]: audit 2024-01-21T11:22:13.690872+0000 mon.smithi046 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:22:14.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:14 smithi046 bash[16032]: cluster 2024-01-21T11:22:13.094490+0000 mgr.smithi046.egcsjs (mgr.14182) 89 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:14.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:14 smithi046 bash[16032]: audit 2024-01-21T11:22:13.687647+0000 mon.smithi046 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:14.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:14 smithi046 bash[16032]: audit 2024-01-21T11:22:13.689726+0000 mon.smithi046 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi079", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T11:22:14.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:14 smithi046 bash[16032]: audit 2024-01-21T11:22:13.690872+0000 mon.smithi046 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:22:15.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:15 smithi046 bash[16032]: cephadm 2024-01-21T11:22:13.689317+0000 mgr.smithi046.egcsjs (mgr.14182) 90 : cephadm [INF] Reconfiguring crash.smithi079 (monmap changed)... 2024-01-21T11:22:15.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:15 smithi046 bash[16032]: cephadm 2024-01-21T11:22:13.691784+0000 mgr.smithi046.egcsjs (mgr.14182) 91 : cephadm [INF] Reconfiguring daemon crash.smithi079 on smithi079 2024-01-21T11:22:15.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:15 smithi079 bash[19822]: cephadm 2024-01-21T11:22:13.689317+0000 mgr.smithi046.egcsjs (mgr.14182) 90 : cephadm [INF] Reconfiguring crash.smithi079 (monmap changed)... 2024-01-21T11:22:15.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:15 smithi079 bash[19822]: cephadm 2024-01-21T11:22:13.691784+0000 mgr.smithi046.egcsjs (mgr.14182) 91 : cephadm [INF] Reconfiguring daemon crash.smithi079 on smithi079 2024-01-21T11:22:16.744 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:16 smithi079 bash[19822]: cluster 2024-01-21T11:22:15.094943+0000 mgr.smithi046.egcsjs (mgr.14182) 92 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:16.744 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:16 smithi079 bash[19822]: audit 2024-01-21T11:22:15.756170+0000 mon.smithi046 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:16.744 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:16 smithi079 bash[19822]: audit 2024-01-21T11:22:15.758456+0000 mon.smithi046 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.jvxvnc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T11:22:16.744 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:16 smithi079 bash[19822]: audit 2024-01-21T11:22:15.760479+0000 mon.smithi046 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T11:22:16.744 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:16 smithi079 bash[19822]: audit 2024-01-21T11:22:15.762135+0000 mon.smithi046 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:22:16.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:16 smithi046 bash[16032]: cluster 2024-01-21T11:22:15.094943+0000 mgr.smithi046.egcsjs (mgr.14182) 92 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:16.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:16 smithi046 bash[16032]: audit 2024-01-21T11:22:15.756170+0000 mon.smithi046 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:16.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:16 smithi046 bash[16032]: audit 2024-01-21T11:22:15.758456+0000 mon.smithi046 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi079.jvxvnc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T11:22:16.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:16 smithi046 bash[16032]: audit 2024-01-21T11:22:15.760479+0000 mon.smithi046 (mon.0) 515 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T11:22:16.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:16 smithi046 bash[16032]: audit 2024-01-21T11:22:15.762135+0000 mon.smithi046 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:22:16.909 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:22:16.909 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":39,"fsid":"a99e224e-b84e-11ee-95b0-87774f69a715","created":"2024-01-21T11:18:04.213206+0000","modified":"2024-01-21T11:21:57.493866+0000","last_up_change":"2024-01-21T11:21:55.482110+0000","last_in_change":"2024-01-21T11:21:08.596987+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"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-01-21T11:21:40.011175+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":"24","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":"7554dac7-a106-41ad-bc5e-467ae37f6ef2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":1797178984},{"type":"v1","addr":"172.21.15.79:6801","nonce":1797178984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1797178984},{"type":"v1","addr":"172.21.15.79:6803","nonce":1797178984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1797178984},{"type":"v1","addr":"172.21.15.79:6807","nonce":1797178984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1797178984},{"type":"v1","addr":"172.21.15.79:6805","nonce":1797178984}]},"public_addr":"172.21.15.79:6801/1797178984","cluster_addr":"172.21.15.79:6803/1797178984","heartbeat_back_addr":"172.21.15.79:6807/1797178984","heartbeat_front_addr":"172.21.15.79:6805/1797178984","state":["exists","up"]},{"osd":1,"uuid":"0b71bef1-eb73-4e00-81b9-f167df5ed396","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":426665919},{"type":"v1","addr":"172.21.15.46:6803","nonce":426665919}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":426665919},{"type":"v1","addr":"172.21.15.46:6805","nonce":426665919}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":426665919},{"type":"v1","addr":"172.21.15.46:6809","nonce":426665919}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":426665919},{"type":"v1","addr":"172.21.15.46:6807","nonce":426665919}]},"public_addr":"172.21.15.46:6803/426665919","cluster_addr":"172.21.15.46:6805/426665919","heartbeat_back_addr":"172.21.15.46:6809/426665919","heartbeat_front_addr":"172.21.15.46:6807/426665919","state":["exists","up"]},{"osd":2,"uuid":"77f60c21-9572-4661-ac94-bdd95175117e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":1122130517},{"type":"v1","addr":"172.21.15.79:6809","nonce":1122130517}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":1122130517},{"type":"v1","addr":"172.21.15.79:6811","nonce":1122130517}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":1122130517},{"type":"v1","addr":"172.21.15.79:6815","nonce":1122130517}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":1122130517},{"type":"v1","addr":"172.21.15.79:6813","nonce":1122130517}]},"public_addr":"172.21.15.79:6809/1122130517","cluster_addr":"172.21.15.79:6811/1122130517","heartbeat_back_addr":"172.21.15.79:6815/1122130517","heartbeat_front_addr":"172.21.15.79:6813/1122130517","state":["exists","up"]},{"osd":3,"uuid":"28b22d68-74be-4537-bbee-609920e7bf0a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":3555657682},{"type":"v1","addr":"172.21.15.46:6811","nonce":3555657682}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":3555657682},{"type":"v1","addr":"172.21.15.46:6813","nonce":3555657682}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":3555657682},{"type":"v1","addr":"172.21.15.46:6817","nonce":3555657682}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":3555657682},{"type":"v1","addr":"172.21.15.46:6815","nonce":3555657682}]},"public_addr":"172.21.15.46:6811/3555657682","cluster_addr":"172.21.15.46:6813/3555657682","heartbeat_back_addr":"172.21.15.46:6817/3555657682","heartbeat_front_addr":"172.21.15.46:6815/3555657682","state":["exists","up"]},{"osd":4,"uuid":"95a676be-7e23-4cc7-8330-e4f5f5489258","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":3991305667},{"type":"v1","addr":"172.21.15.79:6817","nonce":3991305667}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":3991305667},{"type":"v1","addr":"172.21.15.79:6819","nonce":3991305667}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":3991305667},{"type":"v1","addr":"172.21.15.79:6823","nonce":3991305667}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":3991305667},{"type":"v1","addr":"172.21.15.79:6821","nonce":3991305667}]},"public_addr":"172.21.15.79:6817/3991305667","cluster_addr":"172.21.15.79:6819/3991305667","heartbeat_back_addr":"172.21.15.79:6823/3991305667","heartbeat_front_addr":"172.21.15.79:6821/3991305667","state":["exists","up"]},{"osd":5,"uuid":"05127fb9-8750-40ef-a995-a8178a97fd5f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6818","nonce":391973782},{"type":"v1","addr":"172.21.15.46:6819","nonce":391973782}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6820","nonce":391973782},{"type":"v1","addr":"172.21.15.46:6821","nonce":391973782}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6824","nonce":391973782},{"type":"v1","addr":"172.21.15.46:6825","nonce":391973782}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6822","nonce":391973782},{"type":"v1","addr":"172.21.15.46:6823","nonce":391973782}]},"public_addr":"172.21.15.46:6819/391973782","cluster_addr":"172.21.15.46:6821/391973782","heartbeat_back_addr":"172.21.15.46:6825/391973782","heartbeat_front_addr":"172.21.15.46:6823/391973782","state":["exists","up"]},{"osd":6,"uuid":"b4f0a0f7-203f-4e9a-be5a-55dbc4aeae82","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.79:6824","nonce":1908511866},{"type":"v1","addr":"172.21.15.79:6825","nonce":1908511866}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":1908511866},{"type":"v1","addr":"172.21.15.79:6827","nonce":1908511866}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":1908511866},{"type":"v1","addr":"172.21.15.79:6831","nonce":1908511866}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":1908511866},{"type":"v1","addr":"172.21.15.79:6829","nonce":1908511866}]},"public_addr":"172.21.15.79:6825/1908511866","cluster_addr":"172.21.15.79:6827/1908511866","heartbeat_back_addr":"172.21.15.79:6831/1908511866","heartbeat_front_addr":"172.21.15.79:6829/1908511866","state":["exists","up"]},{"osd":7,"uuid":"5fbec080-dfb3-40b8-9370-566474cf0275","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6826","nonce":4284441772},{"type":"v1","addr":"172.21.15.46:6827","nonce":4284441772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6828","nonce":4284441772},{"type":"v1","addr":"172.21.15.46:6829","nonce":4284441772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6832","nonce":4284441772},{"type":"v1","addr":"172.21.15.46:6833","nonce":4284441772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6830","nonce":4284441772},{"type":"v1","addr":"172.21.15.46:6831","nonce":4284441772}]},"public_addr":"172.21.15.46:6827/4284441772","cluster_addr":"172.21.15.46:6829/4284441772","heartbeat_back_addr":"172.21.15.46:6833/4284441772","heartbeat_front_addr":"172.21.15.46:6831/4284441772","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-01-21T11:21:32.775368+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-01-21T11:21:36.950765+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-01-21T11:21:37.873738+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-01-21T11:21:43.179455+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-01-21T11:21:43.301796+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-01-21T11:21:49.806093+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-01-21T11:21:46.906566+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-01-21T11:21:54.339319+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.46:0/950809067":"2024-01-22T11:20:09.057087+0000","172.21.15.46:6801/1665693177":"2024-01-22T11:19:13.558068+0000","172.21.15.46:6801/3053472784":"2024-01-22T11:20:09.057087+0000","172.21.15.46:6800/1665693177":"2024-01-22T11:19:13.558068+0000","172.21.15.46:0/824144169":"2024-01-22T11:20:09.057087+0000","172.21.15.46:0/1365512377":"2024-01-22T11:19:13.558068+0000","172.21.15.46:0/497759633":"2024-01-22T11:19:13.558068+0000","172.21.15.46:6800/3053472784":"2024-01-22T11:20:09.057087+0000","172.21.15.46:0/3636772969":"2024-01-22T11:18:33.077883+0000","172.21.15.46:0/3274317948":"2024-01-22T11:18:33.077883+0000","172.21.15.46:6800/719736216":"2024-01-22T11:18:33.077883+0000","172.21.15.46:6801/719736216":"2024-01-22T11:18:33.077883+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-01-21T11:22:17.453 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-21T11:21:40.011175+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': '24', '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-01-21T11:22:17.453 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-21T11:22:17.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:17 smithi046 bash[16032]: cephadm 2024-01-21T11:22:15.757811+0000 mgr.smithi046.egcsjs (mgr.14182) 93 : cephadm [INF] Reconfiguring mgr.smithi079.jvxvnc (monmap changed)... 2024-01-21T11:22:17.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:17 smithi046 bash[16032]: cephadm 2024-01-21T11:22:15.763713+0000 mgr.smithi046.egcsjs (mgr.14182) 94 : cephadm [INF] Reconfiguring daemon mgr.smithi079.jvxvnc on smithi079 2024-01-21T11:22:17.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:17 smithi046 bash[16032]: audit 2024-01-21T11:22:16.909095+0000 mon.smithi046 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.46:0/2502506523' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:22:17.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:17 smithi046 bash[16032]: cluster 2024-01-21T11:22:17.095548+0000 mgr.smithi046.egcsjs (mgr.14182) 95 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:17.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:17 smithi046 bash[16032]: audit 2024-01-21T11:22:17.466895+0000 mon.smithi046 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:17.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:17 smithi046 bash[16032]: cephadm 2024-01-21T11:22:17.468914+0000 mgr.smithi046.egcsjs (mgr.14182) 96 : cephadm [INF] Reconfiguring mon.smithi079 (monmap changed)... 2024-01-21T11:22:17.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:17 smithi046 bash[16032]: audit 2024-01-21T11:22:17.469591+0000 mon.smithi046 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T11:22:17.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:17 smithi046 bash[16032]: audit 2024-01-21T11:22:17.470986+0000 mon.smithi046 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T11:22:17.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:17 smithi046 bash[16032]: audit 2024-01-21T11:22:17.472223+0000 mon.smithi046 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:22:17.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:17 smithi046 bash[16032]: cephadm 2024-01-21T11:22:17.473433+0000 mgr.smithi046.egcsjs (mgr.14182) 97 : cephadm [INF] Reconfiguring daemon mon.smithi079 on smithi079 2024-01-21T11:22:17.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:17 smithi079 bash[19822]: cephadm 2024-01-21T11:22:15.757811+0000 mgr.smithi046.egcsjs (mgr.14182) 93 : cephadm [INF] Reconfiguring mgr.smithi079.jvxvnc (monmap changed)... 2024-01-21T11:22:17.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:17 smithi079 bash[19822]: cephadm 2024-01-21T11:22:15.763713+0000 mgr.smithi046.egcsjs (mgr.14182) 94 : cephadm [INF] Reconfiguring daemon mgr.smithi079.jvxvnc on smithi079 2024-01-21T11:22:17.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:17 smithi079 bash[19822]: audit 2024-01-21T11:22:16.909095+0000 mon.smithi046 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.46:0/2502506523' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:22:17.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:17 smithi079 bash[19822]: cluster 2024-01-21T11:22:17.095548+0000 mgr.smithi046.egcsjs (mgr.14182) 95 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:17.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:17 smithi079 bash[19822]: audit 2024-01-21T11:22:17.466895+0000 mon.smithi046 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:17.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:17 smithi079 bash[19822]: cephadm 2024-01-21T11:22:17.468914+0000 mgr.smithi046.egcsjs (mgr.14182) 96 : cephadm [INF] Reconfiguring mon.smithi079 (monmap changed)... 2024-01-21T11:22:17.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:17 smithi079 bash[19822]: audit 2024-01-21T11:22:17.469591+0000 mon.smithi046 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T11:22:17.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:17 smithi079 bash[19822]: audit 2024-01-21T11:22:17.470986+0000 mon.smithi046 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T11:22:17.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:17 smithi079 bash[19822]: audit 2024-01-21T11:22:17.472223+0000 mon.smithi046 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:22:17.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:17 smithi079 bash[19822]: cephadm 2024-01-21T11:22:17.473433+0000 mgr.smithi046.egcsjs (mgr.14182) 97 : cephadm [INF] Reconfiguring daemon mon.smithi079 on smithi079 2024-01-21T11:22:20.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: cluster 2024-01-21T11:22:19.096156+0000 mgr.smithi046.egcsjs (mgr.14182) 98 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:20.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.279646+0000 mon.smithi046 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:20.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.284930+0000 mon.smithi046 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T11:22:20.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.285568+0000 mgr.smithi046.egcsjs (mgr.14182) 99 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T11:22:20.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.287629+0000 mon.smithi046 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T11:22:20.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.288401+0000 mgr.smithi046.egcsjs (mgr.14182) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T11:22:20.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.296882+0000 mon.smithi046 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:20.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.307210+0000 mon.smithi046 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T11:22:20.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.308242+0000 mgr.smithi046.egcsjs (mgr.14182) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T11:22:20.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.318516+0000 mon.smithi046 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T11:22:20.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.319137+0000 mgr.smithi046.egcsjs (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T11:22:20.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.327604+0000 mon.smithi046 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:20.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.337303+0000 mon.smithi046 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T11:22:20.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.338034+0000 mgr.smithi046.egcsjs (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T11:22:20.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.346448+0000 mon.smithi046 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T11:22:20.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.347299+0000 mgr.smithi046.egcsjs (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T11:22:20.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.355698+0000 mon.smithi046 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:20.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:20 smithi046 bash[16032]: audit 2024-01-21T11:22:19.362534+0000 mon.smithi046 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:22:20.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: cluster 2024-01-21T11:22:19.096156+0000 mgr.smithi046.egcsjs (mgr.14182) 98 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:20.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.279646+0000 mon.smithi046 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:20.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.284930+0000 mon.smithi046 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T11:22:20.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.285568+0000 mgr.smithi046.egcsjs (mgr.14182) 99 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T11:22:20.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.287629+0000 mon.smithi046 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T11:22:20.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.288401+0000 mgr.smithi046.egcsjs (mgr.14182) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi046.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T11:22:20.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.296882+0000 mon.smithi046 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:20.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.307210+0000 mon.smithi046 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T11:22:20.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.308242+0000 mgr.smithi046.egcsjs (mgr.14182) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T11:22:20.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.318516+0000 mon.smithi046 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T11:22:20.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.319137+0000 mgr.smithi046.egcsjs (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi046.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T11:22:20.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.327604+0000 mon.smithi046 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:20.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.337303+0000 mon.smithi046 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T11:22:20.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.338034+0000 mgr.smithi046.egcsjs (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T11:22:20.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.346448+0000 mon.smithi046 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T11:22:20.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.347299+0000 mgr.smithi046.egcsjs (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T11:22:20.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.355698+0000 mon.smithi046 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:20.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:20 smithi079 bash[19822]: audit 2024-01-21T11:22:19.362534+0000 mon.smithi046 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:22:21.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:21 smithi046 bash[16032]: cluster 2024-01-21T11:22:21.096786+0000 mgr.smithi046.egcsjs (mgr.14182) 105 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:21.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:21 smithi079 bash[19822]: cluster 2024-01-21T11:22:21.096786+0000 mgr.smithi046.egcsjs (mgr.14182) 105 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:22.306 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:22:24.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:24 smithi079 bash[19822]: cluster 2024-01-21T11:22:23.097442+0000 mgr.smithi046.egcsjs (mgr.14182) 106 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:24.625 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:24 smithi046 bash[16032]: cluster 2024-01-21T11:22:23.097442+0000 mgr.smithi046.egcsjs (mgr.14182) 106 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:25.301 INFO:teuthology.orchestra.run.smithi046.stdout:pg_num: 1 2024-01-21T11:22:25.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:25 smithi046 bash[16032]: audit 2024-01-21T11:22:24.528450+0000 mon.smithi046 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:25.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:25 smithi046 bash[16032]: cluster 2024-01-21T11:22:25.097887+0000 mgr.smithi046.egcsjs (mgr.14182) 107 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:25.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:25 smithi046 bash[16032]: audit 2024-01-21T11:22:25.217680+0000 mon.smithi046 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:25.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:25 smithi046 bash[16032]: audit 2024-01-21T11:22:25.301696+0000 mon.smithi046 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.46:0/4071645907' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T11:22:25.921 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-21T11:22:25.922 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-21T11:22:25.922 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph mgr dump --format=json 2024-01-21T11:22:25.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:25 smithi079 bash[19822]: audit 2024-01-21T11:22:24.528450+0000 mon.smithi046 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:25.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:25 smithi079 bash[19822]: cluster 2024-01-21T11:22:25.097887+0000 mgr.smithi046.egcsjs (mgr.14182) 107 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:25.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:25 smithi079 bash[19822]: audit 2024-01-21T11:22:25.217680+0000 mon.smithi046 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:25.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:25 smithi079 bash[19822]: audit 2024-01-21T11:22:25.301696+0000 mon.smithi046 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.46:0/4071645907' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T11:22:28.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:28 smithi079 bash[19822]: cluster 2024-01-21T11:22:27.098562+0000 mgr.smithi046.egcsjs (mgr.14182) 108 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:28.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:28 smithi046 bash[16032]: cluster 2024-01-21T11:22:27.098562+0000 mgr.smithi046.egcsjs (mgr.14182) 108 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:30.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:30 smithi079 bash[19822]: cluster 2024-01-21T11:22:29.099194+0000 mgr.smithi046.egcsjs (mgr.14182) 109 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:30.498 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:22:30.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:30 smithi046 bash[16032]: cluster 2024-01-21T11:22:29.099194+0000 mgr.smithi046.egcsjs (mgr.14182) 109 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:31.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:31 smithi079 bash[19822]: cluster 2024-01-21T11:22:31.099857+0000 mgr.smithi046.egcsjs (mgr.14182) 110 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:31.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:31 smithi046 bash[16032]: cluster 2024-01-21T11:22:31.099857+0000 mgr.smithi046.egcsjs (mgr.14182) 110 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:34.375 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:34 smithi046 bash[16032]: cluster 2024-01-21T11:22:33.100533+0000 mgr.smithi046.egcsjs (mgr.14182) 111 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:34 smithi079 bash[19822]: cluster 2024-01-21T11:22:33.100533+0000 mgr.smithi046.egcsjs (mgr.14182) 111 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:34.543 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:22:35.381 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi046.egcsjs","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6800","nonce":1127728959},{"type":"v1","addr":"172.21.15.46:6801","nonce":1127728959}]},"active_addr":"172.21.15.46:6801/1127728959","active_change":"2024-01-21T11:20:09.057332+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14196,"name":"smithi079.jvxvnc","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.46:8443/","prometheus":"http://172.21.15.46: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.46:0","nonce":3038249002}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.46:0","nonce":1733745681}]}]} 2024-01-21T11:22:35.387 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-21T11:22:35.387 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-21T11:22:35.387 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T11:22:35.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:35 smithi079 bash[19822]: audit 2024-01-21T11:22:34.539152+0000 mon.smithi046 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.46:0/2828664055' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T11:22:35.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:35 smithi079 bash[19822]: audit 2024-01-21T11:22:34.985793+0000 mon.smithi046 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:35.625 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:35 smithi046 bash[16032]: audit 2024-01-21T11:22:34.539152+0000 mon.smithi046 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.46:0/2828664055' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T11:22:35.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:35 smithi046 bash[16032]: audit 2024-01-21T11:22:34.985793+0000 mon.smithi046 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:36.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: cephadm 2024-01-21T11:22:34.971735+0000 mgr.smithi046.egcsjs (mgr.14182) 112 : cephadm [INF] Detected new or changed devices on smithi079 2024-01-21T11:22:36.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: cluster 2024-01-21T11:22:35.101108+0000 mgr.smithi046.egcsjs (mgr.14182) 113 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:36.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: audit 2024-01-21T11:22:35.269519+0000 mon.smithi046 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:22:36.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: audit 2024-01-21T11:22:35.271575+0000 mon.smithi046 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:22:36.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: audit 2024-01-21T11:22:35.273431+0000 mon.smithi046 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:22:36.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: audit 2024-01-21T11:22:35.275252+0000 mon.smithi046 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:22:36.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: cephadm 2024-01-21T11:22:35.276717+0000 mgr.smithi046.egcsjs (mgr.14182) 114 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 3785M 2024-01-21T11:22:36.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: audit 2024-01-21T11:22:35.284741+0000 mon.smithi046 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:36.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: audit 2024-01-21T11:22:35.824928+0000 mon.smithi046 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:36.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: audit 2024-01-21T11:22:36.124786+0000 mon.smithi046 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:36.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: audit 2024-01-21T11:22:36.127392+0000 mon.smithi046 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:22:36.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: audit 2024-01-21T11:22:36.128885+0000 mon.smithi046 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:22:36.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: audit 2024-01-21T11:22:36.130424+0000 mon.smithi046 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:22:36.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: audit 2024-01-21T11:22:36.131801+0000 mon.smithi046 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:22:36.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: audit 2024-01-21T11:22:36.139376+0000 mon.smithi046 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:36.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: audit 2024-01-21T11:22:36.141199+0000 mon.smithi046 (mon.0) 550 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:22:36.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: audit 2024-01-21T11:22:36.142507+0000 mon.smithi046 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:22:36.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: audit 2024-01-21T11:22:36.149658+0000 mon.smithi046 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:36.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:36 smithi079 bash[19822]: audit 2024-01-21T11:22:36.157996+0000 mon.smithi046 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:22:36.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: cephadm 2024-01-21T11:22:34.971735+0000 mgr.smithi046.egcsjs (mgr.14182) 112 : cephadm [INF] Detected new or changed devices on smithi079 2024-01-21T11:22:36.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: cluster 2024-01-21T11:22:35.101108+0000 mgr.smithi046.egcsjs (mgr.14182) 113 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:36.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: audit 2024-01-21T11:22:35.269519+0000 mon.smithi046 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:22:36.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: audit 2024-01-21T11:22:35.271575+0000 mon.smithi046 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:22:36.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: audit 2024-01-21T11:22:35.273431+0000 mon.smithi046 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:22:36.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: audit 2024-01-21T11:22:35.275252+0000 mon.smithi046 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:22:36.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: cephadm 2024-01-21T11:22:35.276717+0000 mgr.smithi046.egcsjs (mgr.14182) 114 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 3785M 2024-01-21T11:22:36.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: audit 2024-01-21T11:22:35.284741+0000 mon.smithi046 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:36.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: audit 2024-01-21T11:22:35.824928+0000 mon.smithi046 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:36.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: audit 2024-01-21T11:22:36.124786+0000 mon.smithi046 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:36.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: audit 2024-01-21T11:22:36.127392+0000 mon.smithi046 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:22:36.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: audit 2024-01-21T11:22:36.128885+0000 mon.smithi046 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:22:36.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: audit 2024-01-21T11:22:36.130424+0000 mon.smithi046 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:22:36.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: audit 2024-01-21T11:22:36.131801+0000 mon.smithi046 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:22:36.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: audit 2024-01-21T11:22:36.139376+0000 mon.smithi046 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:36.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: audit 2024-01-21T11:22:36.141199+0000 mon.smithi046 (mon.0) 550 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:22:36.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: audit 2024-01-21T11:22:36.142507+0000 mon.smithi046 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:22:36.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: audit 2024-01-21T11:22:36.149658+0000 mon.smithi046 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:22:36.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:36 smithi046 bash[16032]: audit 2024-01-21T11:22:36.157996+0000 mon.smithi046 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:22:37.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:37 smithi079 bash[19822]: cephadm 2024-01-21T11:22:35.811864+0000 mgr.smithi046.egcsjs (mgr.14182) 115 : cephadm [INF] Detected new or changed devices on smithi046 2024-01-21T11:22:37.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:37 smithi079 bash[19822]: cephadm 2024-01-21T11:22:36.132906+0000 mgr.smithi046.egcsjs (mgr.14182) 116 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 3530M 2024-01-21T11:22:37.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:37 smithi079 bash[19822]: audit 2024-01-21T11:22:36.167777+0000 mon.smithi046 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:22:37.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:37 smithi079 bash[19822]: audit 2024-01-21T11:22:36.170105+0000 mon.smithi046 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:22:37.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:37 smithi079 bash[19822]: audit 2024-01-21T11:22:36.171394+0000 mon.smithi046 (mon.0) 556 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:22:37.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:37 smithi079 bash[19822]: audit 2024-01-21T11:22:36.171816+0000 mon.smithi046 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:22:37.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:37 smithi046 bash[16032]: cephadm 2024-01-21T11:22:35.811864+0000 mgr.smithi046.egcsjs (mgr.14182) 115 : cephadm [INF] Detected new or changed devices on smithi046 2024-01-21T11:22:37.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:37 smithi046 bash[16032]: cephadm 2024-01-21T11:22:36.132906+0000 mgr.smithi046.egcsjs (mgr.14182) 116 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 3530M 2024-01-21T11:22:37.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:37 smithi046 bash[16032]: audit 2024-01-21T11:22:36.167777+0000 mon.smithi046 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:22:37.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:37 smithi046 bash[16032]: audit 2024-01-21T11:22:36.170105+0000 mon.smithi046 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T11:22:37.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:37 smithi046 bash[16032]: audit 2024-01-21T11:22:36.171394+0000 mon.smithi046 (mon.0) 556 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:22:37.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:37 smithi046 bash[16032]: audit 2024-01-21T11:22:36.171816+0000 mon.smithi046 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:22:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:38 smithi079 bash[19822]: cluster 2024-01-21T11:22:37.101748+0000 mgr.smithi046.egcsjs (mgr.14182) 117 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:38.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:38 smithi046 bash[16032]: cluster 2024-01-21T11:22:37.101748+0000 mgr.smithi046.egcsjs (mgr.14182) 117 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:40.244 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:22:40.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:40 smithi079 bash[19822]: cluster 2024-01-21T11:22:39.102378+0000 mgr.smithi046.egcsjs (mgr.14182) 118 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:40.625 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:40 smithi046 bash[16032]: cluster 2024-01-21T11:22:39.102378+0000 mgr.smithi046.egcsjs (mgr.14182) 118 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:41.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:41 smithi046 bash[16032]: cluster 2024-01-21T11:22:41.103008+0000 mgr.smithi046.egcsjs (mgr.14182) 119 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:41.949 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:41 smithi079 bash[19822]: cluster 2024-01-21T11:22:41.103008+0000 mgr.smithi046.egcsjs (mgr.14182) 119 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:43.945 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:22:43.945 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":39,"fsid":"a99e224e-b84e-11ee-95b0-87774f69a715","created":"2024-01-21T11:18:04.213206+0000","modified":"2024-01-21T11:21:57.493866+0000","last_up_change":"2024-01-21T11:21:55.482110+0000","last_in_change":"2024-01-21T11:21:08.596987+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"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-01-21T11:21:40.011175+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":"24","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":"7554dac7-a106-41ad-bc5e-467ae37f6ef2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":1797178984},{"type":"v1","addr":"172.21.15.79:6801","nonce":1797178984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1797178984},{"type":"v1","addr":"172.21.15.79:6803","nonce":1797178984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1797178984},{"type":"v1","addr":"172.21.15.79:6807","nonce":1797178984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1797178984},{"type":"v1","addr":"172.21.15.79:6805","nonce":1797178984}]},"public_addr":"172.21.15.79:6801/1797178984","cluster_addr":"172.21.15.79:6803/1797178984","heartbeat_back_addr":"172.21.15.79:6807/1797178984","heartbeat_front_addr":"172.21.15.79:6805/1797178984","state":["exists","up"]},{"osd":1,"uuid":"0b71bef1-eb73-4e00-81b9-f167df5ed396","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":426665919},{"type":"v1","addr":"172.21.15.46:6803","nonce":426665919}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":426665919},{"type":"v1","addr":"172.21.15.46:6805","nonce":426665919}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":426665919},{"type":"v1","addr":"172.21.15.46:6809","nonce":426665919}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":426665919},{"type":"v1","addr":"172.21.15.46:6807","nonce":426665919}]},"public_addr":"172.21.15.46:6803/426665919","cluster_addr":"172.21.15.46:6805/426665919","heartbeat_back_addr":"172.21.15.46:6809/426665919","heartbeat_front_addr":"172.21.15.46:6807/426665919","state":["exists","up"]},{"osd":2,"uuid":"77f60c21-9572-4661-ac94-bdd95175117e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":1122130517},{"type":"v1","addr":"172.21.15.79:6809","nonce":1122130517}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":1122130517},{"type":"v1","addr":"172.21.15.79:6811","nonce":1122130517}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":1122130517},{"type":"v1","addr":"172.21.15.79:6815","nonce":1122130517}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":1122130517},{"type":"v1","addr":"172.21.15.79:6813","nonce":1122130517}]},"public_addr":"172.21.15.79:6809/1122130517","cluster_addr":"172.21.15.79:6811/1122130517","heartbeat_back_addr":"172.21.15.79:6815/1122130517","heartbeat_front_addr":"172.21.15.79:6813/1122130517","state":["exists","up"]},{"osd":3,"uuid":"28b22d68-74be-4537-bbee-609920e7bf0a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":3555657682},{"type":"v1","addr":"172.21.15.46:6811","nonce":3555657682}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":3555657682},{"type":"v1","addr":"172.21.15.46:6813","nonce":3555657682}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":3555657682},{"type":"v1","addr":"172.21.15.46:6817","nonce":3555657682}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":3555657682},{"type":"v1","addr":"172.21.15.46:6815","nonce":3555657682}]},"public_addr":"172.21.15.46:6811/3555657682","cluster_addr":"172.21.15.46:6813/3555657682","heartbeat_back_addr":"172.21.15.46:6817/3555657682","heartbeat_front_addr":"172.21.15.46:6815/3555657682","state":["exists","up"]},{"osd":4,"uuid":"95a676be-7e23-4cc7-8330-e4f5f5489258","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":3991305667},{"type":"v1","addr":"172.21.15.79:6817","nonce":3991305667}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":3991305667},{"type":"v1","addr":"172.21.15.79:6819","nonce":3991305667}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":3991305667},{"type":"v1","addr":"172.21.15.79:6823","nonce":3991305667}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":3991305667},{"type":"v1","addr":"172.21.15.79:6821","nonce":3991305667}]},"public_addr":"172.21.15.79:6817/3991305667","cluster_addr":"172.21.15.79:6819/3991305667","heartbeat_back_addr":"172.21.15.79:6823/3991305667","heartbeat_front_addr":"172.21.15.79:6821/3991305667","state":["exists","up"]},{"osd":5,"uuid":"05127fb9-8750-40ef-a995-a8178a97fd5f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6818","nonce":391973782},{"type":"v1","addr":"172.21.15.46:6819","nonce":391973782}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6820","nonce":391973782},{"type":"v1","addr":"172.21.15.46:6821","nonce":391973782}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6824","nonce":391973782},{"type":"v1","addr":"172.21.15.46:6825","nonce":391973782}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6822","nonce":391973782},{"type":"v1","addr":"172.21.15.46:6823","nonce":391973782}]},"public_addr":"172.21.15.46:6819/391973782","cluster_addr":"172.21.15.46:6821/391973782","heartbeat_back_addr":"172.21.15.46:6825/391973782","heartbeat_front_addr":"172.21.15.46:6823/391973782","state":["exists","up"]},{"osd":6,"uuid":"b4f0a0f7-203f-4e9a-be5a-55dbc4aeae82","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.79:6824","nonce":1908511866},{"type":"v1","addr":"172.21.15.79:6825","nonce":1908511866}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":1908511866},{"type":"v1","addr":"172.21.15.79:6827","nonce":1908511866}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":1908511866},{"type":"v1","addr":"172.21.15.79:6831","nonce":1908511866}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":1908511866},{"type":"v1","addr":"172.21.15.79:6829","nonce":1908511866}]},"public_addr":"172.21.15.79:6825/1908511866","cluster_addr":"172.21.15.79:6827/1908511866","heartbeat_back_addr":"172.21.15.79:6831/1908511866","heartbeat_front_addr":"172.21.15.79:6829/1908511866","state":["exists","up"]},{"osd":7,"uuid":"5fbec080-dfb3-40b8-9370-566474cf0275","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6826","nonce":4284441772},{"type":"v1","addr":"172.21.15.46:6827","nonce":4284441772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6828","nonce":4284441772},{"type":"v1","addr":"172.21.15.46:6829","nonce":4284441772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6832","nonce":4284441772},{"type":"v1","addr":"172.21.15.46:6833","nonce":4284441772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6830","nonce":4284441772},{"type":"v1","addr":"172.21.15.46:6831","nonce":4284441772}]},"public_addr":"172.21.15.46:6827/4284441772","cluster_addr":"172.21.15.46:6829/4284441772","heartbeat_back_addr":"172.21.15.46:6833/4284441772","heartbeat_front_addr":"172.21.15.46:6831/4284441772","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-01-21T11:21:32.775368+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-01-21T11:21:36.950765+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-01-21T11:21:37.873738+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-01-21T11:21:43.179455+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-01-21T11:21:43.301796+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-01-21T11:21:49.806093+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-01-21T11:21:46.906566+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-01-21T11:21:54.339319+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.46:0/950809067":"2024-01-22T11:20:09.057087+0000","172.21.15.46:6801/1665693177":"2024-01-22T11:19:13.558068+0000","172.21.15.46:6801/3053472784":"2024-01-22T11:20:09.057087+0000","172.21.15.46:6800/1665693177":"2024-01-22T11:19:13.558068+0000","172.21.15.46:0/824144169":"2024-01-22T11:20:09.057087+0000","172.21.15.46:0/1365512377":"2024-01-22T11:19:13.558068+0000","172.21.15.46:0/497759633":"2024-01-22T11:19:13.558068+0000","172.21.15.46:6800/3053472784":"2024-01-22T11:20:09.057087+0000","172.21.15.46:0/3636772969":"2024-01-22T11:18:33.077883+0000","172.21.15.46:0/3274317948":"2024-01-22T11:18:33.077883+0000","172.21.15.46:6800/719736216":"2024-01-22T11:18:33.077883+0000","172.21.15.46:6801/719736216":"2024-01-22T11:18:33.077883+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-01-21T11:22:44.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:44 smithi046 bash[16032]: cluster 2024-01-21T11:22:43.103609+0000 mgr.smithi046.egcsjs (mgr.14182) 120 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:44.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:44 smithi046 bash[16032]: audit 2024-01-21T11:22:43.945100+0000 mon.smithi046 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.46:0/1463742921' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:22:44.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:44 smithi079 bash[19822]: cluster 2024-01-21T11:22:43.103609+0000 mgr.smithi046.egcsjs (mgr.14182) 120 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:44.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:44 smithi079 bash[19822]: audit 2024-01-21T11:22:43.945100+0000 mon.smithi046 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.46:0/1463742921' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:22:44.628 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-21T11:22:44.628 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T11:22:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:46 smithi079 bash[19822]: cluster 2024-01-21T11:22:45.104250+0000 mgr.smithi046.egcsjs (mgr.14182) 121 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:46.625 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:46 smithi046 bash[16032]: cluster 2024-01-21T11:22:45.104250+0000 mgr.smithi046.egcsjs (mgr.14182) 121 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:48.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:48 smithi079 bash[19822]: cluster 2024-01-21T11:22:47.104876+0000 mgr.smithi046.egcsjs (mgr.14182) 122 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:48.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:48 smithi046 bash[16032]: cluster 2024-01-21T11:22:47.104876+0000 mgr.smithi046.egcsjs (mgr.14182) 122 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:49.498 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:22:50.492 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:50 smithi079 bash[19822]: cluster 2024-01-21T11:22:49.105508+0000 mgr.smithi046.egcsjs (mgr.14182) 123 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:50.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:50 smithi046 bash[16032]: cluster 2024-01-21T11:22:49.105508+0000 mgr.smithi046.egcsjs (mgr.14182) 123 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:51.875 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:51 smithi046 bash[16032]: cluster 2024-01-21T11:22:51.106171+0000 mgr.smithi046.egcsjs (mgr.14182) 124 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:51.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:51 smithi079 bash[19822]: cluster 2024-01-21T11:22:51.106171+0000 mgr.smithi046.egcsjs (mgr.14182) 124 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:53.249 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:22:53.249 INFO:teuthology.orchestra.run.smithi046.stdout:{"epoch":39,"fsid":"a99e224e-b84e-11ee-95b0-87774f69a715","created":"2024-01-21T11:18:04.213206+0000","modified":"2024-01-21T11:21:57.493866+0000","last_up_change":"2024-01-21T11:21:55.482110+0000","last_in_change":"2024-01-21T11:21:08.596987+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"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-01-21T11:21:40.011175+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":"24","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":"7554dac7-a106-41ad-bc5e-467ae37f6ef2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":1797178984},{"type":"v1","addr":"172.21.15.79:6801","nonce":1797178984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1797178984},{"type":"v1","addr":"172.21.15.79:6803","nonce":1797178984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1797178984},{"type":"v1","addr":"172.21.15.79:6807","nonce":1797178984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1797178984},{"type":"v1","addr":"172.21.15.79:6805","nonce":1797178984}]},"public_addr":"172.21.15.79:6801/1797178984","cluster_addr":"172.21.15.79:6803/1797178984","heartbeat_back_addr":"172.21.15.79:6807/1797178984","heartbeat_front_addr":"172.21.15.79:6805/1797178984","state":["exists","up"]},{"osd":1,"uuid":"0b71bef1-eb73-4e00-81b9-f167df5ed396","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":426665919},{"type":"v1","addr":"172.21.15.46:6803","nonce":426665919}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":426665919},{"type":"v1","addr":"172.21.15.46:6805","nonce":426665919}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6808","nonce":426665919},{"type":"v1","addr":"172.21.15.46:6809","nonce":426665919}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":426665919},{"type":"v1","addr":"172.21.15.46:6807","nonce":426665919}]},"public_addr":"172.21.15.46:6803/426665919","cluster_addr":"172.21.15.46:6805/426665919","heartbeat_back_addr":"172.21.15.46:6809/426665919","heartbeat_front_addr":"172.21.15.46:6807/426665919","state":["exists","up"]},{"osd":2,"uuid":"77f60c21-9572-4661-ac94-bdd95175117e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":1122130517},{"type":"v1","addr":"172.21.15.79:6809","nonce":1122130517}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":1122130517},{"type":"v1","addr":"172.21.15.79:6811","nonce":1122130517}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":1122130517},{"type":"v1","addr":"172.21.15.79:6815","nonce":1122130517}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":1122130517},{"type":"v1","addr":"172.21.15.79:6813","nonce":1122130517}]},"public_addr":"172.21.15.79:6809/1122130517","cluster_addr":"172.21.15.79:6811/1122130517","heartbeat_back_addr":"172.21.15.79:6815/1122130517","heartbeat_front_addr":"172.21.15.79:6813/1122130517","state":["exists","up"]},{"osd":3,"uuid":"28b22d68-74be-4537-bbee-609920e7bf0a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6810","nonce":3555657682},{"type":"v1","addr":"172.21.15.46:6811","nonce":3555657682}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6812","nonce":3555657682},{"type":"v1","addr":"172.21.15.46:6813","nonce":3555657682}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6816","nonce":3555657682},{"type":"v1","addr":"172.21.15.46:6817","nonce":3555657682}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6814","nonce":3555657682},{"type":"v1","addr":"172.21.15.46:6815","nonce":3555657682}]},"public_addr":"172.21.15.46:6811/3555657682","cluster_addr":"172.21.15.46:6813/3555657682","heartbeat_back_addr":"172.21.15.46:6817/3555657682","heartbeat_front_addr":"172.21.15.46:6815/3555657682","state":["exists","up"]},{"osd":4,"uuid":"95a676be-7e23-4cc7-8330-e4f5f5489258","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":3991305667},{"type":"v1","addr":"172.21.15.79:6817","nonce":3991305667}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":3991305667},{"type":"v1","addr":"172.21.15.79:6819","nonce":3991305667}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":3991305667},{"type":"v1","addr":"172.21.15.79:6823","nonce":3991305667}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":3991305667},{"type":"v1","addr":"172.21.15.79:6821","nonce":3991305667}]},"public_addr":"172.21.15.79:6817/3991305667","cluster_addr":"172.21.15.79:6819/3991305667","heartbeat_back_addr":"172.21.15.79:6823/3991305667","heartbeat_front_addr":"172.21.15.79:6821/3991305667","state":["exists","up"]},{"osd":5,"uuid":"05127fb9-8750-40ef-a995-a8178a97fd5f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6818","nonce":391973782},{"type":"v1","addr":"172.21.15.46:6819","nonce":391973782}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6820","nonce":391973782},{"type":"v1","addr":"172.21.15.46:6821","nonce":391973782}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6824","nonce":391973782},{"type":"v1","addr":"172.21.15.46:6825","nonce":391973782}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6822","nonce":391973782},{"type":"v1","addr":"172.21.15.46:6823","nonce":391973782}]},"public_addr":"172.21.15.46:6819/391973782","cluster_addr":"172.21.15.46:6821/391973782","heartbeat_back_addr":"172.21.15.46:6825/391973782","heartbeat_front_addr":"172.21.15.46:6823/391973782","state":["exists","up"]},{"osd":6,"uuid":"b4f0a0f7-203f-4e9a-be5a-55dbc4aeae82","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.79:6824","nonce":1908511866},{"type":"v1","addr":"172.21.15.79:6825","nonce":1908511866}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":1908511866},{"type":"v1","addr":"172.21.15.79:6827","nonce":1908511866}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":1908511866},{"type":"v1","addr":"172.21.15.79:6831","nonce":1908511866}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":1908511866},{"type":"v1","addr":"172.21.15.79:6829","nonce":1908511866}]},"public_addr":"172.21.15.79:6825/1908511866","cluster_addr":"172.21.15.79:6827/1908511866","heartbeat_back_addr":"172.21.15.79:6831/1908511866","heartbeat_front_addr":"172.21.15.79:6829/1908511866","state":["exists","up"]},{"osd":7,"uuid":"5fbec080-dfb3-40b8-9370-566474cf0275","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6826","nonce":4284441772},{"type":"v1","addr":"172.21.15.46:6827","nonce":4284441772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6828","nonce":4284441772},{"type":"v1","addr":"172.21.15.46:6829","nonce":4284441772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6832","nonce":4284441772},{"type":"v1","addr":"172.21.15.46:6833","nonce":4284441772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6830","nonce":4284441772},{"type":"v1","addr":"172.21.15.46:6831","nonce":4284441772}]},"public_addr":"172.21.15.46:6827/4284441772","cluster_addr":"172.21.15.46:6829/4284441772","heartbeat_back_addr":"172.21.15.46:6833/4284441772","heartbeat_front_addr":"172.21.15.46:6831/4284441772","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-01-21T11:21:32.775368+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-01-21T11:21:36.950765+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-01-21T11:21:37.873738+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-01-21T11:21:43.179455+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-01-21T11:21:43.301796+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-01-21T11:21:49.806093+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-01-21T11:21:46.906566+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-01-21T11:21:54.339319+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.46:0/950809067":"2024-01-22T11:20:09.057087+0000","172.21.15.46:6801/1665693177":"2024-01-22T11:19:13.558068+0000","172.21.15.46:6801/3053472784":"2024-01-22T11:20:09.057087+0000","172.21.15.46:6800/1665693177":"2024-01-22T11:19:13.558068+0000","172.21.15.46:0/824144169":"2024-01-22T11:20:09.057087+0000","172.21.15.46:0/1365512377":"2024-01-22T11:19:13.558068+0000","172.21.15.46:0/497759633":"2024-01-22T11:19:13.558068+0000","172.21.15.46:6800/3053472784":"2024-01-22T11:20:09.057087+0000","172.21.15.46:0/3636772969":"2024-01-22T11:18:33.077883+0000","172.21.15.46:0/3274317948":"2024-01-22T11:18:33.077883+0000","172.21.15.46:6800/719736216":"2024-01-22T11:18:33.077883+0000","172.21.15.46:6801/719736216":"2024-01-22T11:18:33.077883+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-01-21T11:22:54.024 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-21T11:22:54.375 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:54 smithi046 bash[16032]: cluster 2024-01-21T11:22:53.106830+0000 mgr.smithi046.egcsjs (mgr.14182) 125 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:54.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:54 smithi046 bash[16032]: audit 2024-01-21T11:22:53.248802+0000 mon.smithi046 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.46:0/3142350639' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:22:54.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:54 smithi079 bash[19822]: cluster 2024-01-21T11:22:53.106830+0000 mgr.smithi046.egcsjs (mgr.14182) 125 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:54.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:54 smithi079 bash[19822]: audit 2024-01-21T11:22:53.248802+0000 mon.smithi046 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.46:0/3142350639' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T11:22:56.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:56 smithi079 bash[19822]: cluster 2024-01-21T11:22:55.107475+0000 mgr.smithi046.egcsjs (mgr.14182) 126 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:56.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:56 smithi046 bash[16032]: cluster 2024-01-21T11:22:55.107475+0000 mgr.smithi046.egcsjs (mgr.14182) 126 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:58.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:22:58 smithi079 bash[19822]: cluster 2024-01-21T11:22:57.108168+0000 mgr.smithi046.egcsjs (mgr.14182) 127 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:58.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:22:58 smithi046 bash[16032]: cluster 2024-01-21T11:22:57.108168+0000 mgr.smithi046.egcsjs (mgr.14182) 127 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:22:58.888 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:23:00.361 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:00 smithi046 bash[16032]: cluster 2024-01-21T11:22:59.108779+0000 mgr.smithi046.egcsjs (mgr.14182) 128 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:00.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:00 smithi079 bash[19822]: cluster 2024-01-21T11:22:59.108779+0000 mgr.smithi046.egcsjs (mgr.14182) 128 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:01.840 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:01 smithi079 bash[19822]: cluster 2024-01-21T11:23:01.109403+0000 mgr.smithi046.egcsjs (mgr.14182) 129 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:01.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:01 smithi046 bash[16032]: cluster 2024-01-21T11:23:01.109403+0000 mgr.smithi046.egcsjs (mgr.14182) 129 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:03.012 INFO:teuthology.orchestra.run.smithi046.stdout:68719476755 2024-01-21T11:23:03.012 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-21T11:23:03.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:03 smithi079 bash[19822]: audit 2024-01-21T11:23:02.454630+0000 mon.smithi046 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:23:03.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:03 smithi046 bash[16032]: audit 2024-01-21T11:23:02.454630+0000 mon.smithi046 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:23:04.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:04 smithi079 bash[19822]: cluster 2024-01-21T11:23:03.109978+0000 mgr.smithi046.egcsjs (mgr.14182) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:04.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:04 smithi079 bash[19822]: audit 2024-01-21T11:23:03.522419+0000 mon.smithi046 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:23:04.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:04 smithi079 bash[19822]: audit 2024-01-21T11:23:03.526449+0000 mon.smithi046 (mon.0) 562 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:23:04.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:04 smithi046 bash[16032]: cluster 2024-01-21T11:23:03.109978+0000 mgr.smithi046.egcsjs (mgr.14182) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:04.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:04 smithi046 bash[16032]: audit 2024-01-21T11:23:03.522419+0000 mon.smithi046 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:23:04.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:04 smithi046 bash[16032]: audit 2024-01-21T11:23:03.526449+0000 mon.smithi046 (mon.0) 562 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:23:06.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:06 smithi079 bash[19822]: cluster 2024-01-21T11:23:05.110528+0000 mgr.smithi046.egcsjs (mgr.14182) 131 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:06.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:06 smithi046 bash[16032]: cluster 2024-01-21T11:23:05.110528+0000 mgr.smithi046.egcsjs (mgr.14182) 131 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:07.856 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:23:08.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:08 smithi079 bash[19822]: cluster 2024-01-21T11:23:07.111183+0000 mgr.smithi046.egcsjs (mgr.14182) 132 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:08.787 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:08 smithi046 bash[16032]: cluster 2024-01-21T11:23:07.111183+0000 mgr.smithi046.egcsjs (mgr.14182) 132 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:10.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:10 smithi046 bash[16032]: cluster 2024-01-21T11:23:09.111766+0000 mgr.smithi046.egcsjs (mgr.14182) 133 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:10.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:10 smithi046 bash[16032]: audit 2024-01-21T11:23:09.263901+0000 mon.smithi046 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:23:10.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:10 smithi046 bash[16032]: audit 2024-01-21T11:23:09.375692+0000 mon.smithi046 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:23:10.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:10 smithi046 bash[16032]: audit 2024-01-21T11:23:09.378044+0000 mon.smithi046 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:23:10.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:10 smithi046 bash[16032]: audit 2024-01-21T11:23:09.380006+0000 mon.smithi046 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:23:10.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:10 smithi046 bash[16032]: audit 2024-01-21T11:23:09.389623+0000 mon.smithi046 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:23:10.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:10 smithi046 bash[16032]: audit 2024-01-21T11:23:09.400924+0000 mon.smithi046 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:23:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:10 smithi079 bash[19822]: cluster 2024-01-21T11:23:09.111766+0000 mgr.smithi046.egcsjs (mgr.14182) 133 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:10 smithi079 bash[19822]: audit 2024-01-21T11:23:09.263901+0000 mon.smithi046 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:23:10.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:10 smithi079 bash[19822]: audit 2024-01-21T11:23:09.375692+0000 mon.smithi046 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:23:10.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:10 smithi079 bash[19822]: audit 2024-01-21T11:23:09.378044+0000 mon.smithi046 (mon.0) 565 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:23:10.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:10 smithi079 bash[19822]: audit 2024-01-21T11:23:09.380006+0000 mon.smithi046 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:23:10.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:10 smithi079 bash[19822]: audit 2024-01-21T11:23:09.389623+0000 mon.smithi046 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:23:10.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:10 smithi079 bash[19822]: audit 2024-01-21T11:23:09.400924+0000 mon.smithi046 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:23:11.322 INFO:teuthology.orchestra.run.smithi046.stdout:85899345941 2024-01-21T11:23:11.322 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-21T11:23:11.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:11 smithi046 bash[16032]: cluster 2024-01-21T11:23:11.112393+0000 mgr.smithi046.egcsjs (mgr.14182) 134 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:11.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:11 smithi079 bash[19822]: cluster 2024-01-21T11:23:11.112393+0000 mgr.smithi046.egcsjs (mgr.14182) 134 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:14.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:14 smithi079 bash[19822]: cluster 2024-01-21T11:23:13.112990+0000 mgr.smithi046.egcsjs (mgr.14182) 135 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:14.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:14 smithi046 bash[16032]: cluster 2024-01-21T11:23:13.112990+0000 mgr.smithi046.egcsjs (mgr.14182) 135 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:16.168 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:23:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:16 smithi079 bash[19822]: cluster 2024-01-21T11:23:15.113583+0000 mgr.smithi046.egcsjs (mgr.14182) 136 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:16.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:16 smithi046 bash[16032]: cluster 2024-01-21T11:23:15.113583+0000 mgr.smithi046.egcsjs (mgr.14182) 136 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:18.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:18 smithi079 bash[19822]: cluster 2024-01-21T11:23:17.114214+0000 mgr.smithi046.egcsjs (mgr.14182) 137 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:18.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:18 smithi046 bash[16032]: cluster 2024-01-21T11:23:17.114214+0000 mgr.smithi046.egcsjs (mgr.14182) 137 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:19.669 INFO:teuthology.orchestra.run.smithi046.stdout:90194313239 2024-01-21T11:23:19.669 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-21T11:23:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:20 smithi079 bash[19822]: cluster 2024-01-21T11:23:19.114741+0000 mgr.smithi046.egcsjs (mgr.14182) 138 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:20.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:20 smithi046 bash[16032]: cluster 2024-01-21T11:23:19.114741+0000 mgr.smithi046.egcsjs (mgr.14182) 138 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:21.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:21 smithi046 bash[16032]: cluster 2024-01-21T11:23:21.115341+0000 mgr.smithi046.egcsjs (mgr.14182) 139 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:21.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:21 smithi079 bash[19822]: cluster 2024-01-21T11:23:21.115341+0000 mgr.smithi046.egcsjs (mgr.14182) 139 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:24.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:24 smithi079 bash[19822]: cluster 2024-01-21T11:23:23.115903+0000 mgr.smithi046.egcsjs (mgr.14182) 140 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:24.520 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:23:24.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:24 smithi046 bash[16032]: cluster 2024-01-21T11:23:23.115903+0000 mgr.smithi046.egcsjs (mgr.14182) 140 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:26 smithi079 bash[19822]: cluster 2024-01-21T11:23:25.116538+0000 mgr.smithi046.egcsjs (mgr.14182) 141 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:26.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:26 smithi046 bash[16032]: cluster 2024-01-21T11:23:25.116538+0000 mgr.smithi046.egcsjs (mgr.14182) 141 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:27.777 INFO:teuthology.orchestra.run.smithi046.stdout:111669149718 2024-01-21T11:23:27.778 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-21T11:23:28.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:28 smithi079 bash[19822]: cluster 2024-01-21T11:23:27.117126+0000 mgr.smithi046.egcsjs (mgr.14182) 142 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:28.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:28 smithi046 bash[16032]: cluster 2024-01-21T11:23:27.117126+0000 mgr.smithi046.egcsjs (mgr.14182) 142 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:30.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:30 smithi079 bash[19822]: cluster 2024-01-21T11:23:29.117671+0000 mgr.smithi046.egcsjs (mgr.14182) 143 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:30.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:30 smithi046 bash[16032]: cluster 2024-01-21T11:23:29.117671+0000 mgr.smithi046.egcsjs (mgr.14182) 143 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:31.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:31 smithi046 bash[16032]: cluster 2024-01-21T11:23:31.118312+0000 mgr.smithi046.egcsjs (mgr.14182) 144 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:31.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:31 smithi079 bash[19822]: cluster 2024-01-21T11:23:31.118312+0000 mgr.smithi046.egcsjs (mgr.14182) 144 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:32.632 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:23:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:34 smithi079 bash[19822]: cluster 2024-01-21T11:23:33.118929+0000 mgr.smithi046.egcsjs (mgr.14182) 145 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:34.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:34 smithi046 bash[16032]: cluster 2024-01-21T11:23:33.118929+0000 mgr.smithi046.egcsjs (mgr.14182) 145 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:35.793 INFO:teuthology.orchestra.run.smithi046.stdout:111669149720 2024-01-21T11:23:35.793 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-21T11:23:36.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:36 smithi079 bash[19822]: cluster 2024-01-21T11:23:35.119355+0000 mgr.smithi046.egcsjs (mgr.14182) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:36.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:36 smithi046 bash[16032]: cluster 2024-01-21T11:23:35.119355+0000 mgr.smithi046.egcsjs (mgr.14182) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:38 smithi079 bash[19822]: cluster 2024-01-21T11:23:37.119955+0000 mgr.smithi046.egcsjs (mgr.14182) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:38.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:38 smithi046 bash[16032]: cluster 2024-01-21T11:23:37.119955+0000 mgr.smithi046.egcsjs (mgr.14182) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:40.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:40 smithi079 bash[19822]: cluster 2024-01-21T11:23:39.120534+0000 mgr.smithi046.egcsjs (mgr.14182) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:40.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:40 smithi046 bash[16032]: cluster 2024-01-21T11:23:39.120534+0000 mgr.smithi046.egcsjs (mgr.14182) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:40.637 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:23:41.720 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:41 smithi046 bash[16032]: cluster 2024-01-21T11:23:41.121167+0000 mgr.smithi046.egcsjs (mgr.14182) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:41.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:41 smithi079 bash[19822]: cluster 2024-01-21T11:23:41.121167+0000 mgr.smithi046.egcsjs (mgr.14182) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:43.827 INFO:teuthology.orchestra.run.smithi046.stdout:141733920794 2024-01-21T11:23:43.828 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-21T11:23:44.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:44 smithi079 bash[19822]: cluster 2024-01-21T11:23:43.121596+0000 mgr.smithi046.egcsjs (mgr.14182) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:44.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:44 smithi046 bash[16032]: cluster 2024-01-21T11:23:43.121596+0000 mgr.smithi046.egcsjs (mgr.14182) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:46 smithi079 bash[19822]: cluster 2024-01-21T11:23:45.122297+0000 mgr.smithi046.egcsjs (mgr.14182) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:46.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:46 smithi046 bash[16032]: cluster 2024-01-21T11:23:45.122297+0000 mgr.smithi046.egcsjs (mgr.14182) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:48.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:48 smithi079 bash[19822]: cluster 2024-01-21T11:23:47.122859+0000 mgr.smithi046.egcsjs (mgr.14182) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:48.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:48 smithi046 bash[16032]: cluster 2024-01-21T11:23:47.122859+0000 mgr.smithi046.egcsjs (mgr.14182) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:48.670 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:23:50.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:50 smithi079 bash[19822]: cluster 2024-01-21T11:23:49.123418+0000 mgr.smithi046.egcsjs (mgr.14182) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:50.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:50 smithi046 bash[16032]: cluster 2024-01-21T11:23:49.123418+0000 mgr.smithi046.egcsjs (mgr.14182) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:51.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:51 smithi046 bash[16032]: cluster 2024-01-21T11:23:51.124048+0000 mgr.smithi046.egcsjs (mgr.14182) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:51.903 INFO:teuthology.orchestra.run.smithi046.stdout:128849018907 2024-01-21T11:23:51.903 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-21T11:23:51.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:51 smithi079 bash[19822]: cluster 2024-01-21T11:23:51.124048+0000 mgr.smithi046.egcsjs (mgr.14182) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:54.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:54 smithi079 bash[19822]: cluster 2024-01-21T11:23:53.124655+0000 mgr.smithi046.egcsjs (mgr.14182) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:54.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:54 smithi046 bash[16032]: cluster 2024-01-21T11:23:53.124655+0000 mgr.smithi046.egcsjs (mgr.14182) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:56.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:56 smithi079 bash[19822]: cluster 2024-01-21T11:23:55.125228+0000 mgr.smithi046.egcsjs (mgr.14182) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:56.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:56 smithi046 bash[16032]: cluster 2024-01-21T11:23:55.125228+0000 mgr.smithi046.egcsjs (mgr.14182) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:56.750 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:23:58.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:23:58 smithi079 bash[19822]: cluster 2024-01-21T11:23:57.125816+0000 mgr.smithi046.egcsjs (mgr.14182) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:58.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:23:58 smithi046 bash[16032]: cluster 2024-01-21T11:23:57.125816+0000 mgr.smithi046.egcsjs (mgr.14182) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:23:59.986 INFO:teuthology.orchestra.run.smithi046.stdout:158913789979 2024-01-21T11:23:59.987 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-21T11:24:00.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:00 smithi046 bash[16032]: cluster 2024-01-21T11:23:59.126465+0000 mgr.smithi046.egcsjs (mgr.14182) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:00.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:00 smithi079 bash[19822]: cluster 2024-01-21T11:23:59.126465+0000 mgr.smithi046.egcsjs (mgr.14182) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:01.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:01 smithi046 bash[16032]: cluster 2024-01-21T11:24:01.127103+0000 mgr.smithi046.egcsjs (mgr.14182) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:01 smithi079 bash[19822]: cluster 2024-01-21T11:24:01.127103+0000 mgr.smithi046.egcsjs (mgr.14182) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:04.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:04 smithi079 bash[19822]: cluster 2024-01-21T11:24:03.127745+0000 mgr.smithi046.egcsjs (mgr.14182) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:04.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:04 smithi046 bash[16032]: cluster 2024-01-21T11:24:03.127745+0000 mgr.smithi046.egcsjs (mgr.14182) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:04.838 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:24:06.376 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:06 smithi046 bash[16032]: cluster 2024-01-21T11:24:05.128342+0000 mgr.smithi046.egcsjs (mgr.14182) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:06.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:06 smithi079 bash[19822]: cluster 2024-01-21T11:24:05.128342+0000 mgr.smithi046.egcsjs (mgr.14182) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:07.744 INFO:teuthology.orchestra.run.smithi046.stdout:68719476768 2024-01-21T11:24:08.315 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476755 got 68719476768 for osd.0 2024-01-21T11:24:08.316 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-21T11:24:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:08 smithi079 bash[19822]: cluster 2024-01-21T11:24:07.128952+0000 mgr.smithi046.egcsjs (mgr.14182) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:08 smithi079 bash[19822]: audit 2024-01-21T11:24:07.744697+0000 mon.smithi046 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.46:0/4025808905' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T11:24:08.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:08 smithi046 bash[16032]: cluster 2024-01-21T11:24:07.128952+0000 mgr.smithi046.egcsjs (mgr.14182) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:08.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:08 smithi046 bash[16032]: audit 2024-01-21T11:24:07.744697+0000 mon.smithi046 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.46:0/4025808905' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T11:24:10.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:10 smithi079 bash[19822]: cluster 2024-01-21T11:24:09.129617+0000 mgr.smithi046.egcsjs (mgr.14182) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:10.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:10 smithi079 bash[19822]: audit 2024-01-21T11:24:09.409504+0000 mon.smithi046 (mon.0) 570 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:24:10.626 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:10 smithi046 bash[16032]: cluster 2024-01-21T11:24:09.129617+0000 mgr.smithi046.egcsjs (mgr.14182) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:10.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:10 smithi046 bash[16032]: audit 2024-01-21T11:24:09.409504+0000 mon.smithi046 (mon.0) 570 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:24:11.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:11 smithi046 bash[16032]: cluster 2024-01-21T11:24:11.130241+0000 mgr.smithi046.egcsjs (mgr.14182) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:11.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:11 smithi079 bash[19822]: cluster 2024-01-21T11:24:11.130241+0000 mgr.smithi046.egcsjs (mgr.14182) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:13.160 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:24:14.258 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:14 smithi046 bash[16032]: cluster 2024-01-21T11:24:13.130801+0000 mgr.smithi046.egcsjs (mgr.14182) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:14.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:14 smithi079 bash[19822]: cluster 2024-01-21T11:24:13.130801+0000 mgr.smithi046.egcsjs (mgr.14182) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:15.934 INFO:teuthology.orchestra.run.smithi046.stdout:85899345954 2024-01-21T11:24:16.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:16 smithi046 bash[16032]: cluster 2024-01-21T11:24:15.131223+0000 mgr.smithi046.egcsjs (mgr.14182) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:16.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:16 smithi046 bash[16032]: audit 2024-01-21T11:24:15.265181+0000 mon.smithi046 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:24:16.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:16 smithi046 bash[16032]: audit 2024-01-21T11:24:15.334482+0000 mon.smithi046 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:24:16.530 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:16 smithi046 bash[16032]: audit 2024-01-21T11:24:15.632302+0000 mon.smithi046 (mon.0) 573 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:24:16.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:16 smithi046 bash[16032]: audit 2024-01-21T11:24:15.633296+0000 mon.smithi046 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:24:16.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:16 smithi046 bash[16032]: audit 2024-01-21T11:24:15.639999+0000 mon.smithi046 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:24:16.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:16 smithi046 bash[16032]: audit 2024-01-21T11:24:15.645247+0000 mon.smithi046 (mon.0) 576 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:24:16.531 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:16 smithi046 bash[16032]: audit 2024-01-21T11:24:15.934530+0000 mon.smithi046 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.46:0/3529184450' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T11:24:16.531 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345941 got 85899345954 for osd.1 2024-01-21T11:24:16.532 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-21T11:24:16.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:16 smithi079 bash[19822]: cluster 2024-01-21T11:24:15.131223+0000 mgr.smithi046.egcsjs (mgr.14182) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:16 smithi079 bash[19822]: audit 2024-01-21T11:24:15.265181+0000 mon.smithi046 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:24:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:16 smithi079 bash[19822]: audit 2024-01-21T11:24:15.334482+0000 mon.smithi046 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:24:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:16 smithi079 bash[19822]: audit 2024-01-21T11:24:15.632302+0000 mon.smithi046 (mon.0) 573 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:24:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:16 smithi079 bash[19822]: audit 2024-01-21T11:24:15.633296+0000 mon.smithi046 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:24:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:16 smithi079 bash[19822]: audit 2024-01-21T11:24:15.639999+0000 mon.smithi046 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:24:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:16 smithi079 bash[19822]: audit 2024-01-21T11:24:15.645247+0000 mon.smithi046 (mon.0) 576 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:24:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:16 smithi079 bash[19822]: audit 2024-01-21T11:24:15.934530+0000 mon.smithi046 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.46:0/3529184450' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T11:24:18.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:18 smithi046 bash[16032]: cluster 2024-01-21T11:24:17.131902+0000 mgr.smithi046.egcsjs (mgr.14182) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:18.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:18 smithi079 bash[19822]: cluster 2024-01-21T11:24:17.131902+0000 mgr.smithi046.egcsjs (mgr.14182) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:20.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:20 smithi046 bash[16032]: cluster 2024-01-21T11:24:19.132589+0000 mgr.smithi046.egcsjs (mgr.14182) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:20.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:20 smithi079 bash[19822]: cluster 2024-01-21T11:24:19.132589+0000 mgr.smithi046.egcsjs (mgr.14182) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:21.390 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:24:21.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:21 smithi046 bash[16032]: cluster 2024-01-21T11:24:21.133341+0000 mgr.smithi046.egcsjs (mgr.14182) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:21.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:21 smithi079 bash[19822]: cluster 2024-01-21T11:24:21.133341+0000 mgr.smithi046.egcsjs (mgr.14182) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:24.328 INFO:teuthology.orchestra.run.smithi046.stdout:90194313252 2024-01-21T11:24:24.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:24 smithi079 bash[19822]: cluster 2024-01-21T11:24:23.134018+0000 mgr.smithi046.egcsjs (mgr.14182) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:24.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:24 smithi046 bash[16032]: cluster 2024-01-21T11:24:23.134018+0000 mgr.smithi046.egcsjs (mgr.14182) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:24.883 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313239 got 90194313252 for osd.2 2024-01-21T11:24:24.883 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-21T11:24:25.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:25 smithi079 bash[19822]: audit 2024-01-21T11:24:24.328210+0000 mon.smithi046 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.46:0/1600781761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T11:24:25.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:25 smithi046 bash[16032]: audit 2024-01-21T11:24:24.328210+0000 mon.smithi046 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.46:0/1600781761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T11:24:26.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:26 smithi079 bash[19822]: cluster 2024-01-21T11:24:25.134620+0000 mgr.smithi046.egcsjs (mgr.14182) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:26.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:26 smithi046 bash[16032]: cluster 2024-01-21T11:24:25.134620+0000 mgr.smithi046.egcsjs (mgr.14182) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:28.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:28 smithi079 bash[19822]: cluster 2024-01-21T11:24:27.135219+0000 mgr.smithi046.egcsjs (mgr.14182) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:28.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:28 smithi046 bash[16032]: cluster 2024-01-21T11:24:27.135219+0000 mgr.smithi046.egcsjs (mgr.14182) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:29.729 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:24:30.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:30 smithi079 bash[19822]: cluster 2024-01-21T11:24:29.135850+0000 mgr.smithi046.egcsjs (mgr.14182) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:30.578 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:30 smithi046 bash[16032]: cluster 2024-01-21T11:24:29.135850+0000 mgr.smithi046.egcsjs (mgr.14182) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:31.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:31 smithi046 bash[16032]: cluster 2024-01-21T11:24:31.136459+0000 mgr.smithi046.egcsjs (mgr.14182) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:31.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:31 smithi079 bash[19822]: cluster 2024-01-21T11:24:31.136459+0000 mgr.smithi046.egcsjs (mgr.14182) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:32.505 INFO:teuthology.orchestra.run.smithi046.stdout:111669149731 2024-01-21T11:24:32.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:32 smithi046 bash[16032]: audit 2024-01-21T11:24:32.504912+0000 mon.smithi046 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.46:0/3629990416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T11:24:32.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:32 smithi079 bash[19822]: audit 2024-01-21T11:24:32.504912+0000 mon.smithi046 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.46:0/3629990416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T11:24:33.057 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149718 got 111669149731 for osd.3 2024-01-21T11:24:33.058 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-21T11:24:33.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:33 smithi046 bash[16032]: cluster 2024-01-21T11:24:33.137066+0000 mgr.smithi046.egcsjs (mgr.14182) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:33.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:33 smithi079 bash[19822]: cluster 2024-01-21T11:24:33.137066+0000 mgr.smithi046.egcsjs (mgr.14182) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:36.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:36 smithi079 bash[19822]: cluster 2024-01-21T11:24:35.137631+0000 mgr.smithi046.egcsjs (mgr.14182) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:36.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:36 smithi046 bash[16032]: cluster 2024-01-21T11:24:35.137631+0000 mgr.smithi046.egcsjs (mgr.14182) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:37.910 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:24:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:38 smithi079 bash[19822]: cluster 2024-01-21T11:24:37.138247+0000 mgr.smithi046.egcsjs (mgr.14182) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:38.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:38 smithi046 bash[16032]: cluster 2024-01-21T11:24:37.138247+0000 mgr.smithi046.egcsjs (mgr.14182) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:40.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:40 smithi079 bash[19822]: cluster 2024-01-21T11:24:39.138774+0000 mgr.smithi046.egcsjs (mgr.14182) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:40.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:40 smithi046 bash[16032]: cluster 2024-01-21T11:24:39.138774+0000 mgr.smithi046.egcsjs (mgr.14182) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:40.718 INFO:teuthology.orchestra.run.smithi046.stdout:111669149732 2024-01-21T11:24:41.310 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149720 got 111669149732 for osd.4 2024-01-21T11:24:41.310 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-21T11:24:41.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:41 smithi046 bash[16032]: audit 2024-01-21T11:24:40.717484+0000 mon.smithi046 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.46:0/3726963563' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T11:24:41.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:41 smithi046 bash[16032]: cluster 2024-01-21T11:24:41.139437+0000 mgr.smithi046.egcsjs (mgr.14182) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:41.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:41 smithi079 bash[19822]: audit 2024-01-21T11:24:40.717484+0000 mon.smithi046 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.46:0/3726963563' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T11:24:41.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:41 smithi079 bash[19822]: cluster 2024-01-21T11:24:41.139437+0000 mgr.smithi046.egcsjs (mgr.14182) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:44.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:44 smithi079 bash[19822]: cluster 2024-01-21T11:24:43.140094+0000 mgr.smithi046.egcsjs (mgr.14182) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:44.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:44 smithi046 bash[16032]: cluster 2024-01-21T11:24:43.140094+0000 mgr.smithi046.egcsjs (mgr.14182) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:46.154 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:24:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:46 smithi079 bash[19822]: cluster 2024-01-21T11:24:45.140763+0000 mgr.smithi046.egcsjs (mgr.14182) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:46.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:46 smithi046 bash[16032]: cluster 2024-01-21T11:24:45.140763+0000 mgr.smithi046.egcsjs (mgr.14182) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:48.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:48 smithi079 bash[19822]: cluster 2024-01-21T11:24:47.141389+0000 mgr.smithi046.egcsjs (mgr.14182) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:48.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:48 smithi046 bash[16032]: cluster 2024-01-21T11:24:47.141389+0000 mgr.smithi046.egcsjs (mgr.14182) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:48.850 INFO:teuthology.orchestra.run.smithi046.stdout:141733920806 2024-01-21T11:24:49.421 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920794 got 141733920806 for osd.5 2024-01-21T11:24:49.422 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-21T11:24:49.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:49 smithi079 bash[19822]: audit 2024-01-21T11:24:48.850330+0000 mon.smithi046 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.46:0/2197283195' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T11:24:49.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:49 smithi046 bash[16032]: audit 2024-01-21T11:24:48.850330+0000 mon.smithi046 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.46:0/2197283195' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T11:24:50.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:50 smithi079 bash[19822]: cluster 2024-01-21T11:24:49.141932+0000 mgr.smithi046.egcsjs (mgr.14182) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:50.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:50 smithi046 bash[16032]: cluster 2024-01-21T11:24:49.141932+0000 mgr.smithi046.egcsjs (mgr.14182) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:51.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:51 smithi046 bash[16032]: cluster 2024-01-21T11:24:51.142559+0000 mgr.smithi046.egcsjs (mgr.14182) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:51.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:51 smithi079 bash[19822]: cluster 2024-01-21T11:24:51.142559+0000 mgr.smithi046.egcsjs (mgr.14182) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:54.257 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:24:54.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:54 smithi079 bash[19822]: cluster 2024-01-21T11:24:53.143178+0000 mgr.smithi046.egcsjs (mgr.14182) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:54.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:54 smithi046 bash[16032]: cluster 2024-01-21T11:24:53.143178+0000 mgr.smithi046.egcsjs (mgr.14182) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:56.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:56 smithi079 bash[19822]: cluster 2024-01-21T11:24:55.143887+0000 mgr.smithi046.egcsjs (mgr.14182) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:56.594 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:56 smithi046 bash[16032]: cluster 2024-01-21T11:24:55.143887+0000 mgr.smithi046.egcsjs (mgr.14182) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:57.025 INFO:teuthology.orchestra.run.smithi046.stdout:128849018920 2024-01-21T11:24:57.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:57 smithi046 bash[16032]: audit 2024-01-21T11:24:57.024487+0000 mon.smithi046 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.46:0/3087505328' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T11:24:57.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:57 smithi079 bash[19822]: audit 2024-01-21T11:24:57.024487+0000 mon.smithi046 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.46:0/3087505328' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T11:24:57.609 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018907 got 128849018920 for osd.6 2024-01-21T11:24:57.610 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-21T11:24:58.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:24:58 smithi079 bash[19822]: cluster 2024-01-21T11:24:57.144486+0000 mgr.smithi046.egcsjs (mgr.14182) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:24:58.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:24:58 smithi046 bash[16032]: cluster 2024-01-21T11:24:57.144486+0000 mgr.smithi046.egcsjs (mgr.14182) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:00.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:00 smithi079 bash[19822]: cluster 2024-01-21T11:24:59.145074+0000 mgr.smithi046.egcsjs (mgr.14182) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:00.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:00 smithi046 bash[16032]: cluster 2024-01-21T11:24:59.145074+0000 mgr.smithi046.egcsjs (mgr.14182) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:01.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:01 smithi046 bash[16032]: cluster 2024-01-21T11:25:01.145731+0000 mgr.smithi046.egcsjs (mgr.14182) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:01.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:01 smithi079 bash[19822]: cluster 2024-01-21T11:25:01.145731+0000 mgr.smithi046.egcsjs (mgr.14182) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:02.446 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:25:04.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:04 smithi079 bash[19822]: cluster 2024-01-21T11:25:03.146320+0000 mgr.smithi046.egcsjs (mgr.14182) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:04.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:04 smithi046 bash[16032]: cluster 2024-01-21T11:25:03.146320+0000 mgr.smithi046.egcsjs (mgr.14182) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:05.311 INFO:teuthology.orchestra.run.smithi046.stdout:158913789992 2024-01-21T11:25:05.892 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789979 got 158913789992 for osd.7 2024-01-21T11:25:05.892 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-21T11:25:05.892 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T11:25:06.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:06 smithi079 bash[19822]: cluster 2024-01-21T11:25:05.146790+0000 mgr.smithi046.egcsjs (mgr.14182) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:06.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:06 smithi079 bash[19822]: audit 2024-01-21T11:25:05.310694+0000 mon.smithi046 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.46:0/2925561193' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T11:25:06.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:06 smithi046 bash[16032]: cluster 2024-01-21T11:25:05.146790+0000 mgr.smithi046.egcsjs (mgr.14182) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:06.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:06 smithi046 bash[16032]: audit 2024-01-21T11:25:05.310694+0000 mon.smithi046 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.46:0/2925561193' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T11:25:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:08 smithi079 bash[19822]: cluster 2024-01-21T11:25:07.147287+0000 mgr.smithi046.egcsjs (mgr.14182) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:08.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:08 smithi046 bash[16032]: cluster 2024-01-21T11:25:07.147287+0000 mgr.smithi046.egcsjs (mgr.14182) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:10.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:10 smithi079 bash[19822]: cluster 2024-01-21T11:25:09.147844+0000 mgr.smithi046.egcsjs (mgr.14182) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:10.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:10 smithi046 bash[16032]: cluster 2024-01-21T11:25:09.147844+0000 mgr.smithi046.egcsjs (mgr.14182) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:10.734 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:25:11.863 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:11 smithi046 bash[16032]: cluster 2024-01-21T11:25:11.148470+0000 mgr.smithi046.egcsjs (mgr.14182) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:11.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:11 smithi079 bash[19822]: cluster 2024-01-21T11:25:11.148470+0000 mgr.smithi046.egcsjs (mgr.14182) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:13.518 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:25:13.520 INFO:teuthology.orchestra.run.smithi046.stderr:dumped all 2024-01-21T11:25:14.089 INFO:teuthology.orchestra.run.smithi046.stdout:{"pg_ready":true,"pg_map":{"version":180,"stamp":"2024-01-21T11:25:13.148707+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":2379772,"kb_used_data":3004,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548676,"statfs":{"total":767926730752,"available":765489844224,"internally_reserved":0,"allocated":3076096,"data_stored":1211149,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-01-21T11:21:58.169308+0000","last_change":"2024-01-21T11:21:58.169308+0000","last_active":"2024-01-21T11:21:58.169308+0000","last_peered":"2024-01-21T11:21:58.169308+0000","last_clean":"2024-01-21T11:21:58.169308+0000","last_became_active":"2024-01-21T11:21:58.168867+0000","last_became_peered":"2024-01-21T11:21:58.168867+0000","last_unstale":"2024-01-21T11:21:58.169308+0000","last_undegraded":"2024-01-21T11:21:58.169308+0000","last_fullsized":"2024-01-21T11:21:58.169308+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T11:21:40.531970+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T11:21:40.531970+0000","last_clean_scrub_stamp":"2024-01-21T11:21:40.531970+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789994,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151433,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.86799999999999999,"15min":0.88},"min":{"1min":0.60399999999999998,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.1479999999999999,"5min":1.208,"15min":1.208},"last":0.72899999999999998},{"interface":"front","average":{"1min":0.90000000000000002,"5min":0.91300000000000003,"15min":0.92600000000000005},"min":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.129,"5min":1.1599999999999999,"15min":1.1599999999999999},"last":0.59299999999999997}]},{"osd":1,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":0.73199999999999998,"5min":0.79800000000000004,"15min":0.81599999999999995},"min":{"1min":0.45900000000000002,"5min":0.437,"15min":0.437},"max":{"1min":1.1200000000000001,"5min":1.1379999999999999,"15min":1.1379999999999999},"last":1.296},{"interface":"front","average":{"1min":0.873,"5min":0.90000000000000002,"15min":0.91200000000000003},"min":{"1min":0.59499999999999997,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.175,"5min":1.343,"15min":1.343},"last":0.97899999999999998}]},{"osd":2,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.96099999999999997,"15min":0.98999999999999999},"min":{"1min":0.67100000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.2549999999999999,"5min":1.405,"15min":1.405},"last":0.91400000000000003},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.96299999999999997,"15min":0.97699999999999998},"min":{"1min":0.752,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.1519999999999999,"5min":1.395,"15min":1.395},"last":1.089}]},{"osd":3,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.96499999999999997,"15min":0.98099999999999998},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.276,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":0.82299999999999995},{"interface":"front","average":{"1min":0.95699999999999996,"5min":1.0109999999999999,"15min":1.02},"min":{"1min":0.52700000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.341,"5min":1.478,"15min":1.478},"last":1.0269999999999999}]},{"osd":4,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":1.137,"15min":1.171},"min":{"1min":0.68400000000000005,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.4319999999999999,"5min":1.736,"15min":1.736},"last":1.119},{"interface":"front","average":{"1min":0.97299999999999998,"5min":1.079,"15min":1.101},"min":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.2430000000000001,"5min":1.548,"15min":1.548},"last":1.2090000000000001}]},{"osd":5,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":1.1359999999999999,"15min":1.1539999999999999},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.3580000000000001,"5min":1.651,"15min":1.651},"last":1.371},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.206,"15min":1.218},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.4139999999999999,"5min":1.7330000000000001,"15min":1.7330000000000001},"last":1.135}]},{"osd":6,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":1.1990000000000001,"5min":1.232,"15min":1.2509999999999999},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.4810000000000001,"5min":1.643,"15min":1.643},"last":1.0620000000000001},{"interface":"front","average":{"1min":1.2150000000000001,"5min":1.2889999999999999,"15min":1.3069999999999999},"min":{"1min":0.90600000000000003,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.931,"5min":1.931,"15min":1.931},"last":1.169}]}]},{"osd":5,"up_from":33,"seq":141733920812,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151433,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:25:04 2024","interfaces":[{"interface":"back","average":{"1min":0.76400000000000001,"5min":0.90200000000000002,"15min":0.93100000000000005},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.3260000000000001,"5min":1.6279999999999999,"15min":1.6279999999999999},"last":0.84699999999999998},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.92900000000000005,"15min":0.96199999999999997},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.244,"5min":1.6020000000000001,"15min":1.6020000000000001},"last":0.79200000000000004}]},{"osd":1,"last update":"Sun Jan 21 11:25:04 2024","interfaces":[{"interface":"back","average":{"1min":0.77900000000000003,"5min":0.79900000000000004,"15min":0.81899999999999995},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.347,"5min":1.347,"15min":1.347},"last":0.75600000000000001},{"interface":"front","average":{"1min":0.79000000000000004,"5min":0.88100000000000001,"15min":0.88300000000000001},"min":{"1min":0.58799999999999997,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.0309999999999999,"5min":1.8899999999999999,"15min":1.8899999999999999},"last":1.113}]},{"osd":2,"last update":"Sun Jan 21 11:25:04 2024","interfaces":[{"interface":"back","average":{"1min":0.97299999999999998,"5min":1.03,"15min":1.03},"min":{"1min":0.77900000000000003,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.131,"5min":1.823,"15min":1.823},"last":1.264},{"interface":"front","average":{"1min":1.0029999999999999,"5min":1.0429999999999999,"15min":1.0700000000000001},"min":{"1min":0.755,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.272,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":1.1850000000000001}]},{"osd":3,"last update":"Sun Jan 21 11:25:04 2024","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":1.0329999999999999,"15min":1.0609999999999999},"min":{"1min":0.66500000000000004,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.3169999999999999,"5min":1.488,"15min":1.488},"last":1.3520000000000001},{"interface":"front","average":{"1min":0.84299999999999997,"5min":0.98199999999999998,"15min":1.0169999999999999},"min":{"1min":0.68999999999999995,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.2729999999999999,"5min":1.651,"15min":1.651},"last":0.89900000000000002}]},{"osd":4,"last update":"Sun Jan 21 11:25:04 2024","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":1.093,"15min":1.127},"min":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":1.3440000000000001,"5min":1.54,"15min":1.54},"last":1.3129999999999999},{"interface":"front","average":{"1min":1.083,"5min":1.149,"15min":1.159},"min":{"1min":0.875,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.286,"5min":2.101,"15min":2.101},"last":1.4810000000000001}]},{"osd":6,"last update":"Sun Jan 21 11:25:04 2024","interfaces":[{"interface":"back","average":{"1min":1.093,"5min":1.2330000000000001,"15min":1.276},"min":{"1min":0.76500000000000001,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.361,"5min":2.0649999999999999,"15min":2.0649999999999999},"last":1.4550000000000001},{"interface":"front","average":{"1min":1.0960000000000001,"5min":1.214,"15min":1.25},"min":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"max":{"1min":1.393,"5min":1.8999999999999999,"15min":1.8999999999999999},"last":1.4259999999999999}]},{"osd":7,"last update":"Sun Jan 21 11:25:04 2024","interfaces":[{"interface":"back","average":{"1min":1.129,"5min":1.212,"15min":1.214},"min":{"1min":0.86299999999999999,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.4630000000000001,"5min":2.0310000000000001,"15min":2.0310000000000001},"last":1.405},{"interface":"front","average":{"1min":1.2330000000000001,"5min":1.254,"15min":1.256},"min":{"1min":0.96099999999999997,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.478,"5min":1.671,"15min":1.671},"last":1.5169999999999999}]}]},{"osd":1,"up_from":20,"seq":85899345965,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":151118,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:24:44 2024","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.79800000000000004,"15min":0.77600000000000002},"min":{"1min":0.59499999999999997,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.3129999999999999,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":0.97699999999999998},{"interface":"front","average":{"1min":0.93000000000000005,"5min":0.88200000000000001,"15min":0.86599999999999999},"min":{"1min":0.71599999999999997,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.2150000000000001,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.81100000000000005}]},{"osd":2,"last update":"Sun Jan 21 11:24:44 2024","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.86799999999999999,"15min":0.83599999999999997},"min":{"1min":0.63800000000000001,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.1799999999999999,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":0.96599999999999997},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.89100000000000001,"15min":0.86899999999999999},"min":{"1min":0.69899999999999995,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2589999999999999,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":1.121}]},{"osd":3,"last update":"Sun Jan 21 11:24:49 2024","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.81000000000000005,"15min":0.79000000000000004},"min":{"1min":0.55300000000000005,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.2909999999999999,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":0.70399999999999996},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.92400000000000004,"15min":0.91200000000000003},"min":{"1min":0.72199999999999998,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.4219999999999999,"5min":1.48,"15min":1.48},"last":0.84799999999999998}]},{"osd":4,"last update":"Sun Jan 21 11:24:49 2024","interfaces":[{"interface":"back","average":{"1min":1.137,"5min":1.0149999999999999,"15min":0.97499999999999998},"min":{"1min":0.94199999999999995,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.583,"5min":1.583,"15min":1.583},"last":1.111},{"interface":"front","average":{"1min":1.109,"5min":1.014,"15min":0.98799999999999999},"min":{"1min":0.83999999999999997,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.6120000000000001,"5min":1.6120000000000001,"15min":1.6120000000000001},"last":1.1719999999999999}]},{"osd":5,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0369999999999999,"5min":1.0329999999999999,"15min":1.0389999999999999},"min":{"1min":0.68200000000000005,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.014},{"interface":"front","average":{"1min":1.153,"5min":1.125,"15min":1.1060000000000001},"min":{"1min":0.86099999999999999,"5min":0.751,"15min":0.751},"max":{"1min":1.3899999999999999,"5min":1.55,"15min":1.55},"last":1.0580000000000001}]},{"osd":6,"last update":"Sun Jan 21 11:24:51 2024","interfaces":[{"interface":"back","average":{"1min":1.294,"5min":1.2090000000000001,"15min":1.177},"min":{"1min":1.099,"5min":0.89700000000000002,"15min":0.89700000000000002},"max":{"1min":1.675,"5min":1.675,"15min":1.675},"last":1.2450000000000001},{"interface":"front","average":{"1min":1.2949999999999999,"5min":1.198,"15min":1.1799999999999999},"min":{"1min":0.86399999999999999,"5min":0.82699999999999996,"15min":0.82699999999999996},"max":{"1min":1.734,"5min":1.734,"15min":1.734},"last":1.212}]},{"osd":7,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":1.25,"5min":1.208,"15min":1.21},"min":{"1min":0.872,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.524,"5min":1.524,"15min":1.524},"last":1.304},{"interface":"front","average":{"1min":1.319,"5min":1.2949999999999999,"15min":1.2829999999999999},"min":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.6060000000000001,"5min":1.8979999999999999,"15min":1.8979999999999999},"last":1.1539999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476781,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151433,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sun Jan 21 11:24:44 2024","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.90200000000000002,"15min":0.91800000000000004},"min":{"1min":0.65600000000000003,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.147,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":0.98799999999999999},{"interface":"front","average":{"1min":0.97999999999999998,"5min":0.93600000000000005,"15min":0.93600000000000005},"min":{"1min":0.73599999999999999,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.502,"5min":1.502,"15min":1.502},"last":0.96099999999999997}]},{"osd":2,"last update":"Sun Jan 21 11:24:44 2024","interfaces":[{"interface":"back","average":{"1min":0.70799999999999996,"5min":0.74099999999999999,"15min":0.751},"min":{"1min":0.49399999999999999,"5min":0.438,"15min":0.438},"max":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.83399999999999996,"5min":0.85199999999999998,"15min":0.86399999999999999},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.6100000000000001,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":0.751}]},{"osd":3,"last update":"Sun Jan 21 11:24:49 2024","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.94099999999999995,"15min":0.94599999999999995},"min":{"1min":0.68500000000000005,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.91000000000000003},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.96899999999999997,"15min":0.96699999999999997},"min":{"1min":0.64800000000000002,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.4299999999999999,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":1.022}]},{"osd":4,"last update":"Sun Jan 21 11:24:49 2024","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.86499999999999999,"15min":0.872},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.0720000000000001,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":0.80000000000000004},{"interface":"front","average":{"1min":1.0600000000000001,"5min":1.0760000000000001,"15min":1.093},"min":{"1min":0.628,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.2789999999999999,"5min":1.629,"15min":1.629},"last":1.0469999999999999}]},{"osd":5,"last update":"Sun Jan 21 11:24:56 2024","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.03,"15min":1.026},"min":{"1min":0.75700000000000001,"5min":0.62,"15min":0.62},"max":{"1min":1.389,"5min":1.389,"15min":1.389},"last":1.105},{"interface":"front","average":{"1min":1.034,"5min":1.0489999999999999,"15min":1.0489999999999999},"min":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.6399999999999999,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":1.129}]},{"osd":6,"last update":"Sun Jan 21 11:24:54 2024","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.94799999999999995,"15min":0.96299999999999997},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":1.409,"5min":1.671,"15min":1.671},"last":0.93700000000000006},{"interface":"front","average":{"1min":1.075,"5min":1.109,"15min":1.113},"min":{"1min":0.76200000000000001,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.474,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":1.1579999999999999}]},{"osd":7,"last update":"Sun Jan 21 11:25:06 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.163,"15min":1.151},"min":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.484,"5min":1.8149999999999999,"15min":1.8149999999999999},"last":1.421},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.131,"15min":1.137},"min":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.333,"5min":1.6659999999999999,"15min":1.6659999999999999},"last":1.294}]}]},{"osd":2,"up_from":21,"seq":90194313262,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151433,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:24:47 2024","interfaces":[{"interface":"back","average":{"1min":0.72899999999999998,"5min":0.73899999999999999,"15min":0.75},"min":{"1min":0.51800000000000002,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.256,"5min":1.256,"15min":1.256},"last":0.498},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.77300000000000002,"15min":0.77700000000000002},"min":{"1min":0.60299999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.0149999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"last":0.74099999999999999}]},{"osd":1,"last update":"Sun Jan 21 11:24:47 2024","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.878},"min":{"1min":0.73699999999999999,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.093,"5min":1.131,"15min":1.131},"last":0.80900000000000005},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.98099999999999998,"15min":0.99299999999999999},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.181,"5min":1.329,"15min":1.329},"last":0.78100000000000003}]},{"osd":3,"last update":"Sun Jan 21 11:24:54 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.97099999999999997,"15min":0.98199999999999998},"min":{"1min":0.68700000000000006,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.1699999999999999,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":0.94199999999999995},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.96599999999999997,"15min":0.97199999999999998},"min":{"1min":0.63600000000000001,"5min":0.621,"15min":0.621},"max":{"1min":1.2090000000000001,"5min":1.286,"15min":1.286},"last":0.96399999999999997}]},{"osd":4,"last update":"Sun Jan 21 11:24:54 2024","interfaces":[{"interface":"back","average":{"1min":0.83299999999999996,"5min":0.82099999999999995,"15min":0.82299999999999995},"min":{"1min":0.59999999999999998,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.0740000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.98199999999999998,"5min":1.032,"15min":1.0389999999999999},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.167,"5min":1.288,"15min":1.288},"last":1.0489999999999999}]},{"osd":5,"last update":"Sun Jan 21 11:24:56 2024","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":1.032,"15min":1.044},"min":{"1min":0.80900000000000005,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.2509999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":1.032},{"interface":"front","average":{"1min":1.0680000000000001,"5min":1.1020000000000001,"15min":1.1120000000000001},"min":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"max":{"1min":1.218,"5min":1.286,"15min":1.286},"last":1.1060000000000001}]},{"osd":6,"last update":"Sun Jan 21 11:24:56 2024","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":1.0349999999999999,"15min":1.0489999999999999},"min":{"1min":0.69199999999999995,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.2829999999999999,"5min":1.381,"15min":1.381},"last":1.1599999999999999},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.92900000000000005,"15min":0.93200000000000005},"min":{"1min":0.69999999999999996,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.23,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.91500000000000004}]},{"osd":7,"last update":"Sun Jan 21 11:25:01 2024","interfaces":[{"interface":"back","average":{"1min":1.0189999999999999,"5min":1.0449999999999999,"15min":1.0509999999999999},"min":{"1min":0.86099999999999999,"5min":0.745,"15min":0.745},"max":{"1min":1.3009999999999999,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":1.0029999999999999},{"interface":"front","average":{"1min":1.1579999999999999,"5min":1.165,"15min":1.175},"min":{"1min":0.95599999999999996,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.5349999999999999,"5min":1.766,"15min":1.766},"last":1.085}]}]},{"osd":3,"up_from":26,"seq":111669149739,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151433,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:24:49 2024","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.91300000000000003,"15min":0.90000000000000002},"min":{"1min":0.76800000000000002,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.202,"5min":2.0750000000000002,"15min":2.0750000000000002},"last":0.85899999999999999},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.93700000000000006,"15min":0.96499999999999997},"min":{"1min":0.67100000000000004,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.242,"5min":1.635,"15min":1.635},"last":1}]},{"osd":1,"last update":"Sun Jan 21 11:24:49 2024","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.82899999999999996,"15min":0.81999999999999995},"min":{"1min":0.60599999999999998,"5min":0.313,"15min":0.313},"max":{"1min":1.099,"5min":2.278,"15min":2.278},"last":1.2190000000000001},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.90400000000000003,"15min":0.91300000000000003},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":1.262,"5min":2.0299999999999998,"15min":2.0299999999999998},"last":0.88500000000000001}]},{"osd":2,"last update":"Sun Jan 21 11:24:49 2024","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.85699999999999998,"15min":0.84299999999999997},"min":{"1min":0.65300000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.282,"5min":1.397,"15min":1.397},"last":0.80600000000000005},{"interface":"front","average":{"1min":1.091,"5min":1.046,"15min":1.036},"min":{"1min":0.77400000000000002,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":1.29,"5min":2.1400000000000001,"15min":2.1400000000000001},"last":0.97099999999999997}]},{"osd":4,"last update":"Sun Jan 21 11:24:49 2024","interfaces":[{"interface":"back","average":{"1min":1.119,"5min":1.1279999999999999,"15min":1.1319999999999999},"min":{"1min":0.76500000000000001,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.3460000000000001,"5min":1.875,"15min":1.875},"last":1.194},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.0389999999999999,"15min":1.0229999999999999},"min":{"1min":0.78700000000000003,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.423,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":1.2430000000000001}]},{"osd":5,"last update":"Sun Jan 21 11:25:00 2024","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":0.99099999999999999,"15min":0.98999999999999999},"min":{"1min":0.59099999999999997,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.4279999999999999,"5min":2.3300000000000001,"15min":2.3300000000000001},"last":1.048},{"interface":"front","average":{"1min":1.214,"5min":1.1579999999999999,"15min":1.1479999999999999},"min":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.617,"5min":2.2069999999999999,"15min":2.2069999999999999},"last":1.1339999999999999}]},{"osd":6,"last update":"Sun Jan 21 11:24:56 2024","interfaces":[{"interface":"back","average":{"1min":1.2310000000000001,"5min":1.2030000000000001,"15min":1.2030000000000001},"min":{"1min":0.72299999999999998,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.48,"5min":1.758,"15min":1.758},"last":1.107},{"interface":"front","average":{"1min":1.202,"5min":1.135,"15min":1.1259999999999999},"min":{"1min":0.81999999999999995,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":1.175}]},{"osd":7,"last update":"Sun Jan 21 11:25:06 2024","interfaces":[{"interface":"back","average":{"1min":1.3100000000000001,"5min":1.2370000000000001,"15min":1.2130000000000001},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.53,"5min":1.728,"15min":1.728},"last":1.276},{"interface":"front","average":{"1min":1.327,"5min":1.234,"15min":1.206},"min":{"1min":0.73599999999999999,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.589,"5min":1.8819999999999999,"15min":1.8819999999999999},"last":1.302}]}]},{"osd":4,"up_from":26,"seq":111669149739,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151433,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:24:52 2024","interfaces":[{"interface":"back","average":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73699999999999999},"min":{"1min":0.58299999999999996,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":1.1140000000000001,"5min":1.298,"15min":1.298},"last":1.0489999999999999},{"interface":"front","average":{"1min":0.83699999999999997,"5min":0.86599999999999999,"15min":0.89300000000000002},"min":{"1min":0.626,"5min":0.497,"15min":0.497},"max":{"1min":1.3049999999999999,"5min":2.1840000000000002,"15min":2.1840000000000002},"last":0.92100000000000004}]},{"osd":1,"last update":"Sun Jan 21 11:24:52 2024","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.86599999999999999,"15min":0.875},"min":{"1min":0.73699999999999999,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.1479999999999999,"5min":1.242,"15min":1.242},"last":0.86699999999999999},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.93300000000000005,"15min":0.91700000000000004},"min":{"1min":0.78900000000000003,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.1559999999999999,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.93200000000000005}]},{"osd":2,"last update":"Sun Jan 21 11:24:52 2024","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.81100000000000005,"15min":0.80700000000000005},"min":{"1min":0.63300000000000001,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.0329999999999999,"5min":1.157,"15min":1.157},"last":0.77700000000000002},{"interface":"front","average":{"1min":0.79600000000000004,"5min":0.79400000000000004,"15min":0.80400000000000005},"min":{"1min":0.59099999999999997,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.3240000000000001,"5min":2.27,"15min":2.27},"last":0.82199999999999995}]},{"osd":3,"last update":"Sun Jan 21 11:24:52 2024","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":0.998,"15min":1.004},"min":{"1min":0.78200000000000003,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.1619999999999999,"5min":2.0670000000000002,"15min":2.0670000000000002},"last":0.97299999999999998},{"interface":"front","average":{"1min":0.95399999999999996,"5min":0.94199999999999995,"15min":0.94599999999999995},"min":{"1min":0.75,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.208,"5min":1.208,"15min":1.208},"last":1.0820000000000001}]},{"osd":5,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":0.95599999999999996,"15min":0.95399999999999996},"min":{"1min":0.70499999999999996,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.25,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":1.204},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.0649999999999999,"15min":1.0629999999999999},"min":{"1min":0.77800000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.2430000000000001,"5min":1.3520000000000001,"15min":1.3520000000000001},"last":1.179}]},{"osd":6,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":1.0589999999999999,"15min":1.0609999999999999},"min":{"1min":0.71499999999999997,"5min":0.623,"15min":0.623},"max":{"1min":1.3029999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":1.1200000000000001},{"interface":"front","average":{"1min":1.0980000000000001,"5min":1.073,"15min":1.081},"min":{"1min":0.84499999999999997,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.2589999999999999,"5min":2.4390000000000001,"15min":2.4390000000000001},"last":1.129}]},{"osd":7,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":1.113,"5min":1.1679999999999999,"15min":1.1839999999999999},"min":{"1min":0.97299999999999998,"5min":0.76200000000000001,"15min":0.76200000000000001},"max":{"1min":1.3089999999999999,"5min":2.3530000000000002,"15min":2.3530000000000002},"last":1.04},{"interface":"front","average":{"1min":1.1679999999999999,"5min":1.181,"15min":1.2010000000000001},"min":{"1min":1.0149999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"max":{"1min":1.4079999999999999,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":1.282}]}]},{"osd":6,"up_from":30,"seq":128849018923,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151433,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:24:51 2024","interfaces":[{"interface":"back","average":{"1min":0.70499999999999996,"5min":0.71299999999999997,"15min":0.70999999999999996},"min":{"1min":0.54000000000000004,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.96999999999999997,"5min":1.405,"15min":1.405},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.81599999999999995,"5min":0.81499999999999995,"15min":0.81899999999999995},"min":{"1min":0.58099999999999996,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.163,"5min":1.341,"15min":1.341},"last":0.75600000000000001}]},{"osd":1,"last update":"Sun Jan 21 11:24:51 2024","interfaces":[{"interface":"back","average":{"1min":0.85299999999999998,"5min":0.82199999999999995,"15min":0.81499999999999995},"min":{"1min":0.65800000000000003,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.0780000000000001,"5min":1.1579999999999999,"15min":1.1579999999999999},"last":1.0309999999999999},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.98399999999999999,"15min":0.998},"min":{"1min":0.78800000000000003,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.1439999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.1100000000000001}]},{"osd":2,"last update":"Sun Jan 21 11:24:51 2024","interfaces":[{"interface":"back","average":{"1min":0.872,"5min":0.90700000000000003,"15min":0.90300000000000002},"min":{"1min":0.59099999999999997,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.125,"5min":1.276,"15min":1.276},"last":1.0509999999999999},{"interface":"front","average":{"1min":0.84799999999999998,"5min":0.84499999999999997,"15min":0.85499999999999998},"min":{"1min":0.63500000000000001,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.2430000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.91400000000000003}]},{"osd":3,"last update":"Sun Jan 21 11:24:51 2024","interfaces":[{"interface":"back","average":{"1min":0.93000000000000005,"5min":0.94999999999999996,"15min":0.96699999999999997},"min":{"1min":0.71099999999999997,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.1359999999999999,"5min":1.587,"15min":1.587},"last":0.93799999999999994},{"interface":"front","average":{"1min":1.0309999999999999,"5min":1.0409999999999999,"15min":1.05},"min":{"1min":0.81899999999999995,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.3799999999999999,"5min":1.403,"15min":1.403},"last":0.79800000000000004}]},{"osd":4,"last update":"Sun Jan 21 11:24:51 2024","interfaces":[{"interface":"back","average":{"1min":0.90000000000000002,"5min":0.96699999999999997,"15min":0.98899999999999999},"min":{"1min":0.66200000000000003,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.258,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":0.999},{"interface":"front","average":{"1min":0.94299999999999995,"5min":1.012,"15min":1.026},"min":{"1min":0.70599999999999996,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.179,"5min":1.893,"15min":1.893},"last":0.73499999999999999}]},{"osd":5,"last update":"Sun Jan 21 11:24:56 2024","interfaces":[{"interface":"back","average":{"1min":1.1439999999999999,"5min":1.1040000000000001,"15min":1.1000000000000001},"min":{"1min":0.89400000000000002,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":1.5800000000000001,"5min":1.5800000000000001,"15min":1.5800000000000001},"last":1.121},{"interface":"front","average":{"1min":1.1679999999999999,"5min":1.1870000000000001,"15min":1.181},"min":{"1min":0.89900000000000002,"5min":0.749,"15min":0.749},"max":{"1min":1.5549999999999999,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":0.97499999999999998}]},{"osd":7,"last update":"Sun Jan 21 11:25:02 2024","interfaces":[{"interface":"back","average":{"1min":1.177,"5min":1.155,"15min":1.151},"min":{"1min":0.88300000000000001,"5min":0.85199999999999998,"15min":0.85199999999999998},"max":{"1min":1.865,"5min":1.865,"15min":1.865},"last":1.1679999999999999},{"interface":"front","average":{"1min":1.1759999999999999,"5min":1.1799999999999999,"15min":1.169},"min":{"1min":0.95899999999999996,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.425,"5min":1.6379999999999999,"15min":1.6379999999999999},"last":1.1579999999999999}]}]}],"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-01-21T11:25:14.091 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T11:25:14.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:14 smithi046 bash[16032]: cluster 2024-01-21T11:25:13.148902+0000 mgr.smithi046.egcsjs (mgr.14182) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:14.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:14 smithi046 bash[16032]: audit 2024-01-21T11:25:13.510140+0000 mgr.smithi046.egcsjs (mgr.14182) 196 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:25:14.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:14 smithi079 bash[19822]: cluster 2024-01-21T11:25:13.148902+0000 mgr.smithi046.egcsjs (mgr.14182) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:14.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:14 smithi079 bash[19822]: audit 2024-01-21T11:25:13.510140+0000 mgr.smithi046.egcsjs (mgr.14182) 196 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:25:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:16 smithi079 bash[19822]: cluster 2024-01-21T11:25:15.149432+0000 mgr.smithi046.egcsjs (mgr.14182) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:16 smithi079 bash[19822]: audit 2024-01-21T11:25:15.657233+0000 mon.smithi046 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:25:16.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:16 smithi046 bash[16032]: cluster 2024-01-21T11:25:15.149432+0000 mgr.smithi046.egcsjs (mgr.14182) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:16.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:16 smithi046 bash[16032]: audit 2024-01-21T11:25:15.657233+0000 mon.smithi046 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:25:18.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:18 smithi079 bash[19822]: cluster 2024-01-21T11:25:17.149993+0000 mgr.smithi046.egcsjs (mgr.14182) 198 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:18.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:18 smithi046 bash[16032]: cluster 2024-01-21T11:25:17.149993+0000 mgr.smithi046.egcsjs (mgr.14182) 198 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:18.939 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:25:20.377 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:20 smithi046 bash[16032]: cluster 2024-01-21T11:25:19.150564+0000 mgr.smithi046.egcsjs (mgr.14182) 199 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:20 smithi079 bash[19822]: cluster 2024-01-21T11:25:19.150564+0000 mgr.smithi046.egcsjs (mgr.14182) 199 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:21.840 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:25:21.842 INFO:teuthology.orchestra.run.smithi046.stderr:dumped all 2024-01-21T11:25:22.434 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:22 smithi046 bash[16032]: cluster 2024-01-21T11:25:21.151183+0000 mgr.smithi046.egcsjs (mgr.14182) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:22.435 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:22 smithi046 bash[16032]: audit 2024-01-21T11:25:21.167798+0000 mon.smithi046 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:25:22.435 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:22 smithi046 bash[16032]: audit 2024-01-21T11:25:21.476007+0000 mon.smithi046 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:25:22.435 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:22 smithi046 bash[16032]: audit 2024-01-21T11:25:21.774403+0000 mon.smithi046 (mon.0) 587 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:25:22.435 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:22 smithi046 bash[16032]: audit 2024-01-21T11:25:21.776002+0000 mon.smithi046 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:25:22.435 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:22 smithi046 bash[16032]: audit 2024-01-21T11:25:21.785158+0000 mon.smithi046 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:25:22.435 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:22 smithi046 bash[16032]: audit 2024-01-21T11:25:21.793084+0000 mon.smithi046 (mon.0) 590 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:25:22.436 INFO:teuthology.orchestra.run.smithi046.stdout:{"pg_ready":true,"pg_map":{"version":184,"stamp":"2024-01-21T11:25:21.150863+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":2379772,"kb_used_data":3004,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548676,"statfs":{"total":767926730752,"available":765489844224,"internally_reserved":0,"allocated":3076096,"data_stored":1211149,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-01-21T11:21:58.169308+0000","last_change":"2024-01-21T11:21:58.169308+0000","last_active":"2024-01-21T11:21:58.169308+0000","last_peered":"2024-01-21T11:21:58.169308+0000","last_clean":"2024-01-21T11:21:58.169308+0000","last_became_active":"2024-01-21T11:21:58.168867+0000","last_became_peered":"2024-01-21T11:21:58.168867+0000","last_unstale":"2024-01-21T11:21:58.169308+0000","last_undegraded":"2024-01-21T11:21:58.169308+0000","last_fullsized":"2024-01-21T11:21:58.169308+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T11:21:40.531970+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T11:21:40.531970+0000","last_clean_scrub_stamp":"2024-01-21T11:21:40.531970+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789996,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151433,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.86799999999999999,"15min":0.88},"min":{"1min":0.60399999999999998,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.1479999999999999,"5min":1.208,"15min":1.208},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.90000000000000002,"5min":0.91300000000000003,"15min":0.92600000000000005},"min":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.129,"5min":1.1599999999999999,"15min":1.1599999999999999},"last":0.80100000000000005}]},{"osd":1,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":0.73199999999999998,"5min":0.79800000000000004,"15min":0.81599999999999995},"min":{"1min":0.45900000000000002,"5min":0.437,"15min":0.437},"max":{"1min":1.1200000000000001,"5min":1.1379999999999999,"15min":1.1379999999999999},"last":0.82999999999999996},{"interface":"front","average":{"1min":0.873,"5min":0.90000000000000002,"15min":0.91200000000000003},"min":{"1min":0.59499999999999997,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.175,"5min":1.343,"15min":1.343},"last":0.90100000000000002}]},{"osd":2,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.96099999999999997,"15min":0.98999999999999999},"min":{"1min":0.67100000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"max":{"1min":1.2549999999999999,"5min":1.405,"15min":1.405},"last":1.026},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.96299999999999997,"15min":0.97699999999999998},"min":{"1min":0.752,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.1519999999999999,"5min":1.395,"15min":1.395},"last":1.0740000000000001}]},{"osd":3,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.96499999999999997,"15min":0.98099999999999998},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.276,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":1.0129999999999999},{"interface":"front","average":{"1min":0.95699999999999996,"5min":1.0109999999999999,"15min":1.02},"min":{"1min":0.52700000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.341,"5min":1.478,"15min":1.478},"last":1.107}]},{"osd":4,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":1.137,"15min":1.171},"min":{"1min":0.68400000000000005,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.4319999999999999,"5min":1.736,"15min":1.736},"last":1.268},{"interface":"front","average":{"1min":0.97299999999999998,"5min":1.079,"15min":1.101},"min":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.2430000000000001,"5min":1.548,"15min":1.548},"last":0.995}]},{"osd":5,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":1.1359999999999999,"15min":1.1539999999999999},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.3580000000000001,"5min":1.651,"15min":1.651},"last":1.2190000000000001},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.206,"15min":1.218},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.4139999999999999,"5min":1.7330000000000001,"15min":1.7330000000000001},"last":1.494}]},{"osd":6,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":1.1990000000000001,"5min":1.232,"15min":1.2509999999999999},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.4810000000000001,"5min":1.643,"15min":1.643},"last":1.569},{"interface":"front","average":{"1min":1.2150000000000001,"5min":1.2889999999999999,"15min":1.3069999999999999},"min":{"1min":0.90600000000000003,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.931,"5min":1.931,"15min":1.931},"last":1.4259999999999999}]}]},{"osd":5,"up_from":33,"seq":141733920813,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151433,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:25:04 2024","interfaces":[{"interface":"back","average":{"1min":0.76400000000000001,"5min":0.90200000000000002,"15min":0.93100000000000005},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.3260000000000001,"5min":1.6279999999999999,"15min":1.6279999999999999},"last":1.1890000000000001},{"interface":"front","average":{"1min":0.80400000000000005,"5min":0.92900000000000005,"15min":0.96199999999999997},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.244,"5min":1.6020000000000001,"15min":1.6020000000000001},"last":0.78500000000000003}]},{"osd":1,"last update":"Sun Jan 21 11:25:04 2024","interfaces":[{"interface":"back","average":{"1min":0.77900000000000003,"5min":0.79900000000000004,"15min":0.81899999999999995},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.347,"5min":1.347,"15min":1.347},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.79000000000000004,"5min":0.88100000000000001,"15min":0.88300000000000001},"min":{"1min":0.58799999999999997,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.0309999999999999,"5min":1.8899999999999999,"15min":1.8899999999999999},"last":0.94399999999999995}]},{"osd":2,"last update":"Sun Jan 21 11:25:04 2024","interfaces":[{"interface":"back","average":{"1min":0.97299999999999998,"5min":1.03,"15min":1.03},"min":{"1min":0.77900000000000003,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.131,"5min":1.823,"15min":1.823},"last":1.056},{"interface":"front","average":{"1min":1.0029999999999999,"5min":1.0429999999999999,"15min":1.0700000000000001},"min":{"1min":0.755,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.272,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.997}]},{"osd":3,"last update":"Sun Jan 21 11:25:04 2024","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":1.0329999999999999,"15min":1.0609999999999999},"min":{"1min":0.66500000000000004,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.3169999999999999,"5min":1.488,"15min":1.488},"last":1.1200000000000001},{"interface":"front","average":{"1min":0.84299999999999997,"5min":0.98199999999999998,"15min":1.0169999999999999},"min":{"1min":0.68999999999999995,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.2729999999999999,"5min":1.651,"15min":1.651},"last":0.82999999999999996}]},{"osd":4,"last update":"Sun Jan 21 11:25:04 2024","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":1.093,"15min":1.127},"min":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":1.3440000000000001,"5min":1.54,"15min":1.54},"last":0.875},{"interface":"front","average":{"1min":1.083,"5min":1.149,"15min":1.159},"min":{"1min":0.875,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.286,"5min":2.101,"15min":2.101},"last":1.629}]},{"osd":6,"last update":"Sun Jan 21 11:25:04 2024","interfaces":[{"interface":"back","average":{"1min":1.093,"5min":1.2330000000000001,"15min":1.276},"min":{"1min":0.76500000000000001,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.361,"5min":2.0649999999999999,"15min":2.0649999999999999},"last":1.23},{"interface":"front","average":{"1min":1.0960000000000001,"5min":1.214,"15min":1.25},"min":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"max":{"1min":1.393,"5min":1.8999999999999999,"15min":1.8999999999999999},"last":1.0269999999999999}]},{"osd":7,"last update":"Sun Jan 21 11:25:04 2024","interfaces":[{"interface":"back","average":{"1min":1.129,"5min":1.212,"15min":1.214},"min":{"1min":0.86299999999999999,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.4630000000000001,"5min":2.0310000000000001,"15min":2.0310000000000001},"last":1.5549999999999999},{"interface":"front","average":{"1min":1.2330000000000001,"5min":1.254,"15min":1.256},"min":{"1min":0.96099999999999997,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.478,"5min":1.671,"15min":1.671},"last":1.3}]}]},{"osd":1,"up_from":20,"seq":85899345967,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":151118,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:24:44 2024","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.79800000000000004,"15min":0.77600000000000002},"min":{"1min":0.59499999999999997,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.3129999999999999,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":0.78700000000000003},{"interface":"front","average":{"1min":0.93000000000000005,"5min":0.88200000000000001,"15min":0.86599999999999999},"min":{"1min":0.71599999999999997,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.2150000000000001,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.67500000000000004}]},{"osd":2,"last update":"Sun Jan 21 11:24:44 2024","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.86799999999999999,"15min":0.83599999999999997},"min":{"1min":0.63800000000000001,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.1799999999999999,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.89100000000000001,"15min":0.86899999999999999},"min":{"1min":0.69899999999999995,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2589999999999999,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.97499999999999998}]},{"osd":3,"last update":"Sun Jan 21 11:24:49 2024","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.81000000000000005,"15min":0.79000000000000004},"min":{"1min":0.55300000000000005,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.2909999999999999,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":0.88300000000000001},{"interface":"front","average":{"1min":0.99299999999999999,"5min":0.92400000000000004,"15min":0.91200000000000003},"min":{"1min":0.72199999999999998,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.4219999999999999,"5min":1.48,"15min":1.48},"last":0.61899999999999999}]},{"osd":4,"last update":"Sun Jan 21 11:24:49 2024","interfaces":[{"interface":"back","average":{"1min":1.137,"5min":1.0149999999999999,"15min":0.97499999999999998},"min":{"1min":0.94199999999999995,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.583,"5min":1.583,"15min":1.583},"last":0.77200000000000002},{"interface":"front","average":{"1min":1.109,"5min":1.014,"15min":0.98799999999999999},"min":{"1min":0.83999999999999997,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.6120000000000001,"5min":1.6120000000000001,"15min":1.6120000000000001},"last":1.0549999999999999}]},{"osd":5,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":1.0369999999999999,"5min":1.0329999999999999,"15min":1.0389999999999999},"min":{"1min":0.68200000000000005,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.01},{"interface":"front","average":{"1min":1.153,"5min":1.125,"15min":1.1060000000000001},"min":{"1min":0.86099999999999999,"5min":0.751,"15min":0.751},"max":{"1min":1.3899999999999999,"5min":1.55,"15min":1.55},"last":0.71099999999999997}]},{"osd":6,"last update":"Sun Jan 21 11:24:51 2024","interfaces":[{"interface":"back","average":{"1min":1.294,"5min":1.2090000000000001,"15min":1.177},"min":{"1min":1.099,"5min":0.89700000000000002,"15min":0.89700000000000002},"max":{"1min":1.675,"5min":1.675,"15min":1.675},"last":0.92100000000000004},{"interface":"front","average":{"1min":1.2949999999999999,"5min":1.198,"15min":1.1799999999999999},"min":{"1min":0.86399999999999999,"5min":0.82699999999999996,"15min":0.82699999999999996},"max":{"1min":1.734,"5min":1.734,"15min":1.734},"last":1.115}]},{"osd":7,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":1.25,"5min":1.208,"15min":1.21},"min":{"1min":0.872,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.524,"5min":1.524,"15min":1.524},"last":1.1659999999999999},{"interface":"front","average":{"1min":1.319,"5min":1.2949999999999999,"15min":1.2829999999999999},"min":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.6060000000000001,"5min":1.8979999999999999,"15min":1.8979999999999999},"last":0.95499999999999996}]}]},{"osd":0,"up_from":16,"seq":68719476783,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151433,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sun Jan 21 11:24:44 2024","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.90200000000000002,"15min":0.91800000000000004},"min":{"1min":0.65600000000000003,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.147,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":0.746},{"interface":"front","average":{"1min":0.97999999999999998,"5min":0.93600000000000005,"15min":0.93600000000000005},"min":{"1min":0.73599999999999999,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.502,"5min":1.502,"15min":1.502},"last":0.68600000000000005}]},{"osd":2,"last update":"Sun Jan 21 11:24:44 2024","interfaces":[{"interface":"back","average":{"1min":0.70799999999999996,"5min":0.74099999999999999,"15min":0.751},"min":{"1min":0.49399999999999999,"5min":0.438,"15min":0.438},"max":{"1min":1.1819999999999999,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.94999999999999996},{"interface":"front","average":{"1min":0.83399999999999996,"5min":0.85199999999999998,"15min":0.86399999999999999},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.6100000000000001,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":0.93300000000000005}]},{"osd":3,"last update":"Sun Jan 21 11:24:49 2024","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.94099999999999995,"15min":0.94599999999999995},"min":{"1min":0.68500000000000005,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.2090000000000001,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":1.036},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.96899999999999997,"15min":0.96699999999999997},"min":{"1min":0.64800000000000002,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.4299999999999999,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.87}]},{"osd":4,"last update":"Sun Jan 21 11:24:49 2024","interfaces":[{"interface":"back","average":{"1min":0.83099999999999996,"5min":0.86499999999999999,"15min":0.872},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.0720000000000001,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":1.105},{"interface":"front","average":{"1min":1.0600000000000001,"5min":1.0760000000000001,"15min":1.093},"min":{"1min":0.628,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.2789999999999999,"5min":1.629,"15min":1.629},"last":1.2130000000000001}]},{"osd":5,"last update":"Sun Jan 21 11:24:56 2024","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.03,"15min":1.026},"min":{"1min":0.75700000000000001,"5min":0.62,"15min":0.62},"max":{"1min":1.389,"5min":1.389,"15min":1.389},"last":1.1279999999999999},{"interface":"front","average":{"1min":1.034,"5min":1.0489999999999999,"15min":1.0489999999999999},"min":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.6399999999999999,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":1.002}]},{"osd":6,"last update":"Sun Jan 21 11:24:54 2024","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.94799999999999995,"15min":0.96299999999999997},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":1.409,"5min":1.671,"15min":1.671},"last":1.016},{"interface":"front","average":{"1min":1.075,"5min":1.109,"15min":1.113},"min":{"1min":0.76200000000000001,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.474,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":1.2689999999999999}]},{"osd":7,"last update":"Sun Jan 21 11:25:06 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.163,"15min":1.151},"min":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.484,"5min":1.8149999999999999,"15min":1.8149999999999999},"last":1.0569999999999999},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.131,"15min":1.137},"min":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.333,"5min":1.6659999999999999,"15min":1.6659999999999999},"last":1.4119999999999999}]}]},{"osd":2,"up_from":21,"seq":90194313264,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151433,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:24:47 2024","interfaces":[{"interface":"back","average":{"1min":0.72899999999999998,"5min":0.73899999999999999,"15min":0.75},"min":{"1min":0.51800000000000002,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.256,"5min":1.256,"15min":1.256},"last":0.79900000000000004},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.77300000000000002,"15min":0.77700000000000002},"min":{"1min":0.60299999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.0149999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"last":0.83799999999999997}]},{"osd":1,"last update":"Sun Jan 21 11:24:47 2024","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.878},"min":{"1min":0.73699999999999999,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.093,"5min":1.131,"15min":1.131},"last":0.72499999999999998},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.98099999999999998,"15min":0.99299999999999999},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.181,"5min":1.329,"15min":1.329},"last":1.1759999999999999}]},{"osd":3,"last update":"Sun Jan 21 11:24:54 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.97099999999999997,"15min":0.98199999999999998},"min":{"1min":0.68700000000000006,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.1699999999999999,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":0.877},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.96599999999999997,"15min":0.97199999999999998},"min":{"1min":0.63600000000000001,"5min":0.621,"15min":0.621},"max":{"1min":1.2090000000000001,"5min":1.286,"15min":1.286},"last":1.077}]},{"osd":4,"last update":"Sun Jan 21 11:24:54 2024","interfaces":[{"interface":"back","average":{"1min":0.83299999999999996,"5min":0.82099999999999995,"15min":0.82299999999999995},"min":{"1min":0.59999999999999998,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.0740000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":1.0129999999999999},{"interface":"front","average":{"1min":0.98199999999999998,"5min":1.032,"15min":1.0389999999999999},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.167,"5min":1.288,"15min":1.288},"last":1.405}]},{"osd":5,"last update":"Sun Jan 21 11:24:56 2024","interfaces":[{"interface":"back","average":{"1min":0.99399999999999999,"5min":1.032,"15min":1.044},"min":{"1min":0.80900000000000005,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.2509999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":0.94899999999999995},{"interface":"front","average":{"1min":1.0680000000000001,"5min":1.1020000000000001,"15min":1.1120000000000001},"min":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"max":{"1min":1.218,"5min":1.286,"15min":1.286},"last":1.3180000000000001}]},{"osd":6,"last update":"Sun Jan 21 11:24:56 2024","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":1.0349999999999999,"15min":1.0489999999999999},"min":{"1min":0.69199999999999995,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.2829999999999999,"5min":1.381,"15min":1.381},"last":1.252},{"interface":"front","average":{"1min":0.94499999999999995,"5min":0.92900000000000005,"15min":0.93200000000000005},"min":{"1min":0.69999999999999996,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.23,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":1.194}]},{"osd":7,"last update":"Sun Jan 21 11:25:01 2024","interfaces":[{"interface":"back","average":{"1min":1.0189999999999999,"5min":1.0449999999999999,"15min":1.0509999999999999},"min":{"1min":0.86099999999999999,"5min":0.745,"15min":0.745},"max":{"1min":1.3009999999999999,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":1.111},{"interface":"front","average":{"1min":1.1579999999999999,"5min":1.165,"15min":1.175},"min":{"1min":0.95599999999999996,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.5349999999999999,"5min":1.766,"15min":1.766},"last":1.2170000000000001}]}]},{"osd":3,"up_from":26,"seq":111669149741,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151433,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:24:49 2024","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.91300000000000003,"15min":0.90000000000000002},"min":{"1min":0.76800000000000002,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.202,"5min":2.0750000000000002,"15min":2.0750000000000002},"last":0.76300000000000001},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.93700000000000006,"15min":0.96499999999999997},"min":{"1min":0.67100000000000004,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.242,"5min":1.635,"15min":1.635},"last":0.97399999999999998}]},{"osd":1,"last update":"Sun Jan 21 11:24:49 2024","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.82899999999999996,"15min":0.81999999999999995},"min":{"1min":0.60599999999999998,"5min":0.313,"15min":0.313},"max":{"1min":1.099,"5min":2.278,"15min":2.278},"last":1.113},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.90400000000000003,"15min":0.91300000000000003},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":1.262,"5min":2.0299999999999998,"15min":2.0299999999999998},"last":0.72299999999999998}]},{"osd":2,"last update":"Sun Jan 21 11:24:49 2024","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.85699999999999998,"15min":0.84299999999999997},"min":{"1min":0.65300000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.282,"5min":1.397,"15min":1.397},"last":0.78800000000000003},{"interface":"front","average":{"1min":1.091,"5min":1.046,"15min":1.036},"min":{"1min":0.77400000000000002,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":1.29,"5min":2.1400000000000001,"15min":2.1400000000000001},"last":0.90500000000000003}]},{"osd":4,"last update":"Sun Jan 21 11:24:49 2024","interfaces":[{"interface":"back","average":{"1min":1.119,"5min":1.1279999999999999,"15min":1.1319999999999999},"min":{"1min":0.76500000000000001,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.3460000000000001,"5min":1.875,"15min":1.875},"last":1.1879999999999999},{"interface":"front","average":{"1min":1.0640000000000001,"5min":1.0389999999999999,"15min":1.0229999999999999},"min":{"1min":0.78700000000000003,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.423,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":1.155}]},{"osd":5,"last update":"Sun Jan 21 11:25:00 2024","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":0.99099999999999999,"15min":0.98999999999999999},"min":{"1min":0.59099999999999997,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.4279999999999999,"5min":2.3300000000000001,"15min":2.3300000000000001},"last":1.022},{"interface":"front","average":{"1min":1.214,"5min":1.1579999999999999,"15min":1.1479999999999999},"min":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.617,"5min":2.2069999999999999,"15min":2.2069999999999999},"last":1.2929999999999999}]},{"osd":6,"last update":"Sun Jan 21 11:24:56 2024","interfaces":[{"interface":"back","average":{"1min":1.2310000000000001,"5min":1.2030000000000001,"15min":1.2030000000000001},"min":{"1min":0.72299999999999998,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.48,"5min":1.758,"15min":1.758},"last":1.0960000000000001},{"interface":"front","average":{"1min":1.202,"5min":1.135,"15min":1.1259999999999999},"min":{"1min":0.81999999999999995,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":1.2470000000000001}]},{"osd":7,"last update":"Sun Jan 21 11:25:06 2024","interfaces":[{"interface":"back","average":{"1min":1.3100000000000001,"5min":1.2370000000000001,"15min":1.2130000000000001},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.53,"5min":1.728,"15min":1.728},"last":1.329},{"interface":"front","average":{"1min":1.327,"5min":1.234,"15min":1.206},"min":{"1min":0.73599999999999999,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.589,"5min":1.8819999999999999,"15min":1.8819999999999999},"last":1.3999999999999999}]}]},{"osd":4,"up_from":26,"seq":111669149741,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151433,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:24:52 2024","interfaces":[{"interface":"back","average":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73699999999999999},"min":{"1min":0.58299999999999996,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":1.1140000000000001,"5min":1.298,"15min":1.298},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.83699999999999997,"5min":0.86599999999999999,"15min":0.89300000000000002},"min":{"1min":0.626,"5min":0.497,"15min":0.497},"max":{"1min":1.3049999999999999,"5min":2.1840000000000002,"15min":2.1840000000000002},"last":0.755}]},{"osd":1,"last update":"Sun Jan 21 11:24:52 2024","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.86599999999999999,"15min":0.875},"min":{"1min":0.73699999999999999,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.1479999999999999,"5min":1.242,"15min":1.242},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.93300000000000005,"15min":0.91700000000000004},"min":{"1min":0.78900000000000003,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.1559999999999999,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.83799999999999997}]},{"osd":2,"last update":"Sun Jan 21 11:24:52 2024","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.81100000000000005,"15min":0.80700000000000005},"min":{"1min":0.63300000000000001,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.0329999999999999,"5min":1.157,"15min":1.157},"last":0.79300000000000004},{"interface":"front","average":{"1min":0.79600000000000004,"5min":0.79400000000000004,"15min":0.80400000000000005},"min":{"1min":0.59099999999999997,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.3240000000000001,"5min":2.27,"15min":2.27},"last":0.85899999999999999}]},{"osd":3,"last update":"Sun Jan 21 11:24:52 2024","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":0.998,"15min":1.004},"min":{"1min":0.78200000000000003,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.1619999999999999,"5min":2.0670000000000002,"15min":2.0670000000000002},"last":1.085},{"interface":"front","average":{"1min":0.95399999999999996,"5min":0.94199999999999995,"15min":0.94599999999999995},"min":{"1min":0.75,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.208,"5min":1.208,"15min":1.208},"last":0.82599999999999996}]},{"osd":5,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":0.95599999999999996,"15min":0.95399999999999996},"min":{"1min":0.70499999999999996,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.25,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":0.92300000000000004},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.0649999999999999,"15min":1.0629999999999999},"min":{"1min":0.77800000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.2430000000000001,"5min":1.3520000000000001,"15min":1.3520000000000001},"last":1.0620000000000001}]},{"osd":6,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":1.0589999999999999,"15min":1.0609999999999999},"min":{"1min":0.71499999999999997,"5min":0.623,"15min":0.623},"max":{"1min":1.3029999999999999,"5min":1.4259999999999999,"15min":1.4259999999999999},"last":0.997},{"interface":"front","average":{"1min":1.0980000000000001,"5min":1.073,"15min":1.081},"min":{"1min":0.84499999999999997,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.2589999999999999,"5min":2.4390000000000001,"15min":2.4390000000000001},"last":0.96699999999999997}]},{"osd":7,"last update":"Sun Jan 21 11:24:58 2024","interfaces":[{"interface":"back","average":{"1min":1.113,"5min":1.1679999999999999,"15min":1.1839999999999999},"min":{"1min":0.97299999999999998,"5min":0.76200000000000001,"15min":0.76200000000000001},"max":{"1min":1.3089999999999999,"5min":2.3530000000000002,"15min":2.3530000000000002},"last":1.139},{"interface":"front","average":{"1min":1.1679999999999999,"5min":1.181,"15min":1.2010000000000001},"min":{"1min":1.0149999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"max":{"1min":1.4079999999999999,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":1.0289999999999999}]}]},{"osd":6,"up_from":30,"seq":128849018925,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151433,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 11:24:51 2024","interfaces":[{"interface":"back","average":{"1min":0.70499999999999996,"5min":0.71299999999999997,"15min":0.70999999999999996},"min":{"1min":0.54000000000000004,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.96999999999999997,"5min":1.405,"15min":1.405},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.81599999999999995,"5min":0.81499999999999995,"15min":0.81899999999999995},"min":{"1min":0.58099999999999996,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.163,"5min":1.341,"15min":1.341},"last":0.78100000000000003}]},{"osd":1,"last update":"Sun Jan 21 11:24:51 2024","interfaces":[{"interface":"back","average":{"1min":0.85299999999999998,"5min":0.82199999999999995,"15min":0.81499999999999995},"min":{"1min":0.65800000000000003,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.0780000000000001,"5min":1.1579999999999999,"15min":1.1579999999999999},"last":1.127},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.98399999999999999,"15min":0.998},"min":{"1min":0.78800000000000003,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.1439999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":0.87}]},{"osd":2,"last update":"Sun Jan 21 11:24:51 2024","interfaces":[{"interface":"back","average":{"1min":0.872,"5min":0.90700000000000003,"15min":0.90300000000000002},"min":{"1min":0.59099999999999997,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.125,"5min":1.276,"15min":1.276},"last":0.96299999999999997},{"interface":"front","average":{"1min":0.84799999999999998,"5min":0.84499999999999997,"15min":0.85499999999999998},"min":{"1min":0.63500000000000001,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.2430000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.67800000000000005}]},{"osd":3,"last update":"Sun Jan 21 11:24:51 2024","interfaces":[{"interface":"back","average":{"1min":0.93000000000000005,"5min":0.94999999999999996,"15min":0.96699999999999997},"min":{"1min":0.71099999999999997,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.1359999999999999,"5min":1.587,"15min":1.587},"last":0.83599999999999997},{"interface":"front","average":{"1min":1.0309999999999999,"5min":1.0409999999999999,"15min":1.05},"min":{"1min":0.81899999999999995,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.3799999999999999,"5min":1.403,"15min":1.403},"last":1.0920000000000001}]},{"osd":4,"last update":"Sun Jan 21 11:24:51 2024","interfaces":[{"interface":"back","average":{"1min":0.90000000000000002,"5min":0.96699999999999997,"15min":0.98899999999999999},"min":{"1min":0.66200000000000003,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.258,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":0.996},{"interface":"front","average":{"1min":0.94299999999999995,"5min":1.012,"15min":1.026},"min":{"1min":0.70599999999999996,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":1.179,"5min":1.893,"15min":1.893},"last":0.93799999999999994}]},{"osd":5,"last update":"Sun Jan 21 11:24:56 2024","interfaces":[{"interface":"back","average":{"1min":1.1439999999999999,"5min":1.1040000000000001,"15min":1.1000000000000001},"min":{"1min":0.89400000000000002,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":1.5800000000000001,"5min":1.5800000000000001,"15min":1.5800000000000001},"last":1.1870000000000001},{"interface":"front","average":{"1min":1.1679999999999999,"5min":1.1870000000000001,"15min":1.181},"min":{"1min":0.89900000000000002,"5min":0.749,"15min":0.749},"max":{"1min":1.5549999999999999,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":1.0369999999999999}]},{"osd":7,"last update":"Sun Jan 21 11:25:02 2024","interfaces":[{"interface":"back","average":{"1min":1.177,"5min":1.155,"15min":1.151},"min":{"1min":0.88300000000000001,"5min":0.85199999999999998,"15min":0.85199999999999998},"max":{"1min":1.865,"5min":1.865,"15min":1.865},"last":1.0669999999999999},{"interface":"front","average":{"1min":1.1759999999999999,"5min":1.1799999999999999,"15min":1.169},"min":{"1min":0.95899999999999996,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.425,"5min":1.6379999999999999,"15min":1.6379999999999999},"last":1.149}]}]}],"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-01-21T11:25:22.437 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-21T11:25:22.437 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-21T11:25:22.437 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-21T11:25:22.438 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T11:25:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:22 smithi079 bash[19822]: cluster 2024-01-21T11:25:21.151183+0000 mgr.smithi046.egcsjs (mgr.14182) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:22 smithi079 bash[19822]: audit 2024-01-21T11:25:21.167798+0000 mon.smithi046 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:25:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:22 smithi079 bash[19822]: audit 2024-01-21T11:25:21.476007+0000 mon.smithi046 (mon.0) 586 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:25:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:22 smithi079 bash[19822]: audit 2024-01-21T11:25:21.774403+0000 mon.smithi046 (mon.0) 587 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:25:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:22 smithi079 bash[19822]: audit 2024-01-21T11:25:21.776002+0000 mon.smithi046 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:25:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:22 smithi079 bash[19822]: audit 2024-01-21T11:25:21.785158+0000 mon.smithi046 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:25:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:22 smithi079 bash[19822]: audit 2024-01-21T11:25:21.793084+0000 mon.smithi046 (mon.0) 590 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:25:23.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:23 smithi079 bash[19822]: audit 2024-01-21T11:25:21.836266+0000 mgr.smithi046.egcsjs (mgr.14182) 201 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:25:23.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:23 smithi046 bash[16032]: audit 2024-01-21T11:25:21.836266+0000 mgr.smithi046.egcsjs (mgr.14182) 201 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:25:24.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:24 smithi079 bash[19822]: cluster 2024-01-21T11:25:23.151836+0000 mgr.smithi046.egcsjs (mgr.14182) 202 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:24.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:24 smithi046 bash[16032]: cluster 2024-01-21T11:25:23.151836+0000 mgr.smithi046.egcsjs (mgr.14182) 202 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:26.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:26 smithi079 bash[19822]: cluster 2024-01-21T11:25:25.152396+0000 mgr.smithi046.egcsjs (mgr.14182) 203 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:26.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:26 smithi046 bash[16032]: cluster 2024-01-21T11:25:25.152396+0000 mgr.smithi046.egcsjs (mgr.14182) 203 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:27.283 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/mon.smithi046/config 2024-01-21T11:25:28.404 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:28 smithi046 bash[16032]: cluster 2024-01-21T11:25:27.152995+0000 mgr.smithi046.egcsjs (mgr.14182) 204 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:28.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:28 smithi079 bash[19822]: cluster 2024-01-21T11:25:27.152995+0000 mgr.smithi046.egcsjs (mgr.14182) 204 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:30.107 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:25:30.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:30 smithi079 bash[19822]: cluster 2024-01-21T11:25:29.153527+0000 mgr.smithi046.egcsjs (mgr.14182) 205 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:30.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:30 smithi079 bash[19822]: audit 2024-01-21T11:25:30.106571+0000 mon.smithi046 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.46:0/219040534' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T11:25:30.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:30 smithi046 bash[16032]: cluster 2024-01-21T11:25:29.153527+0000 mgr.smithi046.egcsjs (mgr.14182) 205 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:30.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:30 smithi046 bash[16032]: audit 2024-01-21T11:25:30.106571+0000 mon.smithi046 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.46:0/219040534' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T11:25:30.679 INFO:teuthology.orchestra.run.smithi046.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-21T11:25:30.679 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-21T11:25:30.679 INFO:tasks.cephadm:Setup complete, yielding 2024-01-21T11:25:30.679 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T11:25:30.690 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi046.front.sepia.ceph.com 2024-01-21T11:25:30.690 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- bash -c 'ceph orch status' 2024-01-21T11:25:31.852 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:31 smithi046 bash[16032]: cluster 2024-01-21T11:25:31.154167+0000 mgr.smithi046.egcsjs (mgr.14182) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:31.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:31 smithi079 bash[19822]: cluster 2024-01-21T11:25:31.154167+0000 mgr.smithi046.egcsjs (mgr.14182) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:33.801 INFO:teuthology.orchestra.run.smithi046.stdout:Backend: cephadm 2024-01-21T11:25:33.801 INFO:teuthology.orchestra.run.smithi046.stdout:Available: Yes 2024-01-21T11:25:33.801 INFO:teuthology.orchestra.run.smithi046.stdout:Paused: No 2024-01-21T11:25:34.337 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-21T11:25:34.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:34 smithi079 bash[19822]: cluster 2024-01-21T11:25:33.155203+0000 mgr.smithi046.egcsjs (mgr.14182) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:34.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:34 smithi046 bash[16032]: cluster 2024-01-21T11:25:33.155203+0000 mgr.smithi046.egcsjs (mgr.14182) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:35.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:35 smithi079 bash[19822]: audit 2024-01-21T11:25:33.800096+0000 mgr.smithi046.egcsjs (mgr.14182) 208 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:25:35.557 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:35 smithi046 bash[16032]: audit 2024-01-21T11:25:33.800096+0000 mgr.smithi046.egcsjs (mgr.14182) 208 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:25:36.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:36 smithi079 bash[19822]: cluster 2024-01-21T11:25:35.155872+0000 mgr.smithi046.egcsjs (mgr.14182) 209 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:36.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:36 smithi046 bash[16032]: cluster 2024-01-21T11:25:35.155872+0000 mgr.smithi046.egcsjs (mgr.14182) 209 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:37.412 INFO:teuthology.orchestra.run.smithi046.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-21T11:25:37.413 INFO:teuthology.orchestra.run.smithi046.stdout:alertmanager.smithi046 smithi046 *:9093,9094 running (3m) 16s ago 5m 14.5M - 0.23.0 ba2b418f427c 9b5a7090e4dd 2024-01-21T11:25:37.413 INFO:teuthology.orchestra.run.smithi046.stdout:crash.smithi046 smithi046 running (5m) 16s ago 5m 7572k - 16.2.14-454-gea310589 9b28eb2d7c37 e225f85e2373 2024-01-21T11:25:37.413 INFO:teuthology.orchestra.run.smithi046.stdout:crash.smithi079 smithi079 running (5m) 15s ago 5m 9551k - 16.2.14-454-gea310589 9b28eb2d7c37 34f334efaea7 2024-01-21T11:25:37.413 INFO:teuthology.orchestra.run.smithi046.stdout:grafana.smithi046 smithi046 *:3000 running (3m) 16s ago 5m 42.1M - 8.3.5 dad864ee21e9 c2f192c0e7d0 2024-01-21T11:25:37.413 INFO:teuthology.orchestra.run.smithi046.stdout:mgr.smithi046.egcsjs smithi046 *:9283 running (7m) 16s ago 7m 429M - 16.2.14-454-gea310589 9b28eb2d7c37 fa0c05537eb2 2024-01-21T11:25:37.413 INFO:teuthology.orchestra.run.smithi046.stdout:mgr.smithi079.jvxvnc smithi079 *:8443,9283 running (5m) 15s ago 5m 377M - 16.2.14-454-gea310589 9b28eb2d7c37 e346e3ce99fb 2024-01-21T11:25:37.413 INFO:teuthology.orchestra.run.smithi046.stdout:mon.smithi046 smithi046 running (7m) 16s ago 7m 59.1M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 88f2a6f9ebce 2024-01-21T11:25:37.413 INFO:teuthology.orchestra.run.smithi046.stdout:mon.smithi079 smithi079 running (5m) 15s ago 5m 56.2M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 9aa046f9744c 2024-01-21T11:25:37.413 INFO:teuthology.orchestra.run.smithi046.stdout:node-exporter.smithi046 smithi046 *:9100 running (5m) 16s ago 5m 11.9M - 1.3.1 1dbe0e931976 f71a9692e4da 2024-01-21T11:25:37.413 INFO:teuthology.orchestra.run.smithi046.stdout:node-exporter.smithi079 smithi079 *:9100 running (5m) 15s ago 5m 11.2M - 1.3.1 1dbe0e931976 7c3a4a259d32 2024-01-21T11:25:37.413 INFO:teuthology.orchestra.run.smithi046.stdout:osd.0 smithi079 running (4m) 15s ago 4m 35.3M 3785M 16.2.14-454-gea310589 9b28eb2d7c37 486a3b1b622d 2024-01-21T11:25:37.413 INFO:teuthology.orchestra.run.smithi046.stdout:osd.1 smithi046 running (4m) 16s ago 4m 35.0M 3530M 16.2.14-454-gea310589 9b28eb2d7c37 bcad14bdc32f 2024-01-21T11:25:37.414 INFO:teuthology.orchestra.run.smithi046.stdout:osd.2 smithi079 running (4m) 15s ago 4m 34.3M 3785M 16.2.14-454-gea310589 9b28eb2d7c37 3d872663ab7e 2024-01-21T11:25:37.414 INFO:teuthology.orchestra.run.smithi046.stdout:osd.3 smithi046 running (4m) 16s ago 4m 34.9M 3530M 16.2.14-454-gea310589 9b28eb2d7c37 c5388569957f 2024-01-21T11:25:37.414 INFO:teuthology.orchestra.run.smithi046.stdout:osd.4 smithi079 running (4m) 15s ago 4m 34.7M 3785M 16.2.14-454-gea310589 9b28eb2d7c37 00460f6bc130 2024-01-21T11:25:37.414 INFO:teuthology.orchestra.run.smithi046.stdout:osd.5 smithi046 running (3m) 16s ago 3m 33.9M 3530M 16.2.14-454-gea310589 9b28eb2d7c37 37a468667495 2024-01-21T11:25:37.414 INFO:teuthology.orchestra.run.smithi046.stdout:osd.6 smithi079 running (3m) 15s ago 3m 35.0M 3785M 16.2.14-454-gea310589 9b28eb2d7c37 b96f70a20fcc 2024-01-21T11:25:37.414 INFO:teuthology.orchestra.run.smithi046.stdout:osd.7 smithi046 running (3m) 16s ago 3m 34.6M 3530M 16.2.14-454-gea310589 9b28eb2d7c37 fb2cbe0000f8 2024-01-21T11:25:37.414 INFO:teuthology.orchestra.run.smithi046.stdout:prometheus.smithi079 smithi079 *:9095 running (4m) 15s ago 4m 54.5M - 2.33.4 514e6a882f6e ddfff744059d 2024-01-21T11:25:37.963 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-21T11:25:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:38 smithi079 bash[19822]: cluster 2024-01-21T11:25:37.156374+0000 mgr.smithi046.egcsjs (mgr.14182) 210 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:38.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:38 smithi079 bash[19822]: audit 2024-01-21T11:25:37.389470+0000 mgr.smithi046.egcsjs (mgr.14182) 211 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:25:38.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:38 smithi046 bash[16032]: cluster 2024-01-21T11:25:37.156374+0000 mgr.smithi046.egcsjs (mgr.14182) 210 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:38.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:38 smithi046 bash[16032]: audit 2024-01-21T11:25:37.389470+0000 mgr.smithi046.egcsjs (mgr.14182) 211 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:25:40.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:40 smithi079 bash[19822]: cluster 2024-01-21T11:25:39.156918+0000 mgr.smithi046.egcsjs (mgr.14182) 212 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:40.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:40 smithi046 bash[16032]: cluster 2024-01-21T11:25:39.156918+0000 mgr.smithi046.egcsjs (mgr.14182) 212 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:41.030 INFO:teuthology.orchestra.run.smithi046.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-21T11:25:41.031 INFO:teuthology.orchestra.run.smithi046.stdout:alertmanager ?:9093,9094 1/1 19s ago 6m count:1 2024-01-21T11:25:41.031 INFO:teuthology.orchestra.run.smithi046.stdout:crash 2/2 19s ago 6m * 2024-01-21T11:25:41.031 INFO:teuthology.orchestra.run.smithi046.stdout:grafana ?:3000 1/1 19s ago 6m count:1 2024-01-21T11:25:41.031 INFO:teuthology.orchestra.run.smithi046.stdout:mgr 2/2 19s ago 6m count:2 2024-01-21T11:25:41.031 INFO:teuthology.orchestra.run.smithi046.stdout:mon 2/2 19s ago 5m smithi046:172.21.15.46=smithi046;smithi079:172.21.15.79=smithi079;count:2 2024-01-21T11:25:41.031 INFO:teuthology.orchestra.run.smithi046.stdout:node-exporter ?:9100 2/2 19s ago 6m * 2024-01-21T11:25:41.031 INFO:teuthology.orchestra.run.smithi046.stdout:osd.all-available-devices 8 19s ago 4m * 2024-01-21T11:25:41.031 INFO:teuthology.orchestra.run.smithi046.stdout:prometheus ?:9095 1/1 19s ago 6m count:1 2024-01-21T11:25:41.603 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-21T11:25:41.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:41 smithi046 bash[16032]: audit 2024-01-21T11:25:41.023721+0000 mgr.smithi046.egcsjs (mgr.14182) 213 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:25:41.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:41 smithi046 bash[16032]: cluster 2024-01-21T11:25:41.157484+0000 mgr.smithi046.egcsjs (mgr.14182) 214 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:41.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:41 smithi079 bash[19822]: audit 2024-01-21T11:25:41.023721+0000 mgr.smithi046.egcsjs (mgr.14182) 213 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:25:41.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:41 smithi079 bash[19822]: cluster 2024-01-21T11:25:41.157484+0000 mgr.smithi046.egcsjs (mgr.14182) 214 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:44.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:44 smithi079 bash[19822]: cluster 2024-01-21T11:25:43.158073+0000 mgr.smithi046.egcsjs (mgr.14182) 215 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:44.591 INFO:teuthology.orchestra.run.smithi046.stdout:HOST ADDR LABELS STATUS 2024-01-21T11:25:44.591 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 172.21.15.46 2024-01-21T11:25:44.591 INFO:teuthology.orchestra.run.smithi046.stdout:smithi079 172.21.15.79 2024-01-21T11:25:44.591 INFO:teuthology.orchestra.run.smithi046.stdout:2 hosts in cluster 2024-01-21T11:25:44.627 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:44 smithi046 bash[16032]: cluster 2024-01-21T11:25:43.158073+0000 mgr.smithi046.egcsjs (mgr.14182) 215 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:45.212 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-21T11:25:46.458 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:46 smithi046 bash[16032]: audit 2024-01-21T11:25:44.588794+0000 mgr.smithi046.egcsjs (mgr.14182) 216 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:25:46.459 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:46 smithi046 bash[16032]: cluster 2024-01-21T11:25:45.158672+0000 mgr.smithi046.egcsjs (mgr.14182) 217 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:46 smithi079 bash[19822]: audit 2024-01-21T11:25:44.588794+0000 mgr.smithi046.egcsjs (mgr.14182) 216 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:25:46.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:46 smithi079 bash[19822]: cluster 2024-01-21T11:25:45.158672+0000 mgr.smithi046.egcsjs (mgr.14182) 217 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:48.221 INFO:teuthology.orchestra.run.smithi046.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T11:25:48.221 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme0n1 ssd _PHMB7512009A480DGN 447G 3m ago Has a FileSystem, LVM detected 2024-01-21T11:25:48.221 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme1n1 ssd _5a0fcd4772654a21 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:25:48.221 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme2n1 ssd _70faf99e66074a87 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:25:48.221 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme3n1 ssd _7894c4d56b442819 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:25:48.221 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme4n1 ssd _bba42e9b84077693 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:25:48.221 INFO:teuthology.orchestra.run.smithi046.stdout:smithi079 /dev/nvme0n1 ssd _PHFT6204013G400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-21T11:25:48.221 INFO:teuthology.orchestra.run.smithi046.stdout:smithi079 /dev/nvme1n1 ssd _f02f33b0556207fb 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:25:48.221 INFO:teuthology.orchestra.run.smithi046.stdout:smithi079 /dev/nvme2n1 ssd _018bb2fd272ba384 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:25:48.222 INFO:teuthology.orchestra.run.smithi046.stdout:smithi079 /dev/nvme3n1 ssd _a1949224f2ee1c8d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:25:48.222 INFO:teuthology.orchestra.run.smithi046.stdout:smithi079 /dev/nvme4n1 ssd _d3cf4d65c2cecaae 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:25:48.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:48 smithi079 bash[19822]: cluster 2024-01-21T11:25:47.159394+0000 mgr.smithi046.egcsjs (mgr.14182) 218 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:48.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:48 smithi046 bash[16032]: cluster 2024-01-21T11:25:47.159394+0000 mgr.smithi046.egcsjs (mgr.14182) 218 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:48.824 INFO:teuthology.run_tasks:Running task vip... 2024-01-21T11:25:48.834 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-21T11:25:48.834 INFO:tasks.vip:peername 172.21.15.46 2024-01-21T11:25:48.837 INFO:tasks.vip:172.21.15.46 in 172.21.0.0/20, pos 3885 2024-01-21T11:25:48.841 INFO:tasks.vip:smithi046.front.sepia.ceph.com static 10.0.15.46, vnet 10.0.0.0/16 2024-01-21T11:25:48.841 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-21T11:25:48.842 DEBUG:teuthology.orchestra.run.smithi046:> sudo ip route ls 2024-01-21T11:25:48.856 INFO:teuthology.orchestra.run.smithi046.stdout:default via 172.21.15.254 dev ens1f0 2024-01-21T11:25:48.856 INFO:teuthology.orchestra.run.smithi046.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-21T11:25:48.856 INFO:teuthology.orchestra.run.smithi046.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.46 2024-01-21T11:25:48.857 INFO:tasks.vip:Configuring 10.0.15.46 on smithi046.front.sepia.ceph.com iface ens1f0... 2024-01-21T11:25:48.857 DEBUG:teuthology.orchestra.run.smithi046:> sudo ip addr add 10.0.15.46/16 dev ens1f0 2024-01-21T11:25:48.915 INFO:tasks.vip:peername 172.21.15.79 2024-01-21T11:25:48.918 INFO:tasks.vip:172.21.15.79 in 172.21.0.0/20, pos 3918 2024-01-21T11:25:48.923 INFO:tasks.vip:smithi079.front.sepia.ceph.com static 10.0.15.79, vnet 10.0.0.0/16 2024-01-21T11:25:48.923 DEBUG:teuthology.orchestra.run.smithi079:> sudo ip route ls 2024-01-21T11:25:48.938 INFO:teuthology.orchestra.run.smithi079.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-21T11:25:48.938 INFO:teuthology.orchestra.run.smithi079.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.79 metric 100 2024-01-21T11:25:48.938 INFO:teuthology.orchestra.run.smithi079.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-21T11:25:48.938 INFO:teuthology.orchestra.run.smithi079.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.79 2024-01-21T11:25:48.938 INFO:teuthology.orchestra.run.smithi079.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.79 metric 100 2024-01-21T11:25:48.939 INFO:tasks.vip:Configuring 10.0.15.79 on smithi079.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T11:25:48.940 DEBUG:teuthology.orchestra.run.smithi079:> sudo ip addr add 10.0.15.79/16 dev enp3s0f1 2024-01-21T11:25:48.997 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T11:25:49.006 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi046.front.sepia.ceph.com 2024-01-21T11:25:49.006 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-21T11:25:49.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:49 smithi079 bash[19822]: audit 2024-01-21T11:25:48.211596+0000 mgr.smithi046.egcsjs (mgr.14182) 219 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:25:49.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:49 smithi046 bash[16032]: audit 2024-01-21T11:25:48.211596+0000 mgr.smithi046.egcsjs (mgr.14182) 219 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:25:50.314 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:50 smithi046 bash[16032]: cluster 2024-01-21T11:25:49.159976+0000 mgr.smithi046.egcsjs (mgr.14182) 220 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:50.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:50 smithi079 bash[19822]: cluster 2024-01-21T11:25:49.159976+0000 mgr.smithi046.egcsjs (mgr.14182) 220 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:51.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:51 smithi046 bash[16032]: cluster 2024-01-21T11:25:51.160593+0000 mgr.smithi046.egcsjs (mgr.14182) 221 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:51.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:51 smithi079 bash[19822]: cluster 2024-01-21T11:25:51.160593+0000 mgr.smithi046.egcsjs (mgr.14182) 221 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:52.103 INFO:teuthology.orchestra.run.smithi046.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T11:25:52.104 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme0n1 ssd _PHMB7512009A480DGN 447G 3m ago Has a FileSystem, LVM detected 2024-01-21T11:25:52.104 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme1n1 ssd _5a0fcd4772654a21 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:25:52.104 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme2n1 ssd _70faf99e66074a87 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:25:52.104 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme3n1 ssd _7894c4d56b442819 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:25:52.104 INFO:teuthology.orchestra.run.smithi046.stdout:smithi046 /dev/nvme4n1 ssd _bba42e9b84077693 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:25:52.104 INFO:teuthology.orchestra.run.smithi046.stdout:smithi079 /dev/nvme0n1 ssd _PHFT6204013G400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-21T11:25:52.104 INFO:teuthology.orchestra.run.smithi046.stdout:smithi079 /dev/nvme1n1 ssd _f02f33b0556207fb 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:25:52.104 INFO:teuthology.orchestra.run.smithi046.stdout:smithi079 /dev/nvme2n1 ssd _018bb2fd272ba384 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:25:52.104 INFO:teuthology.orchestra.run.smithi046.stdout:smithi079 /dev/nvme3n1 ssd _a1949224f2ee1c8d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:25:52.104 INFO:teuthology.orchestra.run.smithi046.stdout:smithi079 /dev/nvme4n1 ssd _d3cf4d65c2cecaae 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T11:25:52.729 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-21T11:25:52.739 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi046.front.sepia.ceph.com 2024-01-21T11:25:52.739 DEBUG:teuthology.orchestra.run.smithi046:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-21T11:25:52.751 INFO:teuthology.orchestra.run.smithi046.stderr:+ systemctl stop nfs-server 2024-01-21T11:25:52.772 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi079.front.sepia.ceph.com 2024-01-21T11:25:52.772 DEBUG:teuthology.orchestra.run.smithi079:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-21T11:25:52.786 INFO:teuthology.orchestra.run.smithi079.stderr:+ systemctl stop nfs-server 2024-01-21T11:25:52.808 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T11:25:52.817 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi046.front.sepia.ceph.com 2024-01-21T11:25:52.817 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-01-21T11:25:52.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:52 smithi046 bash[16032]: audit 2024-01-21T11:25:52.094311+0000 mgr.smithi046.egcsjs (mgr.14182) 222 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:25:52.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:52 smithi046 bash[16032]: audit 2024-01-21T11:25:52.144781+0000 mon.smithi046 (mon.0) 592 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:25:52.872 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:52 smithi079 bash[19822]: audit 2024-01-21T11:25:52.094311+0000 mgr.smithi046.egcsjs (mgr.14182) 222 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:25:52.872 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:52 smithi079 bash[19822]: audit 2024-01-21T11:25:52.144781+0000 mon.smithi046 (mon.0) 592 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:25:53.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:53 smithi046 bash[16032]: cluster 2024-01-21T11:25:53.161168+0000 mgr.smithi046.egcsjs (mgr.14182) 223 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:53 smithi079 bash[19822]: cluster 2024-01-21T11:25:53.161168+0000 mgr.smithi046.egcsjs (mgr.14182) 223 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:56.033 INFO:teuthology.orchestra.run.smithi046.stdout:Scheduled rgw.foorgw update... 2024-01-21T11:25:56.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:56 smithi046 bash[16032]: cluster 2024-01-21T11:25:55.161809+0000 mgr.smithi046.egcsjs (mgr.14182) 224 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:56.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:56 smithi046 bash[16032]: audit 2024-01-21T11:25:56.031014+0000 mon.smithi046 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:25:56.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:56 smithi079 bash[19822]: cluster 2024-01-21T11:25:55.161809+0000 mgr.smithi046.egcsjs (mgr.14182) 224 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:56.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:56 smithi079 bash[19822]: audit 2024-01-21T11:25:56.031014+0000 mon.smithi046 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:25:56.747 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.46/16' 2024-01-21T11:25:57.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:57 smithi079 bash[19822]: audit 2024-01-21T11:25:56.021696+0000 mgr.smithi046.egcsjs (mgr.14182) 225 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:25:57.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:57 smithi079 bash[19822]: cephadm 2024-01-21T11:25:56.024751+0000 mgr.smithi046.egcsjs (mgr.14182) 226 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-21T11:25:57.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:57 smithi046 bash[16032]: audit 2024-01-21T11:25:56.021696+0000 mgr.smithi046.egcsjs (mgr.14182) 225 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:25:57.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:57 smithi046 bash[16032]: cephadm 2024-01-21T11:25:56.024751+0000 mgr.smithi046.egcsjs (mgr.14182) 226 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-21T11:25:58.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:58 smithi079 bash[19822]: cluster 2024-01-21T11:25:57.162459+0000 mgr.smithi046.egcsjs (mgr.14182) 227 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:58.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:58 smithi079 bash[19822]: audit 2024-01-21T11:25:58.008432+0000 mon.smithi046 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:25:58.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:58 smithi046 bash[16032]: cluster 2024-01-21T11:25:57.162459+0000 mgr.smithi046.egcsjs (mgr.14182) 227 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:25:58.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:58 smithi046 bash[16032]: audit 2024-01-21T11:25:58.008432+0000 mon.smithi046 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:25:59.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:25:59 smithi079 bash[19822]: audit 2024-01-21T11:25:58.432557+0000 mon.smithi046 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:25:59.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:25:59 smithi046 bash[16032]: audit 2024-01-21T11:25:58.432557+0000 mon.smithi046 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:00.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:00 smithi079 bash[19822]: cluster 2024-01-21T11:25:59.162998+0000 mgr.smithi046.egcsjs (mgr.14182) 228 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:00.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:00 smithi046 bash[16032]: cluster 2024-01-21T11:25:59.162998+0000 mgr.smithi046.egcsjs (mgr.14182) 228 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:01.579 INFO:teuthology.orchestra.run.smithi046.stdout:NFS Cluster Created Successfully 2024-01-21T11:26:01.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:01 smithi079 bash[19822]: audit 2024-01-21T11:25:59.990221+0000 mgr.smithi046.egcsjs (mgr.14182) 229 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.46/16", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:26:01.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:01 smithi079 bash[19822]: audit 2024-01-21T11:25:59.993576+0000 mon.smithi046 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-21T11:26:01.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:01 smithi079 bash[19822]: audit 2024-01-21T11:26:00.508126+0000 mon.smithi046 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-21T11:26:01.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:01 smithi079 bash[19822]: cluster 2024-01-21T11:26:00.508244+0000 mon.smithi046 (mon.0) 598 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-21T11:26:01.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:01 smithi079 bash[19822]: audit 2024-01-21T11:26:00.512000+0000 mon.smithi046 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-21T11:26:01.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:01 smithi046 bash[16032]: audit 2024-01-21T11:25:59.990221+0000 mgr.smithi046.egcsjs (mgr.14182) 229 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.46/16", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:26:01.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:01 smithi046 bash[16032]: audit 2024-01-21T11:25:59.993576+0000 mon.smithi046 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-21T11:26:01.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:01 smithi046 bash[16032]: audit 2024-01-21T11:26:00.508126+0000 mon.smithi046 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-21T11:26:01.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:01 smithi046 bash[16032]: cluster 2024-01-21T11:26:00.508244+0000 mon.smithi046 (mon.0) 598 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-21T11:26:01.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:01 smithi046 bash[16032]: audit 2024-01-21T11:26:00.512000+0000 mon.smithi046 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-21T11:26:02.255 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-21T11:26:02.265 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi046.front.sepia.ceph.com 2024-01-21T11:26:02.265 DEBUG:teuthology.orchestra.run.smithi046:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-01-21T11:26:02.278 INFO:teuthology.orchestra.run.smithi046.stderr:+ dnf install -y python3-boto3 2024-01-21T11:26:02.279 INFO:teuthology.orchestra.run.smithi046.stderr:bash: dnf: command not found 2024-01-21T11:26:02.279 INFO:teuthology.orchestra.run.smithi046.stderr:+ apt install -y python3-boto3 2024-01-21T11:26:02.284 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-21T11:26:02.284 INFO:teuthology.orchestra.run.smithi046.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2024-01-21T11:26:02.284 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-21T11:26:02.356 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-01-21T11:26:02.673 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2024-01-21T11:26:02.673 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2024-01-21T11:26:02.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:02 smithi046 bash[16032]: cluster 2024-01-21T11:26:01.163751+0000 mgr.smithi046.egcsjs (mgr.14182) 230 : cluster [DBG] pgmap v205: 33 pgs: 11 creating+peering, 21 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:02.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:02 smithi046 bash[16032]: audit 2024-01-21T11:26:01.511987+0000 mon.smithi046 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-21T11:26:02.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:02 smithi046 bash[16032]: cluster 2024-01-21T11:26:01.512608+0000 mon.smithi046 (mon.0) 601 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-21T11:26:02.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:02 smithi046 bash[16032]: audit 2024-01-21T11:26:01.570382+0000 mon.smithi046 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:02.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:02 smithi046 bash[16032]: audit 2024-01-21T11:26:01.576876+0000 mon.smithi046 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:02.914 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages were automatically installed and are no longer required: 2024-01-21T11:26:02.914 INFO:teuthology.orchestra.run.smithi046.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-01-21T11:26:02.914 INFO:teuthology.orchestra.run.smithi046.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-01-21T11:26:02.915 INFO:teuthology.orchestra.run.smithi046.stdout: linux-modules-extra-4.15.0-194-generic 2024-01-21T11:26:02.915 INFO:teuthology.orchestra.run.smithi046.stdout:Use 'sudo apt autoremove' to remove them. 2024-01-21T11:26:02.915 INFO:teuthology.orchestra.run.smithi046.stdout:The following additional packages will be installed: 2024-01-21T11:26:02.916 INFO:teuthology.orchestra.run.smithi046.stdout: docutils-common libpaper-utils libpaper1 python3-botocore python3-dateutil 2024-01-21T11:26:02.916 INFO:teuthology.orchestra.run.smithi046.stdout: python3-docutils python3-jmespath python3-olefile python3-pil 2024-01-21T11:26:02.916 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pygments python3-roman python3-s3transfer sgml-base xml-core 2024-01-21T11:26:02.918 INFO:teuthology.orchestra.run.smithi046.stdout:Suggested packages: 2024-01-21T11:26:02.919 INFO:teuthology.orchestra.run.smithi046.stdout: docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 2024-01-21T11:26:02.919 INFO:teuthology.orchestra.run.smithi046.stdout: texlive-latex-base texlive-latex-recommended python-pil-doc python3-pil-dbg 2024-01-21T11:26:02.919 INFO:teuthology.orchestra.run.smithi046.stdout: sgml-base-doc debhelper 2024-01-21T11:26:02.959 INFO:teuthology.orchestra.run.smithi046.stdout:The following NEW packages will be installed: 2024-01-21T11:26:02.960 INFO:teuthology.orchestra.run.smithi046.stdout: docutils-common libpaper-utils libpaper1 python3-boto3 python3-botocore 2024-01-21T11:26:02.960 INFO:teuthology.orchestra.run.smithi046.stdout: python3-dateutil python3-docutils python3-jmespath python3-olefile 2024-01-21T11:26:02.960 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pil python3-pygments python3-roman python3-s3transfer sgml-base 2024-01-21T11:26:02.961 INFO:teuthology.orchestra.run.smithi046.stdout: xml-core 2024-01-21T11:26:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:02 smithi079 bash[19822]: cluster 2024-01-21T11:26:01.163751+0000 mgr.smithi046.egcsjs (mgr.14182) 230 : cluster [DBG] pgmap v205: 33 pgs: 11 creating+peering, 21 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:02 smithi079 bash[19822]: audit 2024-01-21T11:26:01.511987+0000 mon.smithi046 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-21T11:26:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:02 smithi079 bash[19822]: cluster 2024-01-21T11:26:01.512608+0000 mon.smithi046 (mon.0) 601 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-21T11:26:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:02 smithi079 bash[19822]: audit 2024-01-21T11:26:01.570382+0000 mon.smithi046 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:02 smithi079 bash[19822]: audit 2024-01-21T11:26:01.576876+0000 mon.smithi046 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:03.151 INFO:teuthology.orchestra.run.smithi046.stdout:0 upgraded, 15 newly installed, 0 to remove and 146 not upgraded. 2024-01-21T11:26:03.151 INFO:teuthology.orchestra.run.smithi046.stdout:Need to get 4,955 kB of archives. 2024-01-21T11:26:03.151 INFO:teuthology.orchestra.run.smithi046.stdout:After this operation, 55.1 MB of additional disk space will be used. 2024-01-21T11:26:03.151 INFO:teuthology.orchestra.run.smithi046.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 sgml-base all 1.29 [12.3 kB] 2024-01-21T11:26:03.233 INFO:teuthology.orchestra.run.smithi046.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 xml-core all 0.18 [21.3 kB] 2024-01-21T11:26:03.273 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 docutils-common all 0.14+dfsg-3 [156 kB] 2024-01-21T11:26:03.497 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB] 2024-01-21T11:26:03.505 INFO:teuthology.orchestra.run.smithi046.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8,170 B] 2024-01-21T11:26:03.510 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dateutil all 2.6.1-1 [52.3 kB] 2024-01-21T11:26:03.536 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-roman all 2.0.0-3 [8,624 B] 2024-01-21T11:26:03.540 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-docutils all 0.14+dfsg-3 [363 kB] 2024-01-21T11:26:03.642 INFO:teuthology.orchestra.run.smithi046.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-jmespath all 0.9.3-1ubuntu1.1 [18.8 kB] 2024-01-21T11:26:03.646 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:26:03.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:03 smithi079 bash[19822]: cephadm 2024-01-21T11:26:01.566500+0000 mgr.smithi046.egcsjs (mgr.14182) 231 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-21T11:26:03.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:03 smithi079 bash[19822]: cephadm 2024-01-21T11:26:01.572293+0000 mgr.smithi046.egcsjs (mgr.14182) 232 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-21T11:26:03.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:03 smithi079 bash[19822]: cluster 2024-01-21T11:26:02.519196+0000 mon.smithi046 (mon.0) 604 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-21T11:26:03.848 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:03 smithi079 bash[19822]: cluster 2024-01-21T11:26:02.588392+0000 mon.smithi046 (mon.0) 605 : cluster [DBG] mgrmap e19: smithi046.egcsjs(active, since 5m), standbys: smithi079.jvxvnc 2024-01-21T11:26:03.855 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:26:03.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:03 smithi046 bash[16032]: cephadm 2024-01-21T11:26:01.566500+0000 mgr.smithi046.egcsjs (mgr.14182) 231 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-21T11:26:03.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:03 smithi046 bash[16032]: cephadm 2024-01-21T11:26:01.572293+0000 mgr.smithi046.egcsjs (mgr.14182) 232 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-21T11:26:03.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:03 smithi046 bash[16032]: cluster 2024-01-21T11:26:02.519196+0000 mon.smithi046 (mon.0) 604 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-21T11:26:03.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:03 smithi046 bash[16032]: cluster 2024-01-21T11:26:02.588392+0000 mon.smithi046 (mon.0) 605 : cluster [DBG] mgrmap e19: smithi046.egcsjs(active, since 5m), standbys: smithi079.jvxvnc 2024-01-21T11:26:04.021 INFO:teuthology.orchestra.run.smithi046.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-boto3 all 1.4.2-1 [61.8 kB] 2024-01-21T11:26:04.296 INFO:teuthology.orchestra.run.smithi046.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-olefile all 0.45.1-1 [33.3 kB] 2024-01-21T11:26:04.328 INFO:teuthology.orchestra.run.smithi046.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pil amd64 5.1.0-1ubuntu0.8 [331 kB] 2024-01-21T11:26:04.532 INFO:teuthology.orchestra.run.smithi046.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pygments all 2.2.0+dfsg-1ubuntu0.2 [574 kB] 2024-01-21T11:26:04.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:04 smithi046 bash[16032]: cluster 2024-01-21T11:26:03.164389+0000 mgr.smithi046.egcsjs (mgr.14182) 233 : cluster [DBG] pgmap v208: 33 pgs: 11 creating+peering, 16 unknown, 6 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:04.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:04 smithi079 bash[19822]: cluster 2024-01-21T11:26:03.164389+0000 mgr.smithi046.egcsjs (mgr.14182) 233 : cluster [DBG] pgmap v208: 33 pgs: 11 creating+peering, 16 unknown, 6 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:05.161 INFO:teuthology.orchestra.run.smithi046.stderr:debconf: unable to initialize frontend: Dialog 2024-01-21T11:26:05.161 INFO:teuthology.orchestra.run.smithi046.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2024-01-21T11:26:05.162 INFO:teuthology.orchestra.run.smithi046.stderr:debconf: falling back to frontend: Readline 2024-01-21T11:26:05.234 INFO:teuthology.orchestra.run.smithi046.stderr:debconf: unable to initialize frontend: Readline 2024-01-21T11:26:05.234 INFO:teuthology.orchestra.run.smithi046.stderr:debconf: (This frontend requires a controlling tty.) 2024-01-21T11:26:05.234 INFO:teuthology.orchestra.run.smithi046.stderr:debconf: falling back to frontend: Teletype 2024-01-21T11:26:05.240 INFO:teuthology.orchestra.run.smithi046.stderr:dpkg-preconfigure: unable to re-open stdin: 2024-01-21T11:26:05.315 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 4,955 kB in 2s (2,973 kB/s) 2024-01-21T11:26:05.796 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package sgml-base. 2024-01-21T11:26:05.860 INFO:teuthology.orchestra.run.smithi046.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-01-21T11:26:05.865 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../00-sgml-base_1.29_all.deb ... 2024-01-21T11:26:05.951 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking sgml-base (1.29) ... 2024-01-21T11:26:06.868 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package xml-core. 2024-01-21T11:26:06.884 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../01-xml-core_0.18_all.deb ... 2024-01-21T11:26:06.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:06 smithi079 bash[19822]: cluster 2024-01-21T11:26:05.165088+0000 mgr.smithi046.egcsjs (mgr.14182) 234 : cluster [DBG] pgmap v209: 33 pgs: 11 creating+peering, 22 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:06.972 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking xml-core (0.18) ... 2024-01-21T11:26:07.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:06 smithi046 bash[16032]: cluster 2024-01-21T11:26:05.165088+0000 mgr.smithi046.egcsjs (mgr.14182) 234 : cluster [DBG] pgmap v209: 33 pgs: 11 creating+peering, 22 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:07.902 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package docutils-common. 2024-01-21T11:26:07.919 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../02-docutils-common_0.14+dfsg-3_all.deb ... 2024-01-21T11:26:07.970 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking docutils-common (0.14+dfsg-3) ... 2024-01-21T11:26:08.619 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libpaper1:amd64. 2024-01-21T11:26:08.634 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../03-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ... 2024-01-21T11:26:08.777 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2024-01-21T11:26:08.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:08 smithi046 bash[16032]: cluster 2024-01-21T11:26:07.165815+0000 mgr.smithi046.egcsjs (mgr.14182) 235 : cluster [DBG] pgmap v210: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:08.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:08 smithi046 bash[16032]: audit 2024-01-21T11:26:07.932759+0000 mon.smithi046 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:08.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:08 smithi079 bash[19822]: cluster 2024-01-21T11:26:07.165815+0000 mgr.smithi046.egcsjs (mgr.14182) 235 : cluster [DBG] pgmap v210: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:08.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:08 smithi079 bash[19822]: audit 2024-01-21T11:26:07.932759+0000 mon.smithi046 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:09.064 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libpaper-utils. 2024-01-21T11:26:09.080 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../04-libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ... 2024-01-21T11:26:09.122 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ... 2024-01-21T11:26:09.409 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-dateutil. 2024-01-21T11:26:09.421 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../05-python3-dateutil_2.6.1-1_all.deb ... 2024-01-21T11:26:09.459 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-dateutil (2.6.1-1) ... 2024-01-21T11:26:09.829 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-roman. 2024-01-21T11:26:09.845 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../06-python3-roman_2.0.0-3_all.deb ... 2024-01-21T11:26:09.887 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-roman (2.0.0-3) ... 2024-01-21T11:26:10.718 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-docutils. 2024-01-21T11:26:10.737 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../07-python3-docutils_0.14+dfsg-3_all.deb ... 2024-01-21T11:26:10.779 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-docutils (0.14+dfsg-3) ... 2024-01-21T11:26:10.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:10 smithi046 bash[16032]: cluster 2024-01-21T11:26:09.166474+0000 mgr.smithi046.egcsjs (mgr.14182) 236 : cluster [DBG] pgmap v211: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:10.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:10 smithi079 bash[19822]: cluster 2024-01-21T11:26:09.166474+0000 mgr.smithi046.egcsjs (mgr.14182) 236 : cluster [DBG] pgmap v211: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:11.165 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-jmespath. 2024-01-21T11:26:11.181 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../08-python3-jmespath_0.9.3-1ubuntu1.1_all.deb ... 2024-01-21T11:26:11.215 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-jmespath (0.9.3-1ubuntu1.1) ... 2024-01-21T11:26:11.510 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-botocore. 2024-01-21T11:26:11.526 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../09-python3-botocore_1.16.19+repack-1ubuntu0.18.04.1_all.deb ... 2024-01-21T11:26:11.568 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2024-01-21T11:26:12.228 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:11 smithi079 bash[19822]: audit 2024-01-21T11:26:10.945707+0000 mon.smithi046 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:12.228 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:11 smithi079 bash[19822]: audit 2024-01-21T11:26:10.947256+0000 mon.smithi046 (mon.0) 608 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:26:12.228 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:11 smithi079 bash[19822]: audit 2024-01-21T11:26:10.948479+0000 mon.smithi046 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:26:12.228 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:11 smithi079 bash[19822]: audit 2024-01-21T11:26:10.956228+0000 mon.smithi046 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:12.229 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:11 smithi079 bash[19822]: audit 2024-01-21T11:26:10.963196+0000 mon.smithi046 (mon.0) 611 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:26:12.229 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:11 smithi079 bash[19822]: cephadm 2024-01-21T11:26:10.971372+0000 mgr.smithi046.egcsjs (mgr.14182) 237 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-21T11:26:12.229 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:11 smithi079 bash[19822]: audit 2024-01-21T11:26:10.977030+0000 mon.smithi046 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:12.229 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:11 smithi079 bash[19822]: audit 2024-01-21T11:26:10.977806+0000 mon.smithi046 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi079.ysngal", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T11:26:12.229 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:11 smithi079 bash[19822]: audit 2024-01-21T11:26:10.982054+0000 mon.smithi046 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi079.ysngal", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T11:26:12.229 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:11 smithi079 bash[19822]: audit 2024-01-21T11:26:10.990080+0000 mon.smithi046 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:12.229 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:11 smithi079 bash[19822]: audit 2024-01-21T11:26:10.991114+0000 mon.smithi046 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:26:12.229 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:11 smithi079 bash[19822]: cephadm 2024-01-21T11:26:10.991991+0000 mgr.smithi046.egcsjs (mgr.14182) 238 : cephadm [INF] Deploying daemon rgw.foorgw.smithi079.ysngal on smithi079 2024-01-21T11:26:12.229 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:11 smithi079 bash[19822]: cluster 2024-01-21T11:26:11.167330+0000 mgr.smithi046.egcsjs (mgr.14182) 239 : cluster [DBG] pgmap v212: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:12.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:11 smithi046 bash[16032]: audit 2024-01-21T11:26:10.945707+0000 mon.smithi046 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:12.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:11 smithi046 bash[16032]: audit 2024-01-21T11:26:10.947256+0000 mon.smithi046 (mon.0) 608 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:26:12.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:11 smithi046 bash[16032]: audit 2024-01-21T11:26:10.948479+0000 mon.smithi046 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:26:12.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:11 smithi046 bash[16032]: audit 2024-01-21T11:26:10.956228+0000 mon.smithi046 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:12.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:11 smithi046 bash[16032]: audit 2024-01-21T11:26:10.963196+0000 mon.smithi046 (mon.0) 611 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:26:12.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:11 smithi046 bash[16032]: cephadm 2024-01-21T11:26:10.971372+0000 mgr.smithi046.egcsjs (mgr.14182) 237 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-21T11:26:12.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:11 smithi046 bash[16032]: audit 2024-01-21T11:26:10.977030+0000 mon.smithi046 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:12.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:11 smithi046 bash[16032]: audit 2024-01-21T11:26:10.977806+0000 mon.smithi046 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi079.ysngal", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T11:26:12.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:11 smithi046 bash[16032]: audit 2024-01-21T11:26:10.982054+0000 mon.smithi046 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi079.ysngal", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T11:26:12.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:11 smithi046 bash[16032]: audit 2024-01-21T11:26:10.990080+0000 mon.smithi046 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:11 smithi046 bash[16032]: audit 2024-01-21T11:26:10.991114+0000 mon.smithi046 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:26:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:11 smithi046 bash[16032]: cephadm 2024-01-21T11:26:10.991991+0000 mgr.smithi046.egcsjs (mgr.14182) 238 : cephadm [INF] Deploying daemon rgw.foorgw.smithi079.ysngal on smithi079 2024-01-21T11:26:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:11 smithi046 bash[16032]: cluster 2024-01-21T11:26:11.167330+0000 mgr.smithi046.egcsjs (mgr.14182) 239 : cluster [DBG] pgmap v212: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:12.766 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-s3transfer. 2024-01-21T11:26:12.786 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../10-python3-s3transfer_0.3.3-1ubuntu0.18.04.1_all.deb ... 2024-01-21T11:26:12.824 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2024-01-21T11:26:13.127 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-boto3. 2024-01-21T11:26:13.143 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../11-python3-boto3_1.4.2-1_all.deb ... 2024-01-21T11:26:13.185 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-boto3 (1.4.2-1) ... 2024-01-21T11:26:13.523 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-olefile. 2024-01-21T11:26:13.534 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../12-python3-olefile_0.45.1-1_all.deb ... 2024-01-21T11:26:13.776 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-olefile (0.45.1-1) ... 2024-01-21T11:26:14.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:14 smithi079 bash[19822]: cluster 2024-01-21T11:26:13.168084+0000 mgr.smithi046.egcsjs (mgr.14182) 240 : cluster [DBG] pgmap v213: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:14.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:14 smithi079 bash[19822]: audit 2024-01-21T11:26:13.231868+0000 mon.smithi046 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:14.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:14 smithi079 bash[19822]: audit 2024-01-21T11:26:13.234156+0000 mon.smithi046 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi046.vvidtq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T11:26:14.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:14 smithi079 bash[19822]: audit 2024-01-21T11:26:13.239852+0000 mon.smithi046 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi046.vvidtq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T11:26:14.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:14 smithi079 bash[19822]: audit 2024-01-21T11:26:13.246977+0000 mon.smithi046 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:14.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:14 smithi079 bash[19822]: audit 2024-01-21T11:26:13.248617+0000 mon.smithi046 (mon.0) 621 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:26:14.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:14 smithi079 bash[19822]: cephadm 2024-01-21T11:26:13.250073+0000 mgr.smithi046.egcsjs (mgr.14182) 241 : cephadm [INF] Deploying daemon rgw.foorgw.smithi046.vvidtq on smithi046 2024-01-21T11:26:14.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:14 smithi046 bash[16032]: cluster 2024-01-21T11:26:13.168084+0000 mgr.smithi046.egcsjs (mgr.14182) 240 : cluster [DBG] pgmap v213: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:14.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:14 smithi046 bash[16032]: audit 2024-01-21T11:26:13.231868+0000 mon.smithi046 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:14.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:14 smithi046 bash[16032]: audit 2024-01-21T11:26:13.234156+0000 mon.smithi046 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi046.vvidtq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T11:26:14.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:14 smithi046 bash[16032]: audit 2024-01-21T11:26:13.239852+0000 mon.smithi046 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi046.vvidtq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T11:26:14.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:14 smithi046 bash[16032]: audit 2024-01-21T11:26:13.246977+0000 mon.smithi046 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:14.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:14 smithi046 bash[16032]: audit 2024-01-21T11:26:13.248617+0000 mon.smithi046 (mon.0) 621 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:26:14.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:14 smithi046 bash[16032]: cephadm 2024-01-21T11:26:13.250073+0000 mgr.smithi046.egcsjs (mgr.14182) 241 : cephadm [INF] Deploying daemon rgw.foorgw.smithi046.vvidtq on smithi046 2024-01-21T11:26:14.648 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pil:amd64. 2024-01-21T11:26:14.665 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../13-python3-pil_5.1.0-1ubuntu0.8_amd64.deb ... 2024-01-21T11:26:14.734 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2024-01-21T11:26:15.184 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pygments. 2024-01-21T11:26:15.203 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../14-python3-pygments_2.2.0+dfsg-1ubuntu0.2_all.deb ... 2024-01-21T11:26:15.470 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2024-01-21T11:26:16.009 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2024-01-21T11:26:16.208 INFO:teuthology.orchestra.run.smithi046.stdout:debconf: unable to initialize frontend: Dialog 2024-01-21T11:26:16.208 INFO:teuthology.orchestra.run.smithi046.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2024-01-21T11:26:16.208 INFO:teuthology.orchestra.run.smithi046.stdout:debconf: falling back to frontend: Readline 2024-01-21T11:26:16.618 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:26:16.618 INFO:teuthology.orchestra.run.smithi046.stdout:Creating config file /etc/papersize with new version 2024-01-21T11:26:16.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:16 smithi046 bash[16032]: cluster 2024-01-21T11:26:15.168794+0000 mgr.smithi046.egcsjs (mgr.14182) 242 : cluster [DBG] pgmap v214: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:16.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:16 smithi046 bash[16032]: cluster 2024-01-21T11:26:15.241699+0000 mon.smithi046 (mon.0) 622 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-21T11:26:16.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:16 smithi046 bash[16032]: audit 2024-01-21T11:26:15.250673+0000 mon.smithi046 (mon.0) 623 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T11:26:16.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:16 smithi046 bash[16032]: audit 2024-01-21T11:26:15.251555+0000 mon.smithi079 (mon.1) 19 : audit [INF] from='client.? 172.21.15.79:0/2063380128' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T11:26:16.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:16 smithi046 bash[16032]: audit 2024-01-21T11:26:16.030790+0000 mon.smithi046 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:16.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:16 smithi046 bash[16032]: audit 2024-01-21T11:26:16.039162+0000 mon.smithi046 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:16.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:16 smithi046 bash[16032]: audit 2024-01-21T11:26:16.070078+0000 mon.smithi046 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi046.xxpkqf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-21T11:26:16.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:16 smithi046 bash[16032]: audit 2024-01-21T11:26:16.075367+0000 mon.smithi046 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi046.xxpkqf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-21T11:26:16.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:16 smithi046 bash[16032]: audit 2024-01-21T11:26:16.076776+0000 mon.smithi046 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-21T11:26:16.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:16 smithi046 bash[16032]: audit 2024-01-21T11:26:16.082175+0000 mon.smithi046 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-21T11:26:16.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:16 smithi046 bash[16032]: audit 2024-01-21T11:26:16.083837+0000 mon.smithi046 (mon.0) 630 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:26:16.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:16 smithi046 bash[16032]: audit 2024-01-21T11:26:16.144112+0000 mon.smithi046 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-21T11:26:16.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:16 smithi046 bash[16032]: audit 2024-01-21T11:26:16.147980+0000 mon.smithi046 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-21T11:26:16.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:16 smithi079 bash[19822]: cluster 2024-01-21T11:26:15.168794+0000 mgr.smithi046.egcsjs (mgr.14182) 242 : cluster [DBG] pgmap v214: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:16 smithi079 bash[19822]: cluster 2024-01-21T11:26:15.241699+0000 mon.smithi046 (mon.0) 622 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-21T11:26:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:16 smithi079 bash[19822]: audit 2024-01-21T11:26:15.250673+0000 mon.smithi046 (mon.0) 623 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T11:26:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:16 smithi079 bash[19822]: audit 2024-01-21T11:26:15.251555+0000 mon.smithi079 (mon.1) 19 : audit [INF] from='client.? 172.21.15.79:0/2063380128' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T11:26:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:16 smithi079 bash[19822]: audit 2024-01-21T11:26:16.030790+0000 mon.smithi046 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:16 smithi079 bash[19822]: audit 2024-01-21T11:26:16.039162+0000 mon.smithi046 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:16 smithi079 bash[19822]: audit 2024-01-21T11:26:16.070078+0000 mon.smithi046 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi046.xxpkqf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-21T11:26:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:16 smithi079 bash[19822]: audit 2024-01-21T11:26:16.075367+0000 mon.smithi046 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi046.xxpkqf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-21T11:26:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:16 smithi079 bash[19822]: audit 2024-01-21T11:26:16.076776+0000 mon.smithi046 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-21T11:26:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:16 smithi079 bash[19822]: audit 2024-01-21T11:26:16.082175+0000 mon.smithi046 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-21T11:26:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:16 smithi079 bash[19822]: audit 2024-01-21T11:26:16.083837+0000 mon.smithi046 (mon.0) 630 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:26:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:16 smithi079 bash[19822]: audit 2024-01-21T11:26:16.144112+0000 mon.smithi046 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-21T11:26:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:16 smithi079 bash[19822]: audit 2024-01-21T11:26:16.147980+0000 mon.smithi046 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-21T11:26:17.419 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ... 2024-01-21T11:26:17.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:17 smithi046 bash[16032]: cephadm 2024-01-21T11:26:16.069639+0000 mgr.smithi046.egcsjs (mgr.14182) 243 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi046.xxpkqf 2024-01-21T11:26:17.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:17 smithi046 bash[16032]: cephadm 2024-01-21T11:26:16.076321+0000 mgr.smithi046.egcsjs (mgr.14182) 244 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-21T11:26:17.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:17 smithi046 bash[16032]: audit 2024-01-21T11:26:16.254079+0000 mon.smithi046 (mon.0) 633 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-21T11:26:17.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:17 smithi046 bash[16032]: cluster 2024-01-21T11:26:16.254316+0000 mon.smithi046 (mon.0) 634 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T11:26:17.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:17 smithi046 bash[16032]: audit 2024-01-21T11:26:16.785429+0000 mon.smithi046 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi046.xxpkqf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T11:26:17.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:17 smithi046 bash[16032]: audit 2024-01-21T11:26:16.792717+0000 mon.smithi046 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi046.xxpkqf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T11:26:17.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:17 smithi046 bash[16032]: audit 2024-01-21T11:26:16.800866+0000 mon.smithi046 (mon.0) 637 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:26:17.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:17 smithi079 bash[19822]: cephadm 2024-01-21T11:26:16.069639+0000 mgr.smithi046.egcsjs (mgr.14182) 243 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi046.xxpkqf 2024-01-21T11:26:17.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:17 smithi079 bash[19822]: cephadm 2024-01-21T11:26:16.076321+0000 mgr.smithi046.egcsjs (mgr.14182) 244 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-21T11:26:17.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:17 smithi079 bash[19822]: audit 2024-01-21T11:26:16.254079+0000 mon.smithi046 (mon.0) 633 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-21T11:26:17.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:17 smithi079 bash[19822]: cluster 2024-01-21T11:26:16.254316+0000 mon.smithi046 (mon.0) 634 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T11:26:17.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:17 smithi079 bash[19822]: audit 2024-01-21T11:26:16.785429+0000 mon.smithi046 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi046.xxpkqf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T11:26:17.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:17 smithi079 bash[19822]: audit 2024-01-21T11:26:16.792717+0000 mon.smithi046 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi046.xxpkqf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T11:26:17.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:17 smithi079 bash[19822]: audit 2024-01-21T11:26:16.800866+0000 mon.smithi046 (mon.0) 637 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:26:18.042 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-roman (2.0.0-3) ... 2024-01-21T11:26:18.484 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2024-01-21T11:26:18.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:18 smithi046 bash[16032]: cephadm 2024-01-21T11:26:16.784669+0000 mgr.smithi046.egcsjs (mgr.14182) 245 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-21T11:26:18.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:18 smithi046 bash[16032]: cephadm 2024-01-21T11:26:16.784837+0000 mgr.smithi046.egcsjs (mgr.14182) 246 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi046.xxpkqf-rgw 2024-01-21T11:26:18.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:18 smithi046 bash[16032]: cephadm 2024-01-21T11:26:16.802729+0000 mgr.smithi046.egcsjs (mgr.14182) 247 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi046.xxpkqf on smithi046 2024-01-21T11:26:18.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:18 smithi046 bash[16032]: cluster 2024-01-21T11:26:17.169638+0000 mgr.smithi046.egcsjs (mgr.14182) 248 : cluster [DBG] pgmap v217: 65 pgs: 11 creating+peering, 21 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:18.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:18 smithi046 bash[16032]: cluster 2024-01-21T11:26:17.265202+0000 mon.smithi046 (mon.0) 638 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T11:26:18.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:18 smithi046 bash[16032]: audit 2024-01-21T11:26:17.267329+0000 mon.smithi046 (mon.0) 639 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T11:26:18.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:18 smithi046 bash[16032]: audit 2024-01-21T11:26:17.268500+0000 mon.smithi079 (mon.1) 20 : audit [INF] from='client.? 172.21.15.79:0/2063380128' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T11:26:18.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:18 smithi079 bash[19822]: cephadm 2024-01-21T11:26:16.784669+0000 mgr.smithi046.egcsjs (mgr.14182) 245 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-21T11:26:18.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:18 smithi079 bash[19822]: cephadm 2024-01-21T11:26:16.784837+0000 mgr.smithi046.egcsjs (mgr.14182) 246 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi046.xxpkqf-rgw 2024-01-21T11:26:18.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:18 smithi079 bash[19822]: cephadm 2024-01-21T11:26:16.802729+0000 mgr.smithi046.egcsjs (mgr.14182) 247 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi046.xxpkqf on smithi046 2024-01-21T11:26:18.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:18 smithi079 bash[19822]: cluster 2024-01-21T11:26:17.169638+0000 mgr.smithi046.egcsjs (mgr.14182) 248 : cluster [DBG] pgmap v217: 65 pgs: 11 creating+peering, 21 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:26:18.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:18 smithi079 bash[19822]: cluster 2024-01-21T11:26:17.265202+0000 mon.smithi046 (mon.0) 638 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T11:26:18.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:18 smithi079 bash[19822]: audit 2024-01-21T11:26:17.267329+0000 mon.smithi046 (mon.0) 639 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T11:26:18.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:18 smithi079 bash[19822]: audit 2024-01-21T11:26:17.268500+0000 mon.smithi079 (mon.1) 20 : audit [INF] from='client.? 172.21.15.79:0/2063380128' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T11:26:19.140 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-olefile (0.45.1-1) ... 2024-01-21T11:26:19.533 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up sgml-base (1.29) ... 2024-01-21T11:26:19.620 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:19 smithi046 bash[16032]: audit 2024-01-21T11:26:18.268244+0000 mon.smithi046 (mon.0) 640 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-21T11:26:19.620 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:19 smithi046 bash[16032]: cluster 2024-01-21T11:26:18.268488+0000 mon.smithi046 (mon.0) 641 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T11:26:19.621 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:19 smithi046 bash[16032]: cluster 2024-01-21T11:26:19.268454+0000 mon.smithi046 (mon.0) 642 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-21T11:26:19.621 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:19 smithi046 bash[16032]: audit 2024-01-21T11:26:19.269569+0000 mon.smithi046 (mon.0) 643 : audit [INF] from='client.? 172.21.15.46:0/3311046632' entity='client.rgw.foorgw.smithi046.vvidtq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T11:26:19.621 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:19 smithi046 bash[16032]: audit 2024-01-21T11:26:19.275553+0000 mon.smithi046 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T11:26:19.621 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:19 smithi046 bash[16032]: audit 2024-01-21T11:26:19.276882+0000 mon.smithi079 (mon.1) 21 : audit [INF] from='client.? 172.21.15.79:0/2063380128' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T11:26:19.684 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-jmespath (0.9.3-1ubuntu1.1) ... 2024-01-21T11:26:19.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:19 smithi079 bash[19822]: audit 2024-01-21T11:26:18.268244+0000 mon.smithi046 (mon.0) 640 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-21T11:26:19.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:19 smithi079 bash[19822]: cluster 2024-01-21T11:26:18.268488+0000 mon.smithi046 (mon.0) 641 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T11:26:19.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:19 smithi079 bash[19822]: cluster 2024-01-21T11:26:19.268454+0000 mon.smithi046 (mon.0) 642 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-21T11:26:19.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:19 smithi079 bash[19822]: audit 2024-01-21T11:26:19.269569+0000 mon.smithi046 (mon.0) 643 : audit [INF] from='client.? 172.21.15.46:0/3311046632' entity='client.rgw.foorgw.smithi046.vvidtq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T11:26:19.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:19 smithi079 bash[19822]: audit 2024-01-21T11:26:19.275553+0000 mon.smithi046 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T11:26:19.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:19 smithi079 bash[19822]: audit 2024-01-21T11:26:19.276882+0000 mon.smithi079 (mon.1) 21 : audit [INF] from='client.? 172.21.15.79:0/2063380128' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T11:26:20.450 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up xml-core (0.18) ... 2024-01-21T11:26:21.128 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-dateutil (2.6.1-1) ... 2024-01-21T11:26:21.413 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2024-01-21T11:26:21.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:21 smithi046 bash[16032]: cluster 2024-01-21T11:26:19.170476+0000 mgr.smithi046.egcsjs (mgr.14182) 249 : cluster [DBG] pgmap v220: 97 pgs: 13 creating+peering, 32 unknown, 52 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 0 op/s 2024-01-21T11:26:21.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:21 smithi046 bash[16032]: audit 2024-01-21T11:26:19.474139+0000 mon.smithi046 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:21.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:21 smithi046 bash[16032]: audit 2024-01-21T11:26:19.664147+0000 mon.smithi046 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:21.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:21 smithi046 bash[16032]: audit 2024-01-21T11:26:19.675238+0000 mon.smithi046 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:21.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:21 smithi046 bash[16032]: audit 2024-01-21T11:26:20.274170+0000 mon.smithi046 (mon.0) 648 : audit [INF] from='client.? 172.21.15.46:0/3311046632' entity='client.rgw.foorgw.smithi046.vvidtq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T11:26:21.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:21 smithi046 bash[16032]: audit 2024-01-21T11:26:20.274658+0000 mon.smithi046 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T11:26:21.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:21 smithi046 bash[16032]: cluster 2024-01-21T11:26:20.275026+0000 mon.smithi046 (mon.0) 650 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-21T11:26:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:21 smithi079 bash[19822]: cluster 2024-01-21T11:26:19.170476+0000 mgr.smithi046.egcsjs (mgr.14182) 249 : cluster [DBG] pgmap v220: 97 pgs: 13 creating+peering, 32 unknown, 52 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 0 op/s 2024-01-21T11:26:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:21 smithi079 bash[19822]: audit 2024-01-21T11:26:19.474139+0000 mon.smithi046 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:21 smithi079 bash[19822]: audit 2024-01-21T11:26:19.664147+0000 mon.smithi046 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:21 smithi079 bash[19822]: audit 2024-01-21T11:26:19.675238+0000 mon.smithi046 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:21 smithi079 bash[19822]: audit 2024-01-21T11:26:20.274170+0000 mon.smithi046 (mon.0) 648 : audit [INF] from='client.? 172.21.15.46:0/3311046632' entity='client.rgw.foorgw.smithi046.vvidtq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T11:26:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:21 smithi079 bash[19822]: audit 2024-01-21T11:26:20.274658+0000 mon.smithi046 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T11:26:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:21 smithi079 bash[19822]: cluster 2024-01-21T11:26:20.275026+0000 mon.smithi046 (mon.0) 650 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-21T11:26:21.998 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for libc-bin (2.27-3ubuntu1.6) ... 2024-01-21T11:26:22.118 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2024-01-21T11:26:22.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:22 smithi046 bash[16032]: cephadm 2024-01-21T11:26:19.692311+0000 mgr.smithi046.egcsjs (mgr.14182) 250 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.sjleqp on smithi079 2024-01-21T11:26:22.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:22 smithi046 bash[16032]: cluster 2024-01-21T11:26:21.171405+0000 mgr.smithi046.egcsjs (mgr.14182) 251 : cluster [DBG] pgmap v223: 129 pgs: 11 creating+peering, 11 unknown, 107 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2024-01-21T11:26:22.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:22 smithi046 bash[16032]: cluster 2024-01-21T11:26:21.303798+0000 mon.smithi046 (mon.0) 651 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-21T11:26:22.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:22 smithi046 bash[16032]: audit 2024-01-21T11:26:21.305491+0000 mon.smithi046 (mon.0) 652 : audit [INF] from='client.? 172.21.15.46:0/1675480573' entity='client.rgw.foorgw.smithi046.vvidtq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T11:26:22.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:22 smithi046 bash[16032]: audit 2024-01-21T11:26:21.306149+0000 mon.smithi046 (mon.0) 653 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T11:26:22.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:22 smithi046 bash[16032]: audit 2024-01-21T11:26:21.306959+0000 mon.smithi079 (mon.1) 22 : audit [INF] from='client.? 172.21.15.79:0/2898762704' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T11:26:22.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:22 smithi079 bash[19822]: cephadm 2024-01-21T11:26:19.692311+0000 mgr.smithi046.egcsjs (mgr.14182) 250 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.sjleqp on smithi079 2024-01-21T11:26:22.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:22 smithi079 bash[19822]: cluster 2024-01-21T11:26:21.171405+0000 mgr.smithi046.egcsjs (mgr.14182) 251 : cluster [DBG] pgmap v223: 129 pgs: 11 creating+peering, 11 unknown, 107 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2024-01-21T11:26:22.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:22 smithi079 bash[19822]: cluster 2024-01-21T11:26:21.303798+0000 mon.smithi046 (mon.0) 651 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-21T11:26:22.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:22 smithi079 bash[19822]: audit 2024-01-21T11:26:21.305491+0000 mon.smithi046 (mon.0) 652 : audit [INF] from='client.? 172.21.15.46:0/1675480573' entity='client.rgw.foorgw.smithi046.vvidtq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T11:26:22.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:22 smithi079 bash[19822]: audit 2024-01-21T11:26:21.306149+0000 mon.smithi046 (mon.0) 653 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T11:26:22.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:22 smithi079 bash[19822]: audit 2024-01-21T11:26:21.306959+0000 mon.smithi079 (mon.1) 22 : audit [INF] from='client.? 172.21.15.79:0/2898762704' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T11:26:22.878 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for shared-mime-info (1.9-2) ... 2024-01-21T11:26:23.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:23 smithi079 bash[19822]: audit 2024-01-21T11:26:22.308127+0000 mon.smithi046 (mon.0) 654 : audit [INF] from='client.? 172.21.15.46:0/1675480573' entity='client.rgw.foorgw.smithi046.vvidtq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T11:26:23.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:23 smithi079 bash[19822]: audit 2024-01-21T11:26:22.308337+0000 mon.smithi046 (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T11:26:23.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:23 smithi079 bash[19822]: cluster 2024-01-21T11:26:22.308973+0000 mon.smithi046 (mon.0) 656 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-21T11:26:23.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:23 smithi079 bash[19822]: audit 2024-01-21T11:26:22.313616+0000 mon.smithi079 (mon.1) 23 : audit [INF] from='client.? 172.21.15.79:0/2898762704' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T11:26:23.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:23 smithi079 bash[19822]: audit 2024-01-21T11:26:22.313910+0000 mon.smithi046 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T11:26:23.397 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:23 smithi079 bash[19822]: audit 2024-01-21T11:26:22.318479+0000 mon.smithi046 (mon.0) 658 : audit [INF] from='client.? 172.21.15.46:0/1675480573' entity='client.rgw.foorgw.smithi046.vvidtq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T11:26:23.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:23 smithi046 bash[16032]: audit 2024-01-21T11:26:22.308127+0000 mon.smithi046 (mon.0) 654 : audit [INF] from='client.? 172.21.15.46:0/1675480573' entity='client.rgw.foorgw.smithi046.vvidtq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T11:26:23.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:23 smithi046 bash[16032]: audit 2024-01-21T11:26:22.308337+0000 mon.smithi046 (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T11:26:23.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:23 smithi046 bash[16032]: cluster 2024-01-21T11:26:22.308973+0000 mon.smithi046 (mon.0) 656 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-21T11:26:23.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:23 smithi046 bash[16032]: audit 2024-01-21T11:26:22.313616+0000 mon.smithi079 (mon.1) 23 : audit [INF] from='client.? 172.21.15.79:0/2898762704' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T11:26:23.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:23 smithi046 bash[16032]: audit 2024-01-21T11:26:22.313910+0000 mon.smithi046 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T11:26:23.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:23 smithi046 bash[16032]: audit 2024-01-21T11:26:22.318479+0000 mon.smithi046 (mon.0) 658 : audit [INF] from='client.? 172.21.15.46:0/1675480573' entity='client.rgw.foorgw.smithi046.vvidtq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T11:26:24.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: cluster 2024-01-21T11:26:23.172277+0000 mgr.smithi046.egcsjs (mgr.14182) 252 : cluster [DBG] pgmap v226: 161 pgs: 9 creating+peering, 34 unknown, 118 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-01-21T11:26:24.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: audit 2024-01-21T11:26:23.317629+0000 mon.smithi046 (mon.0) 659 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T11:26:24.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: audit 2024-01-21T11:26:23.317836+0000 mon.smithi046 (mon.0) 660 : audit [INF] from='client.? 172.21.15.46:0/1675480573' entity='client.rgw.foorgw.smithi046.vvidtq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T11:26:24.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: cluster 2024-01-21T11:26:23.317968+0000 mon.smithi046 (mon.0) 661 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-21T11:26:24.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: cephadm 2024-01-21T11:26:23.466777+0000 mgr.smithi046.egcsjs (mgr.14182) 253 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-sjleqp 2024-01-21T11:26:24.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:24.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-sjleqp 2024-01-21T11:26:24.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.sjleqp 2024-01-21T11:26:24.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:24.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.sjleqp 2024-01-21T11:26:24.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.sjleqp ... 2024-01-21T11:26:24.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:24.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:24.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:24.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:24.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:24.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:26:24.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:26:24.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:26:24.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:26:24.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:26:24.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-sjleqp 2024-01-21T11:26:24.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:24.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-sjleqp 2024-01-21T11:26:24.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.sjleqp 2024-01-21T11:26:24.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:24.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.sjleqp 2024-01-21T11:26:24.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.sjleqp ... 2024-01-21T11:26:24.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:24.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:24.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:24.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:24.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:24.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: cephadm 2024-01-21T11:26:23.467116+0000 mgr.smithi046.egcsjs (mgr.14182) 254 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.sjleqp 2024-01-21T11:26:24.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: audit 2024-01-21T11:26:23.467549+0000 mon.smithi046 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.sjleqp"}]: dispatch 2024-01-21T11:26:24.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: cephadm 2024-01-21T11:26:23.468572+0000 mgr.smithi046.egcsjs (mgr.14182) 255 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.sjleqp on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-sjleqp 2024-01-21T11:26:24.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:24.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-sjleqp 2024-01-21T11:26:24.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.sjleqp 2024-01-21T11:26:24.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:24.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.sjleqp 2024-01-21T11:26:24.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.sjleqp ... 2024-01-21T11:26:24.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:24.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:24.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:24.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:24.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:24.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:24 smithi046 bash[16032]: cephadm 2024-01-21T11:26:23.470880+0000 mgr.smithi046.egcsjs (mgr.14182) 256 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.gkkiqw on smithi046 2024-01-21T11:26:24.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: cluster 2024-01-21T11:26:23.172277+0000 mgr.smithi046.egcsjs (mgr.14182) 252 : cluster [DBG] pgmap v226: 161 pgs: 9 creating+peering, 34 unknown, 118 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-01-21T11:26:24.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: audit 2024-01-21T11:26:23.317629+0000 mon.smithi046 (mon.0) 659 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi079.ysngal' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T11:26:24.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: audit 2024-01-21T11:26:23.317836+0000 mon.smithi046 (mon.0) 660 : audit [INF] from='client.? 172.21.15.46:0/1675480573' entity='client.rgw.foorgw.smithi046.vvidtq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T11:26:24.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: cluster 2024-01-21T11:26:23.317968+0000 mon.smithi046 (mon.0) 661 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-21T11:26:24.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: cephadm 2024-01-21T11:26:23.466777+0000 mgr.smithi046.egcsjs (mgr.14182) 253 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-sjleqp 2024-01-21T11:26:24.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:24.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-sjleqp 2024-01-21T11:26:24.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.sjleqp 2024-01-21T11:26:24.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:24.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.sjleqp 2024-01-21T11:26:24.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.sjleqp ... 2024-01-21T11:26:24.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:24.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:24.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:24.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:24.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:24.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:26:24.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:26:24.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:26:24.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:26:24.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:26:24.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-sjleqp 2024-01-21T11:26:24.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:24.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-sjleqp 2024-01-21T11:26:24.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.sjleqp 2024-01-21T11:26:24.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:24.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.sjleqp 2024-01-21T11:26:24.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.sjleqp ... 2024-01-21T11:26:24.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:24.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:24.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:24.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:24.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:24.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: cephadm 2024-01-21T11:26:23.467116+0000 mgr.smithi046.egcsjs (mgr.14182) 254 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.sjleqp 2024-01-21T11:26:24.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: audit 2024-01-21T11:26:23.467549+0000 mon.smithi046 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.sjleqp"}]: dispatch 2024-01-21T11:26:24.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: cephadm 2024-01-21T11:26:23.468572+0000 mgr.smithi046.egcsjs (mgr.14182) 255 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.sjleqp on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-sjleqp 2024-01-21T11:26:24.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:24.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-sjleqp 2024-01-21T11:26:24.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.sjleqp 2024-01-21T11:26:24.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:24.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.sjleqp 2024-01-21T11:26:24.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.sjleqp ... 2024-01-21T11:26:24.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:24.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:24.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:24.741 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:24.741 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:24.741 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:24 smithi079 bash[19822]: cephadm 2024-01-21T11:26:23.470880+0000 mgr.smithi046.egcsjs (mgr.14182) 256 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.gkkiqw on smithi046 2024-01-21T11:26:25.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:25 smithi046 bash[16032]: audit 2024-01-21T11:26:24.558530+0000 mon.smithi046 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:25.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:25 smithi046 bash[16032]: cluster 2024-01-21T11:26:25.173529+0000 mgr.smithi046.egcsjs (mgr.14182) 257 : cluster [DBG] pgmap v228: 161 pgs: 10 unknown, 151 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 KiB/s rd, 5.9 KiB/s wr, 175 op/s 2024-01-21T11:26:25.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:25 smithi079 bash[19822]: audit 2024-01-21T11:26:24.558530+0000 mon.smithi046 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:25.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:25 smithi079 bash[19822]: cluster 2024-01-21T11:26:25.173529+0000 mgr.smithi046.egcsjs (mgr.14182) 257 : cluster [DBG] pgmap v228: 161 pgs: 10 unknown, 151 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 KiB/s rd, 5.9 KiB/s wr, 175 op/s 2024-01-21T11:26:28.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: cluster 2024-01-21T11:26:27.174686+0000 mgr.smithi046.egcsjs (mgr.14182) 258 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 4.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 128 KiB/s rd, 6.5 KiB/s wr, 254 op/s 2024-01-21T11:26:28.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: cephadm 2024-01-21T11:26:27.357460+0000 mgr.smithi046.egcsjs (mgr.14182) 259 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-gkkiqw 2024-01-21T11:26:28.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:28.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-gkkiqw 2024-01-21T11:26:28.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.gkkiqw 2024-01-21T11:26:28.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:28.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.gkkiqw 2024-01-21T11:26:28.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.gkkiqw ... 2024-01-21T11:26:28.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:28.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:28.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:28.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:28.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:28.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:26:28.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:26:28.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:26:28.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:26:28.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:26:28.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-gkkiqw 2024-01-21T11:26:28.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:28.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-gkkiqw 2024-01-21T11:26:28.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.gkkiqw 2024-01-21T11:26:28.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:28.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.gkkiqw 2024-01-21T11:26:28.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.gkkiqw ... 2024-01-21T11:26:28.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:28.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:28.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:28.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:28.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:28.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: cephadm 2024-01-21T11:26:27.357943+0000 mgr.smithi046.egcsjs (mgr.14182) 260 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.gkkiqw 2024-01-21T11:26:28.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: audit 2024-01-21T11:26:27.358595+0000 mon.smithi046 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.gkkiqw"}]: dispatch 2024-01-21T11:26:28.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: cephadm 2024-01-21T11:26:27.360495+0000 mgr.smithi046.egcsjs (mgr.14182) 261 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.gkkiqw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-gkkiqw 2024-01-21T11:26:28.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:28.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-gkkiqw 2024-01-21T11:26:28.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.gkkiqw 2024-01-21T11:26:28.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:28.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.gkkiqw 2024-01-21T11:26:28.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.gkkiqw ... 2024-01-21T11:26:28.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:28.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:28.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:28.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:28.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:28.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: audit 2024-01-21T11:26:27.371174+0000 mon.smithi046 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:28.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: cephadm 2024-01-21T11:26:27.371880+0000 mgr.smithi046.egcsjs (mgr.14182) 262 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.zhbyfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:26:28.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: cephadm 2024-01-21T11:26:27.374790+0000 mgr.smithi046.egcsjs (mgr.14182) 263 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.xqhsoa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:26:28.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: cluster 2024-01-21T11:26:27.376100+0000 mgr.smithi046.egcsjs (mgr.14182) 264 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 4.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 KiB/s rd, 6.4 KiB/s wr, 251 op/s 2024-01-21T11:26:28.491 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:28 smithi079 bash[19822]: audit 2024-01-21T11:26:27.377187+0000 mon.smithi046 (mon.0) 666 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:26:28.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: cluster 2024-01-21T11:26:27.174686+0000 mgr.smithi046.egcsjs (mgr.14182) 258 : cluster [DBG] pgmap v229: 161 pgs: 161 active+clean; 4.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 128 KiB/s rd, 6.5 KiB/s wr, 254 op/s 2024-01-21T11:26:28.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: cephadm 2024-01-21T11:26:27.357460+0000 mgr.smithi046.egcsjs (mgr.14182) 259 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-gkkiqw 2024-01-21T11:26:28.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:28.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-gkkiqw 2024-01-21T11:26:28.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.gkkiqw 2024-01-21T11:26:28.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:28.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.gkkiqw 2024-01-21T11:26:28.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.gkkiqw ... 2024-01-21T11:26:28.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:28.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:28.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:28.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:28.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:28.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:26:28.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:26:28.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:26:28.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:26:28.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:26:28.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-gkkiqw 2024-01-21T11:26:28.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:28.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-gkkiqw 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.gkkiqw 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.gkkiqw 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.gkkiqw ... 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: cephadm 2024-01-21T11:26:27.357943+0000 mgr.smithi046.egcsjs (mgr.14182) 260 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.gkkiqw 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: audit 2024-01-21T11:26:27.358595+0000 mon.smithi046 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.gkkiqw"}]: dispatch 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: cephadm 2024-01-21T11:26:27.360495+0000 mgr.smithi046.egcsjs (mgr.14182) 261 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.gkkiqw on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-gkkiqw 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-gkkiqw 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.gkkiqw 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.gkkiqw 2024-01-21T11:26:28.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.gkkiqw ... 2024-01-21T11:26:28.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:28.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:28.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:28.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:28.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:28.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: audit 2024-01-21T11:26:27.371174+0000 mon.smithi046 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:28.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: cephadm 2024-01-21T11:26:27.371880+0000 mgr.smithi046.egcsjs (mgr.14182) 262 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.zhbyfl on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:26:28.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: cephadm 2024-01-21T11:26:27.374790+0000 mgr.smithi046.egcsjs (mgr.14182) 263 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.xqhsoa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:26:28.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: cluster 2024-01-21T11:26:27.376100+0000 mgr.smithi046.egcsjs (mgr.14182) 264 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 4.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 KiB/s rd, 6.4 KiB/s wr, 251 op/s 2024-01-21T11:26:28.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:28 smithi046 bash[16032]: audit 2024-01-21T11:26:27.377187+0000 mon.smithi046 (mon.0) 666 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:26:29.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:29 smithi046 bash[16032]: cluster 2024-01-21T11:26:28.367096+0000 mon.smithi046 (mon.0) 667 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:26:29.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:29 smithi079 bash[19822]: cluster 2024-01-21T11:26:28.367096+0000 mon.smithi046 (mon.0) 667 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:26:30.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:30 smithi046 bash[16032]: cluster 2024-01-21T11:26:29.377478+0000 mgr.smithi046.egcsjs (mgr.14182) 265 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 125 KiB/s rd, 5.7 KiB/s wr, 249 op/s 2024-01-21T11:26:30.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:30 smithi046 bash[16032]: audit 2024-01-21T11:26:29.568355+0000 mon.smithi046 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:30.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:30 smithi079 bash[19822]: cluster 2024-01-21T11:26:29.377478+0000 mgr.smithi046.egcsjs (mgr.14182) 265 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 125 KiB/s rd, 5.7 KiB/s wr, 249 op/s 2024-01-21T11:26:30.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:30 smithi079 bash[19822]: audit 2024-01-21T11:26:29.568355+0000 mon.smithi046 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:32.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:31 smithi046 bash[16032]: cluster 2024-01-21T11:26:31.379157+0000 mgr.smithi046.egcsjs (mgr.14182) 266 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 4.9 KiB/s wr, 215 op/s 2024-01-21T11:26:32.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:31 smithi079 bash[19822]: cluster 2024-01-21T11:26:31.379157+0000 mgr.smithi046.egcsjs (mgr.14182) 266 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 KiB/s rd, 4.9 KiB/s wr, 215 op/s 2024-01-21T11:26:34.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:34 smithi046 bash[16032]: audit 2024-01-21T11:26:33.245922+0000 mon.smithi046 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:34.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:34 smithi046 bash[16032]: cluster 2024-01-21T11:26:33.380109+0000 mgr.smithi046.egcsjs (mgr.14182) 267 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 KiB/s rd, 4.0 KiB/s wr, 175 op/s 2024-01-21T11:26:34.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:34 smithi046 bash[16032]: audit 2024-01-21T11:26:33.527358+0000 mon.smithi046 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:34.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:34 smithi046 bash[16032]: audit 2024-01-21T11:26:33.809493+0000 mon.smithi046 (mon.0) 671 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:26:34.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:34 smithi046 bash[16032]: audit 2024-01-21T11:26:33.810937+0000 mon.smithi046 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:26:34.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:34 smithi046 bash[16032]: audit 2024-01-21T11:26:34.227739+0000 mon.smithi046 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:34.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:34 smithi046 bash[16032]: audit 2024-01-21T11:26:34.235440+0000 mon.smithi046 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:34.511 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:34 smithi046 bash[16032]: audit 2024-01-21T11:26:34.241831+0000 mon.smithi046 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:34.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:34 smithi079 bash[19822]: audit 2024-01-21T11:26:33.245922+0000 mon.smithi046 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:34.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:34 smithi079 bash[19822]: cluster 2024-01-21T11:26:33.380109+0000 mgr.smithi046.egcsjs (mgr.14182) 267 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 KiB/s rd, 4.0 KiB/s wr, 175 op/s 2024-01-21T11:26:34.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:34 smithi079 bash[19822]: audit 2024-01-21T11:26:33.527358+0000 mon.smithi046 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:34.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:34 smithi079 bash[19822]: audit 2024-01-21T11:26:33.809493+0000 mon.smithi046 (mon.0) 671 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:26:34.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:34 smithi079 bash[19822]: audit 2024-01-21T11:26:33.810937+0000 mon.smithi046 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:26:34.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:34 smithi079 bash[19822]: audit 2024-01-21T11:26:34.227739+0000 mon.smithi046 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:34.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:34 smithi079 bash[19822]: audit 2024-01-21T11:26:34.235440+0000 mon.smithi046 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:34.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:34 smithi079 bash[19822]: audit 2024-01-21T11:26:34.241831+0000 mon.smithi046 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:35.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:35 smithi046 bash[16032]: cephadm 2024-01-21T11:26:33.816803+0000 mgr.smithi046.egcsjs (mgr.14182) 268 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T11:26:35.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:35 smithi046 bash[16032]: cluster 2024-01-21T11:26:34.243761+0000 mgr.smithi046.egcsjs (mgr.14182) 269 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 1.7 KiB/s wr, 101 op/s 2024-01-21T11:26:35.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:35 smithi046 bash[16032]: audit 2024-01-21T11:26:34.253680+0000 mon.smithi046 (mon.0) 676 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:26:35.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:35 smithi046 bash[16032]: audit 2024-01-21T11:26:34.271782+0000 mon.smithi046 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:35.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:35 smithi046 bash[16032]: cephadm 2024-01-21T11:26:34.279618+0000 mgr.smithi046.egcsjs (mgr.14182) 270 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.vsqcsx on smithi079 2024-01-21T11:26:35.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:35 smithi046 bash[16032]: cluster 2024-01-21T11:26:35.243904+0000 mon.smithi046 (mon.0) 678 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:26:35.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:35 smithi046 bash[16032]: cluster 2024-01-21T11:26:35.243968+0000 mon.smithi046 (mon.0) 679 : cluster [INF] Cluster is now healthy 2024-01-21T11:26:35.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:35 smithi079 bash[19822]: cephadm 2024-01-21T11:26:33.816803+0000 mgr.smithi046.egcsjs (mgr.14182) 268 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T11:26:35.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:35 smithi079 bash[19822]: cluster 2024-01-21T11:26:34.243761+0000 mgr.smithi046.egcsjs (mgr.14182) 269 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 1.7 KiB/s wr, 101 op/s 2024-01-21T11:26:35.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:35 smithi079 bash[19822]: audit 2024-01-21T11:26:34.253680+0000 mon.smithi046 (mon.0) 676 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:26:35.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:35 smithi079 bash[19822]: audit 2024-01-21T11:26:34.271782+0000 mon.smithi046 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:35.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:35 smithi079 bash[19822]: cephadm 2024-01-21T11:26:34.279618+0000 mgr.smithi046.egcsjs (mgr.14182) 270 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.vsqcsx on smithi079 2024-01-21T11:26:35.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:35 smithi079 bash[19822]: cluster 2024-01-21T11:26:35.243904+0000 mon.smithi046 (mon.0) 678 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:26:35.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:35 smithi079 bash[19822]: cluster 2024-01-21T11:26:35.243968+0000 mon.smithi046 (mon.0) 679 : cluster [INF] Cluster is now healthy 2024-01-21T11:26:37.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:36 smithi046 bash[16032]: cluster 2024-01-21T11:26:36.245240+0000 mgr.smithi046.egcsjs (mgr.14182) 271 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 225 B/s wr, 28 op/s 2024-01-21T11:26:37.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:36 smithi079 bash[19822]: cluster 2024-01-21T11:26:36.245240+0000 mgr.smithi046.egcsjs (mgr.14182) 271 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 225 B/s wr, 28 op/s 2024-01-21T11:26:38.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:38 smithi079 bash[19822]: audit 2024-01-21T11:26:38.053164+0000 mon.smithi046 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.vsqcsx"}]: dispatch 2024-01-21T11:26:38.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:38 smithi046 bash[16032]: audit 2024-01-21T11:26:38.053164+0000 mon.smithi046 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.vsqcsx"}]: dispatch 2024-01-21T11:26:39.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: cephadm 2024-01-21T11:26:38.051963+0000 mgr.smithi046.egcsjs (mgr.14182) 272 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vsqcsx 2024-01-21T11:26:39.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:39.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vsqcsx 2024-01-21T11:26:39.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vsqcsx 2024-01-21T11:26:39.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:39.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vsqcsx 2024-01-21T11:26:39.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.vsqcsx ... 2024-01-21T11:26:39.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:39.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:39.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:39.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:39.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:39.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:26:39.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:26:39.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:26:39.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:26:39.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:26:39.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vsqcsx 2024-01-21T11:26:39.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:39.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vsqcsx 2024-01-21T11:26:39.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vsqcsx 2024-01-21T11:26:39.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:39.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vsqcsx 2024-01-21T11:26:39.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.vsqcsx ... 2024-01-21T11:26:39.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:39.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:39.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:39.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:39.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:39.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: cephadm 2024-01-21T11:26:38.052513+0000 mgr.smithi046.egcsjs (mgr.14182) 273 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.vsqcsx 2024-01-21T11:26:39.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: cephadm 2024-01-21T11:26:38.054894+0000 mgr.smithi046.egcsjs (mgr.14182) 274 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.vsqcsx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vsqcsx 2024-01-21T11:26:39.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:39.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vsqcsx 2024-01-21T11:26:39.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vsqcsx 2024-01-21T11:26:39.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:39.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vsqcsx 2024-01-21T11:26:39.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.vsqcsx ... 2024-01-21T11:26:39.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:39.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:39.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:39.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:39.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:39.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: cephadm 2024-01-21T11:26:38.059315+0000 mgr.smithi046.egcsjs (mgr.14182) 275 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.evnvqt on smithi046 2024-01-21T11:26:39.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:39 smithi046 bash[16032]: cluster 2024-01-21T11:26:38.246134+0000 mgr.smithi046.egcsjs (mgr.14182) 276 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 188 B/s wr, 23 op/s 2024-01-21T11:26:39.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: cephadm 2024-01-21T11:26:38.051963+0000 mgr.smithi046.egcsjs (mgr.14182) 272 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vsqcsx 2024-01-21T11:26:39.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:39.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vsqcsx 2024-01-21T11:26:39.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vsqcsx 2024-01-21T11:26:39.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:39.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vsqcsx 2024-01-21T11:26:39.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.vsqcsx ... 2024-01-21T11:26:39.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:39.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:39.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:39.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:39.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:39.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:26:39.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:26:39.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:26:39.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:26:39.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:26:39.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vsqcsx 2024-01-21T11:26:39.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:39.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vsqcsx 2024-01-21T11:26:39.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vsqcsx 2024-01-21T11:26:39.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:39.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vsqcsx 2024-01-21T11:26:39.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.vsqcsx ... 2024-01-21T11:26:39.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:39.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:39.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:39.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:39.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:39.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: cephadm 2024-01-21T11:26:38.052513+0000 mgr.smithi046.egcsjs (mgr.14182) 273 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.vsqcsx 2024-01-21T11:26:39.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: cephadm 2024-01-21T11:26:38.054894+0000 mgr.smithi046.egcsjs (mgr.14182) 274 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.vsqcsx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vsqcsx 2024-01-21T11:26:39.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:39.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vsqcsx 2024-01-21T11:26:39.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vsqcsx 2024-01-21T11:26:39.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:39.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vsqcsx 2024-01-21T11:26:39.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.vsqcsx ... 2024-01-21T11:26:39.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:39.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:39.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:39.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:39.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:39.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: cephadm 2024-01-21T11:26:38.059315+0000 mgr.smithi046.egcsjs (mgr.14182) 275 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.evnvqt on smithi046 2024-01-21T11:26:39.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:39 smithi079 bash[19822]: cluster 2024-01-21T11:26:38.246134+0000 mgr.smithi046.egcsjs (mgr.14182) 276 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 188 B/s wr, 23 op/s 2024-01-21T11:26:41.574 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:41 smithi046 bash[16032]: cluster 2024-01-21T11:26:40.247415+0000 mgr.smithi046.egcsjs (mgr.14182) 277 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2024-01-21T11:26:41.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:41 smithi079 bash[19822]: cluster 2024-01-21T11:26:40.247415+0000 mgr.smithi046.egcsjs (mgr.14182) 277 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 188 B/s wr, 2 op/s 2024-01-21T11:26:42.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:42 smithi046 bash[16032]: audit 2024-01-21T11:26:41.933741+0000 mon.smithi046 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.evnvqt"}]: dispatch 2024-01-21T11:26:42.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:42 smithi046 bash[16032]: audit 2024-01-21T11:26:41.949448+0000 mon.smithi046 (mon.0) 682 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:26:42.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:42 smithi079 bash[19822]: audit 2024-01-21T11:26:41.933741+0000 mon.smithi046 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.evnvqt"}]: dispatch 2024-01-21T11:26:42.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:42 smithi079 bash[19822]: audit 2024-01-21T11:26:41.949448+0000 mon.smithi046 (mon.0) 682 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:26:42.899 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for sgml-base (1.29) ... 2024-01-21T11:26:43.012 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up docutils-common (0.14+dfsg-3) ... 2024-01-21T11:26:43.411 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for sgml-base (1.29) ... 2024-01-21T11:26:43.575 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-docutils (0.14+dfsg-3) ... 2024-01-21T11:26:43.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: cephadm 2024-01-21T11:26:41.932906+0000 mgr.smithi046.egcsjs (mgr.14182) 278 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-evnvqt 2024-01-21T11:26:43.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:43.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-evnvqt 2024-01-21T11:26:43.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.evnvqt 2024-01-21T11:26:43.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:43.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.evnvqt 2024-01-21T11:26:43.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.evnvqt ... 2024-01-21T11:26:43.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:43.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:43.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:43.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:43.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:43.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:26:43.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:26:43.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:26:43.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:26:43.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:26:43.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-evnvqt 2024-01-21T11:26:43.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:43.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-evnvqt 2024-01-21T11:26:43.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.evnvqt 2024-01-21T11:26:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.evnvqt 2024-01-21T11:26:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.evnvqt ... 2024-01-21T11:26:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: cephadm 2024-01-21T11:26:41.933165+0000 mgr.smithi046.egcsjs (mgr.14182) 279 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.evnvqt 2024-01-21T11:26:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: cephadm 2024-01-21T11:26:41.935257+0000 mgr.smithi046.egcsjs (mgr.14182) 280 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.evnvqt on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-evnvqt 2024-01-21T11:26:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-evnvqt 2024-01-21T11:26:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.evnvqt 2024-01-21T11:26:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.evnvqt 2024-01-21T11:26:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.evnvqt ... 2024-01-21T11:26:43.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:43.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:43.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:43.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:43.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:43.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: cephadm 2024-01-21T11:26:41.939764+0000 mgr.smithi046.egcsjs (mgr.14182) 281 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.gsdeuf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:26:43.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: cephadm 2024-01-21T11:26:41.943751+0000 mgr.smithi046.egcsjs (mgr.14182) 282 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.rfrblm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:26:43.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: cluster 2024-01-21T11:26:41.944711+0000 mgr.smithi046.egcsjs (mgr.14182) 283 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 193 B/s wr, 2 op/s 2024-01-21T11:26:43.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:43 smithi046 bash[16032]: cluster 2024-01-21T11:26:42.303467+0000 mon.smithi046 (mon.0) 683 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:26:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: cephadm 2024-01-21T11:26:41.932906+0000 mgr.smithi046.egcsjs (mgr.14182) 278 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-evnvqt 2024-01-21T11:26:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-evnvqt 2024-01-21T11:26:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.evnvqt 2024-01-21T11:26:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.evnvqt 2024-01-21T11:26:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.evnvqt ... 2024-01-21T11:26:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:26:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:26:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:26:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:26:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:26:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-evnvqt 2024-01-21T11:26:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-evnvqt 2024-01-21T11:26:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.evnvqt 2024-01-21T11:26:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.evnvqt 2024-01-21T11:26:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.evnvqt ... 2024-01-21T11:26:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: cephadm 2024-01-21T11:26:41.933165+0000 mgr.smithi046.egcsjs (mgr.14182) 279 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.evnvqt 2024-01-21T11:26:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: cephadm 2024-01-21T11:26:41.935257+0000 mgr.smithi046.egcsjs (mgr.14182) 280 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.evnvqt on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-evnvqt 2024-01-21T11:26:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-evnvqt 2024-01-21T11:26:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.evnvqt 2024-01-21T11:26:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.evnvqt 2024-01-21T11:26:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.evnvqt ... 2024-01-21T11:26:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:43.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:43.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:43.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: cephadm 2024-01-21T11:26:41.939764+0000 mgr.smithi046.egcsjs (mgr.14182) 281 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.gsdeuf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:26:43.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: cephadm 2024-01-21T11:26:41.943751+0000 mgr.smithi046.egcsjs (mgr.14182) 282 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.rfrblm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:26:43.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: cluster 2024-01-21T11:26:41.944711+0000 mgr.smithi046.egcsjs (mgr.14182) 283 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 193 B/s wr, 2 op/s 2024-01-21T11:26:43.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:43 smithi079 bash[19822]: cluster 2024-01-21T11:26:42.303467+0000 mon.smithi046 (mon.0) 683 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:26:43.939 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 2024-01-21T11:26:43.984 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 2024-01-21T11:26:44.022 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 2024-01-21T11:26:44.064 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 2024-01-21T11:26:44.098 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 2024-01-21T11:26:44.140 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 2024-01-21T11:26:44.165 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 2024-01-21T11:26:44.191 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 2024-01-21T11:26:44.216 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 2024-01-21T11:26:44.234 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 2024-01-21T11:26:44.256 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 2024-01-21T11:26:44.284 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 2024-01-21T11:26:44.308 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 2024-01-21T11:26:44.726 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2024-01-21T11:26:45.119 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2024-01-21T11:26:45.420 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-boto3 (1.4.2-1) ... 2024-01-21T11:26:45.628 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:45 smithi046 bash[16032]: cluster 2024-01-21T11:26:43.946191+0000 mgr.smithi046.egcsjs (mgr.14182) 284 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 193 B/s wr, 2 op/s 2024-01-21T11:26:45.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:45 smithi046 bash[16032]: audit 2024-01-21T11:26:44.589912+0000 mon.smithi046 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:45.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:45 smithi079 bash[19822]: cluster 2024-01-21T11:26:43.946191+0000 mgr.smithi046.egcsjs (mgr.14182) 284 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 193 B/s wr, 2 op/s 2024-01-21T11:26:45.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:45 smithi079 bash[19822]: audit 2024-01-21T11:26:44.589912+0000 mon.smithi046 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:46.092 DEBUG:teuthology.orchestra.run.smithi046:> 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-01-21T11:26:46.146 INFO:teuthology.orchestra.run.smithi046.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-01-21T11:26:47.128 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:46 smithi046 bash[16032]: cluster 2024-01-21T11:26:45.948035+0000 mgr.smithi046.egcsjs (mgr.14182) 285 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 174 B/s wr, 2 op/s 2024-01-21T11:26:47.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:46 smithi079 bash[19822]: cluster 2024-01-21T11:26:45.948035+0000 mgr.smithi046.egcsjs (mgr.14182) 285 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 174 B/s wr, 2 op/s 2024-01-21T11:26:49.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:48 smithi046 bash[16032]: audit 2024-01-21T11:26:47.848720+0000 mon.smithi046 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:49.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:48 smithi046 bash[16032]: cluster 2024-01-21T11:26:47.948799+0000 mgr.smithi046.egcsjs (mgr.14182) 286 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 612 B/s rd, 87 B/s wr, 0 op/s 2024-01-21T11:26:49.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:48 smithi046 bash[16032]: audit 2024-01-21T11:26:48.196437+0000 mon.smithi046 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:49.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:48 smithi046 bash[16032]: audit 2024-01-21T11:26:48.198794+0000 mon.smithi046 (mon.0) 687 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:26:49.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:48 smithi046 bash[16032]: audit 2024-01-21T11:26:48.200401+0000 mon.smithi046 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:26:49.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:48 smithi046 bash[16032]: cephadm 2024-01-21T11:26:48.207073+0000 mgr.smithi046.egcsjs (mgr.14182) 287 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T11:26:49.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:48 smithi046 bash[16032]: audit 2024-01-21T11:26:48.466766+0000 mon.smithi046 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:49.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:48 smithi046 bash[16032]: cluster 2024-01-21T11:26:48.467725+0000 mgr.smithi046.egcsjs (mgr.14182) 288 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 701 B/s rd, 100 B/s wr, 0 op/s 2024-01-21T11:26:49.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:48 smithi046 bash[16032]: audit 2024-01-21T11:26:48.475445+0000 mon.smithi046 (mon.0) 690 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:26:49.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:48 smithi046 bash[16032]: audit 2024-01-21T11:26:48.490397+0000 mon.smithi046 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:49.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:48 smithi046 bash[16032]: cephadm 2024-01-21T11:26:48.494780+0000 mgr.smithi046.egcsjs (mgr.14182) 289 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.tofbzr on smithi079 2024-01-21T11:26:49.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:48 smithi079 bash[19822]: audit 2024-01-21T11:26:47.848720+0000 mon.smithi046 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:49.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:48 smithi079 bash[19822]: cluster 2024-01-21T11:26:47.948799+0000 mgr.smithi046.egcsjs (mgr.14182) 286 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 612 B/s rd, 87 B/s wr, 0 op/s 2024-01-21T11:26:49.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:48 smithi079 bash[19822]: audit 2024-01-21T11:26:48.196437+0000 mon.smithi046 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:49.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:48 smithi079 bash[19822]: audit 2024-01-21T11:26:48.198794+0000 mon.smithi046 (mon.0) 687 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:26:49.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:48 smithi079 bash[19822]: audit 2024-01-21T11:26:48.200401+0000 mon.smithi046 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:26:49.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:48 smithi079 bash[19822]: cephadm 2024-01-21T11:26:48.207073+0000 mgr.smithi046.egcsjs (mgr.14182) 287 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T11:26:49.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:48 smithi079 bash[19822]: audit 2024-01-21T11:26:48.466766+0000 mon.smithi046 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:49.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:48 smithi079 bash[19822]: cluster 2024-01-21T11:26:48.467725+0000 mgr.smithi046.egcsjs (mgr.14182) 288 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 701 B/s rd, 100 B/s wr, 0 op/s 2024-01-21T11:26:49.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:48 smithi079 bash[19822]: audit 2024-01-21T11:26:48.475445+0000 mon.smithi046 (mon.0) 690 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:26:49.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:48 smithi079 bash[19822]: audit 2024-01-21T11:26:48.490397+0000 mon.smithi046 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:26:49.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:48 smithi079 bash[19822]: cephadm 2024-01-21T11:26:48.494780+0000 mgr.smithi046.egcsjs (mgr.14182) 289 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.tofbzr on smithi079 2024-01-21T11:26:50.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:49 smithi046 bash[16032]: cluster 2024-01-21T11:26:48.846095+0000 mon.smithi046 (mon.0) 692 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:26:50.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:49 smithi046 bash[16032]: cluster 2024-01-21T11:26:48.846163+0000 mon.smithi046 (mon.0) 693 : cluster [INF] Cluster is now healthy 2024-01-21T11:26:50.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:49 smithi079 bash[19822]: cluster 2024-01-21T11:26:48.846095+0000 mon.smithi046 (mon.0) 692 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:26:50.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:49 smithi079 bash[19822]: cluster 2024-01-21T11:26:48.846163+0000 mon.smithi046 (mon.0) 693 : cluster [INF] Cluster is now healthy 2024-01-21T11:26:50.941 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring fsid a99e224e-b84e-11ee-95b0-87774f69a715 2024-01-21T11:26:50.969 INFO:teuthology.orchestra.run.smithi046.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:1b24450ab6fb489afb5fe4805ef16395673dc2aab2108084613a229213867b24 2024-01-21T11:26:51.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:50 smithi046 bash[16032]: cluster 2024-01-21T11:26:50.469113+0000 mgr.smithi046.egcsjs (mgr.14182) 290 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 901 B/s rd, 0 op/s 2024-01-21T11:26:51.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:50 smithi079 bash[19822]: cluster 2024-01-21T11:26:50.469113+0000 mgr.smithi046.egcsjs (mgr.14182) 290 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 901 B/s rd, 0 op/s 2024-01-21T11:26:52.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:52 smithi079 bash[19822]: audit 2024-01-21T11:26:52.241425+0000 mon.smithi046 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.tofbzr"}]: dispatch 2024-01-21T11:26:52.640 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:52 smithi046 bash[16032]: audit 2024-01-21T11:26:52.241425+0000 mon.smithi046 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.tofbzr"}]: dispatch 2024-01-21T11:26:53.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: cephadm 2024-01-21T11:26:52.240124+0000 mgr.smithi046.egcsjs (mgr.14182) 291 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr 2024-01-21T11:26:53.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:53.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr 2024-01-21T11:26:53.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr 2024-01-21T11:26:53.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:53.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.tofbzr ... 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:53.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr 2024-01-21T11:26:53.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.tofbzr ... 2024-01-21T11:26:53.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:53.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:53.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:53.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:53.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:53.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: cephadm 2024-01-21T11:26:52.240707+0000 mgr.smithi046.egcsjs (mgr.14182) 292 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.tofbzr 2024-01-21T11:26:53.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: cephadm 2024-01-21T11:26:52.242936+0000 mgr.smithi046.egcsjs (mgr.14182) 293 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.tofbzr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr 2024-01-21T11:26:53.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:53.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr 2024-01-21T11:26:53.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr 2024-01-21T11:26:53.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:53.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr 2024-01-21T11:26:53.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.tofbzr ... 2024-01-21T11:26:53.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:53.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:53.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:53.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:53.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:53.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: cephadm 2024-01-21T11:26:52.245437+0000 mgr.smithi046.egcsjs (mgr.14182) 294 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.ehvrsr on smithi046 2024-01-21T11:26:53.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:53 smithi046 bash[16032]: cluster 2024-01-21T11:26:52.470239+0000 mgr.smithi046.egcsjs (mgr.14182) 295 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-01-21T11:26:53.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: cephadm 2024-01-21T11:26:52.240124+0000 mgr.smithi046.egcsjs (mgr.14182) 291 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr 2024-01-21T11:26:53.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:53.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr 2024-01-21T11:26:53.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr 2024-01-21T11:26:53.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:53.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr 2024-01-21T11:26:53.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.tofbzr ... 2024-01-21T11:26:53.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:53.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:53.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:53.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:53.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:53.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:26:53.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:26:53.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:26:53.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:26:53.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:26:53.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr 2024-01-21T11:26:53.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:53.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr 2024-01-21T11:26:53.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr 2024-01-21T11:26:53.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:53.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr 2024-01-21T11:26:53.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.tofbzr ... 2024-01-21T11:26:53.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:53.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:53.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:53.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:53.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:53.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: cephadm 2024-01-21T11:26:52.240707+0000 mgr.smithi046.egcsjs (mgr.14182) 292 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.tofbzr 2024-01-21T11:26:53.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: cephadm 2024-01-21T11:26:52.242936+0000 mgr.smithi046.egcsjs (mgr.14182) 293 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.tofbzr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr 2024-01-21T11:26:53.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:53.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr 2024-01-21T11:26:53.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr 2024-01-21T11:26:53.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:53.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr 2024-01-21T11:26:53.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.tofbzr ... 2024-01-21T11:26:53.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:53.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:53.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:53.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:53.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:53.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: cephadm 2024-01-21T11:26:52.245437+0000 mgr.smithi046.egcsjs (mgr.14182) 294 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.ehvrsr on smithi046 2024-01-21T11:26:53.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:53 smithi079 bash[19822]: cluster 2024-01-21T11:26:52.470239+0000 mgr.smithi046.egcsjs (mgr.14182) 295 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-01-21T11:26:55.243 INFO:teuthology.run_tasks:Running task python... 2024-01-21T11:26:55.260 INFO:tasks.python:Running python on role host.a host ubuntu@smithi046.front.sepia.ceph.com 2024-01-21T11:26:55.261 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-01-21T11:26:55.261 DEBUG:teuthology.orchestra.run.smithi046:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-01-21T11:26:55.878 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:55 smithi046 bash[16032]: cluster 2024-01-21T11:26:54.471275+0000 mgr.smithi046.egcsjs (mgr.14182) 296 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-01-21T11:26:55.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:55 smithi079 bash[19822]: cluster 2024-01-21T11:26:54.471275+0000 mgr.smithi046.egcsjs (mgr.14182) 296 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-01-21T11:26:57.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: cephadm 2024-01-21T11:26:56.165343+0000 mgr.smithi046.egcsjs (mgr.14182) 297 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr 2024-01-21T11:26:57.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:57.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr 2024-01-21T11:26:57.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr 2024-01-21T11:26:57.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:57.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr 2024-01-21T11:26:57.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.ehvrsr ... 2024-01-21T11:26:57.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:57.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:57.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:57.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:57.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:57.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:26:57.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:26:57.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:26:57.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:26:57.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:26:57.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr 2024-01-21T11:26:57.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:57.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr 2024-01-21T11:26:57.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr 2024-01-21T11:26:57.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:57.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr 2024-01-21T11:26:57.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.ehvrsr ... 2024-01-21T11:26:57.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:57.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:57.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:57.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:57.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:57.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: cephadm 2024-01-21T11:26:56.165705+0000 mgr.smithi046.egcsjs (mgr.14182) 298 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.ehvrsr 2024-01-21T11:26:57.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: audit 2024-01-21T11:26:56.166439+0000 mon.smithi046 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.ehvrsr"}]: dispatch 2024-01-21T11:26:57.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: cephadm 2024-01-21T11:26:56.167971+0000 mgr.smithi046.egcsjs (mgr.14182) 299 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.ehvrsr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr 2024-01-21T11:26:57.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:57.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr 2024-01-21T11:26:57.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr 2024-01-21T11:26:57.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:26:57.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr 2024-01-21T11:26:57.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.ehvrsr ... 2024-01-21T11:26:57.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:57.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:57.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:57.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:57.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:57.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: cephadm 2024-01-21T11:26:56.171009+0000 mgr.smithi046.egcsjs (mgr.14182) 300 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.umznfy on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:26:57.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: cephadm 2024-01-21T11:26:56.173763+0000 mgr.smithi046.egcsjs (mgr.14182) 301 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:26:57.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: cluster 2024-01-21T11:26:56.175777+0000 mgr.smithi046.egcsjs (mgr.14182) 302 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 2 op/s 2024-01-21T11:26:57.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: cluster 2024-01-21T11:26:56.536815+0000 mon.smithi046 (mon.0) 696 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-21T11:26:57.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:57 smithi079 bash[19822]: audit 2024-01-21T11:26:56.537731+0000 mon.smithi046 (mon.0) 697 : audit [INF] from='client.? 172.21.15.46:0/3311046632' entity='client.rgw.foorgw.smithi046.vvidtq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-01-21T11:26:57.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: cephadm 2024-01-21T11:26:56.165343+0000 mgr.smithi046.egcsjs (mgr.14182) 297 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr 2024-01-21T11:26:57.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:57.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr 2024-01-21T11:26:57.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr 2024-01-21T11:26:57.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:57.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr 2024-01-21T11:26:57.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.ehvrsr ... 2024-01-21T11:26:57.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:57.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:57.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:57.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:57.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:57.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:26:57.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:26:57.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:26:57.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:26:57.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:26:57.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr 2024-01-21T11:26:57.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:57.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr 2024-01-21T11:26:57.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr 2024-01-21T11:26:57.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:57.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr 2024-01-21T11:26:57.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.ehvrsr ... 2024-01-21T11:26:57.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:57.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:57.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:57.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:57.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:57.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: cephadm 2024-01-21T11:26:56.165705+0000 mgr.smithi046.egcsjs (mgr.14182) 298 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.ehvrsr 2024-01-21T11:26:57.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: audit 2024-01-21T11:26:56.166439+0000 mon.smithi046 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.ehvrsr"}]: dispatch 2024-01-21T11:26:57.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: cephadm 2024-01-21T11:26:56.167971+0000 mgr.smithi046.egcsjs (mgr.14182) 299 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.ehvrsr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr 2024-01-21T11:26:57.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:57.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr 2024-01-21T11:26:57.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr 2024-01-21T11:26:57.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:26:57.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr 2024-01-21T11:26:57.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.ehvrsr ... 2024-01-21T11:26:57.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:57.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:26:57.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:26:57.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:26:57.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:26:57.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: cephadm 2024-01-21T11:26:56.171009+0000 mgr.smithi046.egcsjs (mgr.14182) 300 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.umznfy on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:26:57.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: cephadm 2024-01-21T11:26:56.173763+0000 mgr.smithi046.egcsjs (mgr.14182) 301 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:26:57.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: cluster 2024-01-21T11:26:56.175777+0000 mgr.smithi046.egcsjs (mgr.14182) 302 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 2 op/s 2024-01-21T11:26:57.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: cluster 2024-01-21T11:26:56.536815+0000 mon.smithi046 (mon.0) 696 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-21T11:26:57.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:57 smithi046 bash[16032]: audit 2024-01-21T11:26:56.537731+0000 mon.smithi046 (mon.0) 697 : audit [INF] from='client.? 172.21.15.46:0/3311046632' entity='client.rgw.foorgw.smithi046.vvidtq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-01-21T11:26:58.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:58 smithi046 bash[16032]: cluster 2024-01-21T11:26:57.059955+0000 mon.smithi046 (mon.0) 698 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:26:58.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:58 smithi046 bash[16032]: audit 2024-01-21T11:26:57.537825+0000 mon.smithi046 (mon.0) 699 : audit [INF] from='client.? 172.21.15.46:0/3311046632' entity='client.rgw.foorgw.smithi046.vvidtq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-01-21T11:26:58.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:58 smithi046 bash[16032]: cluster 2024-01-21T11:26:57.538178+0000 mon.smithi046 (mon.0) 700 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-01-21T11:26:58.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:58 smithi046 bash[16032]: audit 2024-01-21T11:26:57.551135+0000 mon.smithi046 (mon.0) 701 : audit [INF] from='client.? 172.21.15.46:0/3311046632' entity='client.rgw.foorgw.smithi046.vvidtq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T11:26:58.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:58 smithi079 bash[19822]: cluster 2024-01-21T11:26:57.059955+0000 mon.smithi046 (mon.0) 698 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:26:58.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:58 smithi079 bash[19822]: audit 2024-01-21T11:26:57.537825+0000 mon.smithi046 (mon.0) 699 : audit [INF] from='client.? 172.21.15.46:0/3311046632' entity='client.rgw.foorgw.smithi046.vvidtq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-01-21T11:26:58.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:58 smithi079 bash[19822]: cluster 2024-01-21T11:26:57.538178+0000 mon.smithi046 (mon.0) 700 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-01-21T11:26:58.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:58 smithi079 bash[19822]: audit 2024-01-21T11:26:57.551135+0000 mon.smithi046 (mon.0) 701 : audit [INF] from='client.? 172.21.15.46:0/3311046632' entity='client.rgw.foorgw.smithi046.vvidtq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T11:26:59.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:59 smithi046 bash[16032]: cluster 2024-01-21T11:26:58.176950+0000 mgr.smithi046.egcsjs (mgr.14182) 303 : cluster [DBG] pgmap v249: 193 pgs: 3 creating+peering, 1 creating+activating, 28 unknown, 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 2 op/s 2024-01-21T11:26:59.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:59 smithi046 bash[16032]: audit 2024-01-21T11:26:58.540391+0000 mon.smithi046 (mon.0) 702 : audit [INF] from='client.? 172.21.15.46:0/3311046632' entity='client.rgw.foorgw.smithi046.vvidtq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T11:26:59.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:26:59 smithi046 bash[16032]: cluster 2024-01-21T11:26:58.540465+0000 mon.smithi046 (mon.0) 703 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-01-21T11:26:59.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:59 smithi079 bash[19822]: cluster 2024-01-21T11:26:58.176950+0000 mgr.smithi046.egcsjs (mgr.14182) 303 : cluster [DBG] pgmap v249: 193 pgs: 3 creating+peering, 1 creating+activating, 28 unknown, 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 2 op/s 2024-01-21T11:26:59.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:59 smithi079 bash[19822]: audit 2024-01-21T11:26:58.540391+0000 mon.smithi046 (mon.0) 702 : audit [INF] from='client.? 172.21.15.46:0/3311046632' entity='client.rgw.foorgw.smithi046.vvidtq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T11:26:59.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:26:59 smithi079 bash[19822]: cluster 2024-01-21T11:26:58.540465+0000 mon.smithi046 (mon.0) 703 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-01-21T11:27:00.625 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T11:27:00.634 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi046.front.sepia.ceph.com 2024-01-21T11:27:00.634 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2024-01-21T11:27:00.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:00 smithi046 bash[16032]: cluster 2024-01-21T11:26:59.552845+0000 mon.smithi046 (mon.0) 704 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-01-21T11:27:00.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:00 smithi046 bash[16032]: audit 2024-01-21T11:26:59.554869+0000 mon.smithi046 (mon.0) 705 : audit [INF] from='client.? 172.21.15.46:0/1675480573' entity='client.rgw.foorgw.smithi046.vvidtq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-21T11:27:00.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:00 smithi046 bash[16032]: audit 2024-01-21T11:26:59.608587+0000 mon.smithi046 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:27:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:00 smithi079 bash[19822]: cluster 2024-01-21T11:26:59.552845+0000 mon.smithi046 (mon.0) 704 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-01-21T11:27:00.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:00 smithi079 bash[19822]: audit 2024-01-21T11:26:59.554869+0000 mon.smithi046 (mon.0) 705 : audit [INF] from='client.? 172.21.15.46:0/1675480573' entity='client.rgw.foorgw.smithi046.vvidtq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-21T11:27:00.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:00 smithi079 bash[19822]: audit 2024-01-21T11:26:59.608587+0000 mon.smithi046 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:27:01.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:01 smithi046 bash[16032]: cluster 2024-01-21T11:27:00.178458+0000 mgr.smithi046.egcsjs (mgr.14182) 304 : cluster [DBG] pgmap v252: 225 pgs: 12 creating+peering, 1 creating+activating, 33 unknown, 179 active+clean; 5.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 3 op/s 2024-01-21T11:27:01.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:01 smithi046 bash[16032]: audit 2024-01-21T11:27:00.556134+0000 mon.smithi046 (mon.0) 707 : audit [INF] from='client.? 172.21.15.46:0/1675480573' entity='client.rgw.foorgw.smithi046.vvidtq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-01-21T11:27:01.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:01 smithi046 bash[16032]: cluster 2024-01-21T11:27:00.556415+0000 mon.smithi046 (mon.0) 708 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-01-21T11:27:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:01 smithi079 bash[19822]: cluster 2024-01-21T11:27:00.178458+0000 mgr.smithi046.egcsjs (mgr.14182) 304 : cluster [DBG] pgmap v252: 225 pgs: 12 creating+peering, 1 creating+activating, 33 unknown, 179 active+clean; 5.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1023 B/s wr, 3 op/s 2024-01-21T11:27:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:01 smithi079 bash[19822]: audit 2024-01-21T11:27:00.556134+0000 mon.smithi046 (mon.0) 707 : audit [INF] from='client.? 172.21.15.46:0/1675480573' entity='client.rgw.foorgw.smithi046.vvidtq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-01-21T11:27:01.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:01 smithi079 bash[19822]: cluster 2024-01-21T11:27:00.556415+0000 mon.smithi046 (mon.0) 708 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-01-21T11:27:02.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:02 smithi046 bash[16032]: cluster 2024-01-21T11:27:01.578836+0000 mon.smithi046 (mon.0) 709 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-01-21T11:27:02.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:02 smithi046 bash[16032]: cluster 2024-01-21T11:27:02.179468+0000 mgr.smithi046.egcsjs (mgr.14182) 305 : cluster [DBG] pgmap v255: 225 pgs: 20 creating+peering, 1 creating+activating, 12 unknown, 192 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 4 op/s 2024-01-21T11:27:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:02 smithi079 bash[19822]: cluster 2024-01-21T11:27:01.578836+0000 mon.smithi046 (mon.0) 709 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-01-21T11:27:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:02 smithi079 bash[19822]: cluster 2024-01-21T11:27:02.179468+0000 mgr.smithi046.egcsjs (mgr.14182) 305 : cluster [DBG] pgmap v255: 225 pgs: 20 creating+peering, 1 creating+activating, 12 unknown, 192 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 4 op/s 2024-01-21T11:27:04.253 INFO:teuthology.orchestra.run.smithi046.stdout:{ 2024-01-21T11:27:04.254 INFO:teuthology.orchestra.run.smithi046.stdout: "bind": "/foouser", 2024-01-21T11:27:04.254 INFO:teuthology.orchestra.run.smithi046.stdout: "path": "/", 2024-01-21T11:27:04.254 INFO:teuthology.orchestra.run.smithi046.stdout: "cluster": "foo", 2024-01-21T11:27:04.254 INFO:teuthology.orchestra.run.smithi046.stdout: "mode": "RW", 2024-01-21T11:27:04.254 INFO:teuthology.orchestra.run.smithi046.stdout: "squash": "none" 2024-01-21T11:27:04.254 INFO:teuthology.orchestra.run.smithi046.stdout:} 2024-01-21T11:27:04.847 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T11:27:04.858 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-21T11:27:04.858 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:27:05.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:05 smithi046 bash[16032]: audit 2024-01-21T11:27:04.040681+0000 mgr.smithi046.egcsjs (mgr.14182) 306 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:27:05.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:05 smithi046 bash[16032]: cluster 2024-01-21T11:27:04.181465+0000 mgr.smithi046.egcsjs (mgr.14182) 307 : cluster [DBG] pgmap v256: 225 pgs: 17 creating+peering, 208 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.6 KiB/s wr, 8 op/s 2024-01-21T11:27:05.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:05 smithi079 bash[19822]: audit 2024-01-21T11:27:04.040681+0000 mgr.smithi046.egcsjs (mgr.14182) 306 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T11:27:05.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:05 smithi079 bash[19822]: cluster 2024-01-21T11:27:04.181465+0000 mgr.smithi046.egcsjs (mgr.14182) 307 : cluster [DBG] pgmap v256: 225 pgs: 17 creating+peering, 208 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.6 KiB/s wr, 8 op/s 2024-01-21T11:27:07.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:07 smithi079 bash[19822]: cluster 2024-01-21T11:27:06.183712+0000 mgr.smithi046.egcsjs (mgr.14182) 308 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 1.2 KiB/s wr, 17 op/s 2024-01-21T11:27:07.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:07 smithi046 bash[16032]: cluster 2024-01-21T11:27:06.183712+0000 mgr.smithi046.egcsjs (mgr.14182) 308 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 1.2 KiB/s wr, 17 op/s 2024-01-21T11:27:07.925 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:27:07.926 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:26:48.182052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:26:47.836530Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:26:48.182563Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:41.943589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rfrblm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:52.242773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tofbzr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\nDeploy daemon haproxy.nfs.foo.smithi079.tofbzr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.167791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ehvrsr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\nDeploy daemon haproxy.nfs.foo.smithi046.ehvrsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.170845Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.umznfy on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:26:47.837002Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:26:47.837249Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:26:48.184410Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:26:47.837479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:26:47.837928Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:26:47.837704Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:26:47.838826Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:27:08.507 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-21T11:27:08.507 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T11:27:08.518 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-21T11:27:08.518 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:27:09.553 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:09 smithi046 bash[16032]: audit 2024-01-21T11:27:07.908401+0000 mgr.smithi046.egcsjs (mgr.14182) 309 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:09.554 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:09 smithi046 bash[16032]: cluster 2024-01-21T11:27:08.185207+0000 mgr.smithi046.egcsjs (mgr.14182) 310 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 895 B/s wr, 13 op/s 2024-01-21T11:27:09.554 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:09 smithi046 bash[16032]: audit 2024-01-21T11:27:09.099885+0000 mon.smithi046 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.e", "id": [4, 0]}]: dispatch 2024-01-21T11:27:09.554 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:09 smithi046 bash[16032]: audit 2024-01-21T11:27:09.100307+0000 mon.smithi046 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.2", "id": [5, 3]}]: dispatch 2024-01-21T11:27:09.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:09 smithi079 bash[19822]: audit 2024-01-21T11:27:07.908401+0000 mgr.smithi046.egcsjs (mgr.14182) 309 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:09.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:09 smithi079 bash[19822]: cluster 2024-01-21T11:27:08.185207+0000 mgr.smithi046.egcsjs (mgr.14182) 310 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 895 B/s wr, 13 op/s 2024-01-21T11:27:09.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:09 smithi079 bash[19822]: audit 2024-01-21T11:27:09.099885+0000 mon.smithi046 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.e", "id": [4, 0]}]: dispatch 2024-01-21T11:27:09.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:09 smithi079 bash[19822]: audit 2024-01-21T11:27:09.100307+0000 mon.smithi046 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.2", "id": [5, 3]}]: dispatch 2024-01-21T11:27:10.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:10 smithi046 bash[16032]: audit 2024-01-21T11:27:09.248436+0000 mon.smithi046 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.e", "id": [4, 0]}]': finished 2024-01-21T11:27:10.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:10 smithi046 bash[16032]: audit 2024-01-21T11:27:09.248658+0000 mon.smithi046 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.2", "id": [5, 3]}]': finished 2024-01-21T11:27:10.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:10 smithi046 bash[16032]: cluster 2024-01-21T11:27:09.248847+0000 mon.smithi046 (mon.0) 714 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-01-21T11:27:10.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:10 smithi046 bash[16032]: audit 2024-01-21T11:27:09.287398+0000 mon.smithi046 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:27:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:10 smithi079 bash[19822]: audit 2024-01-21T11:27:09.248436+0000 mon.smithi046 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.e", "id": [4, 0]}]': finished 2024-01-21T11:27:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:10 smithi079 bash[19822]: audit 2024-01-21T11:27:09.248658+0000 mon.smithi046 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.2", "id": [5, 3]}]': finished 2024-01-21T11:27:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:10 smithi079 bash[19822]: cluster 2024-01-21T11:27:09.248847+0000 mon.smithi046 (mon.0) 714 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-01-21T11:27:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:10 smithi079 bash[19822]: audit 2024-01-21T11:27:09.287398+0000 mon.smithi046 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:27:11.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:11 smithi046 bash[16032]: cluster 2024-01-21T11:27:10.186790+0000 mgr.smithi046.egcsjs (mgr.14182) 311 : cluster [DBG] pgmap v260: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 832 B/s wr, 18 op/s 2024-01-21T11:27:11.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:11 smithi046 bash[16032]: cluster 2024-01-21T11:27:10.250975+0000 mon.smithi046 (mon.0) 716 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-21T11:27:11.558 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:27:11.558 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:26:48.182052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:26:47.836530Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:26:48.182563Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:41.943589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rfrblm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:52.242773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tofbzr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\nDeploy daemon haproxy.nfs.foo.smithi079.tofbzr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.167791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ehvrsr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\nDeploy daemon haproxy.nfs.foo.smithi046.ehvrsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.170845Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.umznfy on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:26:47.837002Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:26:47.837249Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:26:48.184410Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:26:47.837479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:26:47.837928Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:26:47.837704Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:26:47.838826Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:27:11.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:11 smithi079 bash[19822]: cluster 2024-01-21T11:27:10.186790+0000 mgr.smithi046.egcsjs (mgr.14182) 311 : cluster [DBG] pgmap v260: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 832 B/s wr, 18 op/s 2024-01-21T11:27:11.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:11 smithi079 bash[19822]: cluster 2024-01-21T11:27:10.250975+0000 mon.smithi046 (mon.0) 716 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-21T11:27:12.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:27:12.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:12 smithi046 bash[16032]: audit 2024-01-21T11:27:11.542998+0000 mgr.smithi046.egcsjs (mgr.14182) 312 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:12.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:12 smithi079 bash[19822]: audit 2024-01-21T11:27:11.542998+0000 mgr.smithi046.egcsjs (mgr.14182) 312 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:13.120 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:27:13.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:13 smithi046 bash[16032]: cluster 2024-01-21T11:27:12.188452+0000 mgr.smithi046.egcsjs (mgr.14182) 313 : cluster [DBG] pgmap v262: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 383 B/s wr, 16 op/s 2024-01-21T11:27:13.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:13 smithi079 bash[19822]: cluster 2024-01-21T11:27:12.188452+0000 mgr.smithi046.egcsjs (mgr.14182) 313 : cluster [DBG] pgmap v262: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 383 B/s wr, 16 op/s 2024-01-21T11:27:15.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:15 smithi046 bash[16032]: cluster 2024-01-21T11:27:14.190136+0000 mgr.smithi046.egcsjs (mgr.14182) 314 : cluster [DBG] pgmap v263: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 127 B/s wr, 6 op/s 2024-01-21T11:27:15.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:15 smithi079 bash[19822]: cluster 2024-01-21T11:27:14.190136+0000 mgr.smithi046.egcsjs (mgr.14182) 314 : cluster [DBG] pgmap v263: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 127 B/s wr, 6 op/s 2024-01-21T11:27:16.112 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:27:16.113 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:26:48.182052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:26:47.836530Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:26:48.182563Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:41.943589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rfrblm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:52.242773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tofbzr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\nDeploy daemon haproxy.nfs.foo.smithi079.tofbzr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.167791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ehvrsr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\nDeploy daemon haproxy.nfs.foo.smithi046.ehvrsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.170845Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.umznfy on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:26:47.837002Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:26:47.837249Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:26:48.184410Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:26:47.837479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:26:47.837928Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:26:47.837704Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:26:47.838826Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:27:16.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:27:17.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:17 smithi079 bash[19822]: audit 2024-01-21T11:27:16.104873+0000 mgr.smithi046.egcsjs (mgr.14182) 315 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:17.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:17 smithi079 bash[19822]: cluster 2024-01-21T11:27:16.191667+0000 mgr.smithi046.egcsjs (mgr.14182) 316 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 127 B/s wr, 6 op/s; 0 B/s, 0 objects/s recovering 2024-01-21T11:27:17.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:17 smithi046 bash[16032]: audit 2024-01-21T11:27:16.104873+0000 mgr.smithi046.egcsjs (mgr.14182) 315 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:17.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:17 smithi046 bash[16032]: cluster 2024-01-21T11:27:16.191667+0000 mgr.smithi046.egcsjs (mgr.14182) 316 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 127 B/s wr, 6 op/s; 0 B/s, 0 objects/s recovering 2024-01-21T11:27:17.698 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:27:19.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:19 smithi046 bash[16032]: cluster 2024-01-21T11:27:18.192984+0000 mgr.smithi046.egcsjs (mgr.14182) 317 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-01-21T11:27:19.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:19 smithi079 bash[19822]: cluster 2024-01-21T11:27:18.192984+0000 mgr.smithi046.egcsjs (mgr.14182) 317 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-01-21T11:27:20.736 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:27:20.736 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:26:48.182052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:26:47.836530Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:26:48.182563Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:41.943589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rfrblm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:52.242773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tofbzr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\nDeploy daemon haproxy.nfs.foo.smithi079.tofbzr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.167791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ehvrsr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\nDeploy daemon haproxy.nfs.foo.smithi046.ehvrsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.170845Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.umznfy on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:26:47.837002Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:26:47.837249Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:26:48.184410Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:26:47.837479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:26:47.837928Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:26:47.837704Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:26:47.838826Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:27:21.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:27:21.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:21 smithi046 bash[16032]: cluster 2024-01-21T11:27:20.194802+0000 mgr.smithi046.egcsjs (mgr.14182) 318 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-01-21T11:27:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:21 smithi079 bash[19822]: cluster 2024-01-21T11:27:20.194802+0000 mgr.smithi046.egcsjs (mgr.14182) 318 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-01-21T11:27:22.292 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:27:22.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:22 smithi046 bash[16032]: audit 2024-01-21T11:27:20.725338+0000 mgr.smithi046.egcsjs (mgr.14182) 319 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:22.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:22 smithi079 bash[19822]: audit 2024-01-21T11:27:20.725338+0000 mgr.smithi046.egcsjs (mgr.14182) 319 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:23.597 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:23 smithi046 bash[16032]: cluster 2024-01-21T11:27:22.196477+0000 mgr.smithi046.egcsjs (mgr.14182) 320 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-01-21T11:27:23.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:23 smithi079 bash[19822]: cluster 2024-01-21T11:27:22.196477+0000 mgr.smithi046.egcsjs (mgr.14182) 320 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-01-21T11:27:25.314 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:27:25.314 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:26:48.182052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:26:47.836530Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:26:48.182563Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:41.943589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rfrblm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:52.242773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tofbzr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\nDeploy daemon haproxy.nfs.foo.smithi079.tofbzr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.167791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ehvrsr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\nDeploy daemon haproxy.nfs.foo.smithi046.ehvrsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.170845Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.umznfy on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:26:47.837002Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:26:47.837249Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:26:48.184410Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:26:47.837479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:26:47.837928Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:26:47.837704Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:26:47.838826Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:27:25.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:25 smithi046 bash[16032]: cluster 2024-01-21T11:27:24.197978+0000 mgr.smithi046.egcsjs (mgr.14182) 321 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-01-21T11:27:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:25 smithi079 bash[19822]: cluster 2024-01-21T11:27:24.197978+0000 mgr.smithi046.egcsjs (mgr.14182) 321 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-01-21T11:27:25.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:27:26.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:26 smithi046 bash[16032]: audit 2024-01-21T11:27:25.306412+0000 mgr.smithi046.egcsjs (mgr.14182) 322 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:26.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:26 smithi079 bash[19822]: audit 2024-01-21T11:27:25.306412+0000 mgr.smithi046.egcsjs (mgr.14182) 322 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:26.940 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:27:27.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:27 smithi046 bash[16032]: cluster 2024-01-21T11:27:26.200018+0000 mgr.smithi046.egcsjs (mgr.14182) 323 : cluster [DBG] pgmap v269: 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; 0 B/s, 0 objects/s recovering 2024-01-21T11:27:27.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:27 smithi079 bash[19822]: cluster 2024-01-21T11:27:26.200018+0000 mgr.smithi046.egcsjs (mgr.14182) 323 : cluster [DBG] pgmap v269: 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; 0 B/s, 0 objects/s recovering 2024-01-21T11:27:29.549 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:29 smithi046 bash[16032]: cluster 2024-01-21T11:27:28.200874+0000 mgr.smithi046.egcsjs (mgr.14182) 324 : cluster [DBG] pgmap v270: 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-01-21T11:27:29.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:29 smithi079 bash[19822]: cluster 2024-01-21T11:27:28.200874+0000 mgr.smithi046.egcsjs (mgr.14182) 324 : cluster [DBG] pgmap v270: 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-01-21T11:27:29.912 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:27:29.912 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:26:48.182052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:26:47.836530Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:26:48.182563Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:41.943589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rfrblm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:52.242773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tofbzr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\nDeploy daemon haproxy.nfs.foo.smithi079.tofbzr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.167791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ehvrsr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\nDeploy daemon haproxy.nfs.foo.smithi046.ehvrsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.170845Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.umznfy on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:26:47.837002Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:26:47.837249Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:26:48.184410Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:26:47.837479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:26:47.837928Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:26:47.837704Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:26:47.838826Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:27:30.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:27:31.549 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:27:31.562 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:31 smithi046 bash[16032]: audit 2024-01-21T11:27:29.896682+0000 mgr.smithi046.egcsjs (mgr.14182) 325 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:31.562 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:31 smithi046 bash[16032]: cluster 2024-01-21T11:27:30.202781+0000 mgr.smithi046.egcsjs (mgr.14182) 326 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T11:27:31.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:31 smithi079 bash[19822]: audit 2024-01-21T11:27:29.896682+0000 mgr.smithi046.egcsjs (mgr.14182) 325 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:31.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:31 smithi079 bash[19822]: cluster 2024-01-21T11:27:30.202781+0000 mgr.smithi046.egcsjs (mgr.14182) 326 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T11:27:33.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:33 smithi046 bash[16032]: cluster 2024-01-21T11:27:32.204458+0000 mgr.smithi046.egcsjs (mgr.14182) 327 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T11:27:33.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:33 smithi079 bash[19822]: cluster 2024-01-21T11:27:32.204458+0000 mgr.smithi046.egcsjs (mgr.14182) 327 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T11:27:34.632 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:27:34.632 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:26:48.182052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:26:47.836530Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:26:48.182563Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:41.943589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rfrblm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:52.242773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tofbzr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\nDeploy daemon haproxy.nfs.foo.smithi079.tofbzr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.167791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ehvrsr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\nDeploy daemon haproxy.nfs.foo.smithi046.ehvrsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.170845Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.umznfy on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:26:47.837002Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:26:47.837249Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:26:48.184410Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:26:47.837479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:26:47.837928Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:26:47.837704Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:26:47.838826Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:27:35.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:27:35.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:35 smithi046 bash[16032]: cluster 2024-01-21T11:27:34.205897+0000 mgr.smithi046.egcsjs (mgr.14182) 328 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T11:27:35.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:35 smithi079 bash[19822]: cluster 2024-01-21T11:27:34.205897+0000 mgr.smithi046.egcsjs (mgr.14182) 328 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T11:27:36.157 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:27:36.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:36 smithi046 bash[16032]: audit 2024-01-21T11:27:34.619777+0000 mgr.smithi046.egcsjs (mgr.14182) 329 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:36.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:36 smithi079 bash[19822]: audit 2024-01-21T11:27:34.619777+0000 mgr.smithi046.egcsjs (mgr.14182) 329 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:37.437 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:37 smithi046 bash[16032]: cluster 2024-01-21T11:27:36.207893+0000 mgr.smithi046.egcsjs (mgr.14182) 330 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T11:27:37.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:37 smithi079 bash[19822]: cluster 2024-01-21T11:27:36.207893+0000 mgr.smithi046.egcsjs (mgr.14182) 330 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T11:27:39.191 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:27:39.191 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:26:48.182052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:26:47.836530Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:26:48.182563Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:41.943589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rfrblm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:52.242773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tofbzr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\nDeploy daemon haproxy.nfs.foo.smithi079.tofbzr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.167791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ehvrsr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\nDeploy daemon haproxy.nfs.foo.smithi046.ehvrsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.170845Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.umznfy on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:26:47.837002Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:26:47.837249Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:26:48.184410Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:26:47.837479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:26:47.837928Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:26:47.837704Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:26:47.838826Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:27:39.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:39 smithi046 bash[16032]: cluster 2024-01-21T11:27:38.209342+0000 mgr.smithi046.egcsjs (mgr.14182) 331 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:27:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:39 smithi079 bash[19822]: cluster 2024-01-21T11:27:38.209342+0000 mgr.smithi046.egcsjs (mgr.14182) 331 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:27:39.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:27:40.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:40 smithi046 bash[16032]: audit 2024-01-21T11:27:39.177668+0000 mgr.smithi046.egcsjs (mgr.14182) 332 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:40.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:40 smithi079 bash[19822]: audit 2024-01-21T11:27:39.177668+0000 mgr.smithi046.egcsjs (mgr.14182) 332 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:40.752 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:27:41.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:41 smithi046 bash[16032]: cluster 2024-01-21T11:27:40.211188+0000 mgr.smithi046.egcsjs (mgr.14182) 333 : 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-01-21T11:27:41.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:41 smithi079 bash[19822]: cluster 2024-01-21T11:27:40.211188+0000 mgr.smithi046.egcsjs (mgr.14182) 333 : 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-01-21T11:27:43.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:43 smithi046 bash[16032]: cluster 2024-01-21T11:27:42.212205+0000 mgr.smithi046.egcsjs (mgr.14182) 334 : 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-01-21T11:27:43.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:43 smithi079 bash[19822]: cluster 2024-01-21T11:27:42.212205+0000 mgr.smithi046.egcsjs (mgr.14182) 334 : 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-01-21T11:27:43.755 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:27:43.755 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:26:48.182052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:26:47.836530Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:26:48.182563Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:41.943589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rfrblm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:52.242773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tofbzr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\nDeploy daemon haproxy.nfs.foo.smithi079.tofbzr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.167791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ehvrsr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\nDeploy daemon haproxy.nfs.foo.smithi046.ehvrsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.170845Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.umznfy on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:26:47.837002Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:26:47.837249Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:26:48.184410Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:26:47.837479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:26:47.837928Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:26:47.837704Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:26:47.838826Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:27:44.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:27:45.320 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:27:45.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:45 smithi046 bash[16032]: audit 2024-01-21T11:27:43.740572+0000 mgr.smithi046.egcsjs (mgr.14182) 335 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:45.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:45 smithi046 bash[16032]: cluster 2024-01-21T11:27:44.213837+0000 mgr.smithi046.egcsjs (mgr.14182) 336 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:27:45.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:45 smithi079 bash[19822]: audit 2024-01-21T11:27:43.740572+0000 mgr.smithi046.egcsjs (mgr.14182) 335 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:45.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:45 smithi079 bash[19822]: cluster 2024-01-21T11:27:44.213837+0000 mgr.smithi046.egcsjs (mgr.14182) 336 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:27:47.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:47 smithi079 bash[19822]: cluster 2024-01-21T11:27:46.215927+0000 mgr.smithi046.egcsjs (mgr.14182) 337 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:27:47.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:47 smithi046 bash[16032]: cluster 2024-01-21T11:27:46.215927+0000 mgr.smithi046.egcsjs (mgr.14182) 337 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:27:48.328 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:27:48.328 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:26:48.182052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:26:47.836530Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:26:48.182563Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:41.943589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rfrblm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:52.242773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tofbzr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\nDeploy daemon haproxy.nfs.foo.smithi079.tofbzr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.167791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ehvrsr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\nDeploy daemon haproxy.nfs.foo.smithi046.ehvrsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.170845Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.umznfy on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:26:47.837002Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:26:47.837249Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:26:48.184410Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:26:47.837479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:26:47.837928Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:26:47.837704Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:26:47.838826Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:27:48.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:27:49.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:49 smithi046 bash[16032]: cluster 2024-01-21T11:27:48.217165+0000 mgr.smithi046.egcsjs (mgr.14182) 338 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:27:49.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:49 smithi046 bash[16032]: audit 2024-01-21T11:27:48.315945+0000 mgr.smithi046.egcsjs (mgr.14182) 339 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:49.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:49 smithi079 bash[19822]: cluster 2024-01-21T11:27:48.217165+0000 mgr.smithi046.egcsjs (mgr.14182) 338 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:27:49.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:49 smithi079 bash[19822]: audit 2024-01-21T11:27:48.315945+0000 mgr.smithi046.egcsjs (mgr.14182) 339 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:49.886 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:27:51.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:51 smithi046 bash[16032]: cluster 2024-01-21T11:27:50.218912+0000 mgr.smithi046.egcsjs (mgr.14182) 340 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:27:51.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:51 smithi079 bash[19822]: cluster 2024-01-21T11:27:50.218912+0000 mgr.smithi046.egcsjs (mgr.14182) 340 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:27:52.890 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:27:52.891 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:26:48.182052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:26:47.836530Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:26:48.182563Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:41.943589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rfrblm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:52.242773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tofbzr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\nDeploy daemon haproxy.nfs.foo.smithi079.tofbzr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.167791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ehvrsr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\nDeploy daemon haproxy.nfs.foo.smithi046.ehvrsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.170845Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.umznfy on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:26:47.837002Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:26:47.837249Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:26:48.184410Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:26:47.837479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:26:47.837928Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:26:47.837704Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:26:47.838826Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:27:53.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:27:53.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:53 smithi046 bash[16032]: cluster 2024-01-21T11:27:52.220616+0000 mgr.smithi046.egcsjs (mgr.14182) 341 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:27:53.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:53 smithi079 bash[19822]: cluster 2024-01-21T11:27:52.220616+0000 mgr.smithi046.egcsjs (mgr.14182) 341 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:27:54.467 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:27:54.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:54 smithi046 bash[16032]: audit 2024-01-21T11:27:52.875020+0000 mgr.smithi046.egcsjs (mgr.14182) 342 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:54.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:54 smithi079 bash[19822]: audit 2024-01-21T11:27:52.875020+0000 mgr.smithi046.egcsjs (mgr.14182) 342 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:55.558 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:55 smithi046 bash[16032]: cluster 2024-01-21T11:27:54.222253+0000 mgr.smithi046.egcsjs (mgr.14182) 343 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:27:55.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:55 smithi079 bash[19822]: cluster 2024-01-21T11:27:54.222253+0000 mgr.smithi046.egcsjs (mgr.14182) 343 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:27:57.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:57 smithi079 bash[19822]: audit 2024-01-21T11:27:56.177599+0000 mon.smithi046 (mon.0) 717 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:27:57.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:57 smithi079 bash[19822]: cluster 2024-01-21T11:27:56.223875+0000 mgr.smithi046.egcsjs (mgr.14182) 344 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:27:57.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:57 smithi046 bash[16032]: audit 2024-01-21T11:27:56.177599+0000 mon.smithi046 (mon.0) 717 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:27:57.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:57 smithi046 bash[16032]: cluster 2024-01-21T11:27:56.223875+0000 mgr.smithi046.egcsjs (mgr.14182) 344 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:27:57.514 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:27:57.514 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:26:48.182052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:26:47.836530Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:26:48.182563Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:41.943589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rfrblm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:52.242773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tofbzr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\nDeploy daemon haproxy.nfs.foo.smithi079.tofbzr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.167791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ehvrsr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\nDeploy daemon haproxy.nfs.foo.smithi046.ehvrsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.170845Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.umznfy on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:26:47.837002Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:26:47.837249Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:26:48.184410Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:26:47.837479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:26:47.837928Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:26:47.837704Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:26:47.838826Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:27:58.058 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:27:58.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:58 smithi046 bash[16032]: audit 2024-01-21T11:27:57.497302+0000 mgr.smithi046.egcsjs (mgr.14182) 345 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:58.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:58 smithi079 bash[19822]: audit 2024-01-21T11:27:57.497302+0000 mgr.smithi046.egcsjs (mgr.14182) 345 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:27:59.059 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:27:59.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:27:59 smithi046 bash[16032]: cluster 2024-01-21T11:27:58.225172+0000 mgr.smithi046.egcsjs (mgr.14182) 346 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:27:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:27:59 smithi079 bash[19822]: cluster 2024-01-21T11:27:58.225172+0000 mgr.smithi046.egcsjs (mgr.14182) 346 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:01.558 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:01 smithi046 bash[16032]: cluster 2024-01-21T11:28:00.227050+0000 mgr.smithi046.egcsjs (mgr.14182) 347 : 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-01-21T11:28:01.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:01 smithi079 bash[19822]: cluster 2024-01-21T11:28:00.227050+0000 mgr.smithi046.egcsjs (mgr.14182) 347 : 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-01-21T11:28:02.037 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:28:02.037 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:26:48.182052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:26:47.836530Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:26:48.182563Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:41.943589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rfrblm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:52.242773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tofbzr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\nDeploy daemon haproxy.nfs.foo.smithi079.tofbzr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.167791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ehvrsr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\nDeploy daemon haproxy.nfs.foo.smithi046.ehvrsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.170845Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.umznfy on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:26:47.837002Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:26:47.837249Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:26:48.184410Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:26:47.837479Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:26:47.837928Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:26:47.837704Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:26:47.838826Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:28:02.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:28:03.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:03 smithi046 bash[16032]: audit 2024-01-21T11:28:02.023285+0000 mgr.smithi046.egcsjs (mgr.14182) 348 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:03.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:03 smithi046 bash[16032]: audit 2024-01-21T11:28:02.088711+0000 mon.smithi046 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:28:03.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:03 smithi046 bash[16032]: cluster 2024-01-21T11:28:02.228897+0000 mgr.smithi046.egcsjs (mgr.14182) 349 : 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-01-21T11:28:03.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:03 smithi046 bash[16032]: audit 2024-01-21T11:28:02.666236+0000 mon.smithi046 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:28:03.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:03 smithi046 bash[16032]: audit 2024-01-21T11:28:02.963317+0000 mon.smithi046 (mon.0) 720 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:28:03.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:03 smithi046 bash[16032]: audit 2024-01-21T11:28:02.964878+0000 mon.smithi046 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:28:03.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:03 smithi046 bash[16032]: audit 2024-01-21T11:28:02.972115+0000 mon.smithi046 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:28:03.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:03 smithi046 bash[16032]: audit 2024-01-21T11:28:02.980720+0000 mon.smithi046 (mon.0) 723 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:28:03.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:03 smithi046 bash[16032]: audit 2024-01-21T11:28:02.993791+0000 mon.smithi046 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:28:03.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:03 smithi079 bash[19822]: audit 2024-01-21T11:28:02.023285+0000 mgr.smithi046.egcsjs (mgr.14182) 348 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:03.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:03 smithi079 bash[19822]: audit 2024-01-21T11:28:02.088711+0000 mon.smithi046 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:28:03.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:03 smithi079 bash[19822]: cluster 2024-01-21T11:28:02.228897+0000 mgr.smithi046.egcsjs (mgr.14182) 349 : 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-01-21T11:28:03.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:03 smithi079 bash[19822]: audit 2024-01-21T11:28:02.666236+0000 mon.smithi046 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:28:03.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:03 smithi079 bash[19822]: audit 2024-01-21T11:28:02.963317+0000 mon.smithi046 (mon.0) 720 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:28:03.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:03 smithi079 bash[19822]: audit 2024-01-21T11:28:02.964878+0000 mon.smithi046 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:28:03.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:03 smithi079 bash[19822]: audit 2024-01-21T11:28:02.972115+0000 mon.smithi046 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:28:03.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:03 smithi079 bash[19822]: audit 2024-01-21T11:28:02.980720+0000 mon.smithi046 (mon.0) 723 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:28:03.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:03 smithi079 bash[19822]: audit 2024-01-21T11:28:02.993791+0000 mon.smithi046 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:28:03.691 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:28:04.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:04 smithi046 bash[16032]: cluster 2024-01-21T11:28:02.973241+0000 mgr.smithi046.egcsjs (mgr.14182) 350 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T11:28:04.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:04 smithi046 bash[16032]: cephadm 2024-01-21T11:28:03.000399+0000 mgr.smithi046.egcsjs (mgr.14182) 351 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.bkkezv on smithi079 2024-01-21T11:28:04.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:04 smithi046 bash[16032]: cluster 2024-01-21T11:28:03.082015+0000 mon.smithi046 (mon.0) 725 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:28:04.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:04 smithi046 bash[16032]: cluster 2024-01-21T11:28:03.082084+0000 mon.smithi046 (mon.0) 726 : cluster [INF] Cluster is now healthy 2024-01-21T11:28:04.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:04 smithi079 bash[19822]: cluster 2024-01-21T11:28:02.973241+0000 mgr.smithi046.egcsjs (mgr.14182) 350 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T11:28:04.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:04 smithi079 bash[19822]: cephadm 2024-01-21T11:28:03.000399+0000 mgr.smithi046.egcsjs (mgr.14182) 351 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.bkkezv on smithi079 2024-01-21T11:28:04.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:04 smithi079 bash[19822]: cluster 2024-01-21T11:28:03.082015+0000 mon.smithi046 (mon.0) 725 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:28:04.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:04 smithi079 bash[19822]: cluster 2024-01-21T11:28:03.082084+0000 mon.smithi046 (mon.0) 726 : cluster [INF] Cluster is now healthy 2024-01-21T11:28:06.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:06 smithi046 bash[16032]: cluster 2024-01-21T11:28:04.974800+0000 mgr.smithi046.egcsjs (mgr.14182) 352 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-01-21T11:28:06.383 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:06 smithi079 bash[19822]: cluster 2024-01-21T11:28:04.974800+0000 mgr.smithi046.egcsjs (mgr.14182) 352 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-01-21T11:28:06.812 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:28:06.812 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.074495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:41.943589Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.rfrblm on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:52.242773Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.tofbzr on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-tofbzr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.tofbzr\nDeploy daemon haproxy.nfs.foo.smithi079.tofbzr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.167791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ehvrsr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ehvrsr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ehvrsr\nDeploy daemon haproxy.nfs.foo.smithi046.ehvrsr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:26:56.170845Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.umznfy on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.074681Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.074789Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.074890Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.075092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:28:02.074989Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.075564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:28:07.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:07 smithi046 bash[16032]: audit 2024-01-21T11:28:06.811919+0000 mon.smithi046 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.bkkezv"}]: dispatch 2024-01-21T11:28:07.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:28:07.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:07 smithi079 bash[19822]: audit 2024-01-21T11:28:06.811919+0000 mon.smithi046 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.bkkezv"}]: dispatch 2024-01-21T11:28:08.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: audit 2024-01-21T11:28:06.798280+0000 mgr.smithi046.egcsjs (mgr.14182) 353 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:08.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: cephadm 2024-01-21T11:28:06.810895+0000 mgr.smithi046.egcsjs (mgr.14182) 354 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv 2024-01-21T11:28:08.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:28:08.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv 2024-01-21T11:28:08.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv 2024-01-21T11:28:08.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:28:08.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv 2024-01-21T11:28:08.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.bkkezv ... 2024-01-21T11:28:08.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:08.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:28:08.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:28:08.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:28:08.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:08.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:28:08.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:28:08.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:28:08.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:28:08.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:28:08.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv 2024-01-21T11:28:08.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:28:08.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv 2024-01-21T11:28:08.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv 2024-01-21T11:28:08.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:28:08.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv 2024-01-21T11:28:08.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.bkkezv ... 2024-01-21T11:28:08.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:08.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:28:08.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:28:08.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:28:08.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:08.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: cephadm 2024-01-21T11:28:06.811386+0000 mgr.smithi046.egcsjs (mgr.14182) 355 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.bkkezv 2024-01-21T11:28:08.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: cephadm 2024-01-21T11:28:06.813296+0000 mgr.smithi046.egcsjs (mgr.14182) 356 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv 2024-01-21T11:28:08.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:28:08.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv 2024-01-21T11:28:08.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv 2024-01-21T11:28:08.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:28:08.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv 2024-01-21T11:28:08.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.bkkezv ... 2024-01-21T11:28:08.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:08.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:28:08.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:28:08.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:28:08.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:08.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: cephadm 2024-01-21T11:28:06.817252+0000 mgr.smithi046.egcsjs (mgr.14182) 357 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.zkyyru on smithi046 2024-01-21T11:28:08.383 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:08 smithi046 bash[16032]: cluster 2024-01-21T11:28:06.976066+0000 mgr.smithi046.egcsjs (mgr.14182) 358 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T11:28:08.409 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:28:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: audit 2024-01-21T11:28:06.798280+0000 mgr.smithi046.egcsjs (mgr.14182) 353 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: cephadm 2024-01-21T11:28:06.810895+0000 mgr.smithi046.egcsjs (mgr.14182) 354 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv 2024-01-21T11:28:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:28:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv 2024-01-21T11:28:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv 2024-01-21T11:28:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:28:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv 2024-01-21T11:28:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.bkkezv ... 2024-01-21T11:28:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:28:08.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:28:08.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:28:08.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:08.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:28:08.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:28:08.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:28:08.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:28:08.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:28:08.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv 2024-01-21T11:28:08.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:28:08.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv 2024-01-21T11:28:08.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv 2024-01-21T11:28:08.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:28:08.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv 2024-01-21T11:28:08.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.bkkezv ... 2024-01-21T11:28:08.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:08.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:28:08.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:28:08.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:28:08.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:08.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: cephadm 2024-01-21T11:28:06.811386+0000 mgr.smithi046.egcsjs (mgr.14182) 355 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.bkkezv 2024-01-21T11:28:08.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: cephadm 2024-01-21T11:28:06.813296+0000 mgr.smithi046.egcsjs (mgr.14182) 356 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv 2024-01-21T11:28:08.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:28:08.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv 2024-01-21T11:28:08.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv 2024-01-21T11:28:08.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:28:08.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv 2024-01-21T11:28:08.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.bkkezv ... 2024-01-21T11:28:08.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:08.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:28:08.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:28:08.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:28:08.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:08.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: cephadm 2024-01-21T11:28:06.817252+0000 mgr.smithi046.egcsjs (mgr.14182) 357 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.zkyyru on smithi046 2024-01-21T11:28:08.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:08 smithi079 bash[19822]: cluster 2024-01-21T11:28:06.976066+0000 mgr.smithi046.egcsjs (mgr.14182) 358 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T11:28:10.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:10 smithi046 bash[16032]: cluster 2024-01-21T11:28:08.977575+0000 mgr.smithi046.egcsjs (mgr.14182) 359 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T11:28:10.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:10 smithi046 bash[16032]: audit 2024-01-21T11:28:09.291207+0000 mon.smithi046 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:28:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:10 smithi079 bash[19822]: cluster 2024-01-21T11:28:08.977575+0000 mgr.smithi046.egcsjs (mgr.14182) 359 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T11:28:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:10 smithi079 bash[19822]: audit 2024-01-21T11:28:09.291207+0000 mon.smithi046 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:28:11.804 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:28:11.805 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.074495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:06.813060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\nDeploy daemon haproxy.nfs.foo.smithi079.bkkezv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.112510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\nDeploy daemon haproxy.nfs.foo.smithi046.zkyyru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.116024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.074681Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.074789Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.074890Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.075092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:28:02.074989Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.075564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:28:12.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: cluster 2024-01-21T11:28:10.979273+0000 mgr.smithi046.egcsjs (mgr.14182) 360 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T11:28:12.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: cephadm 2024-01-21T11:28:11.110651+0000 mgr.smithi046.egcsjs (mgr.14182) 361 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru 2024-01-21T11:28:12.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:28:12.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru 2024-01-21T11:28:12.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru 2024-01-21T11:28:12.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:28:12.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru 2024-01-21T11:28:12.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.zkyyru ... 2024-01-21T11:28:12.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:12.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:28:12.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:28:12.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:28:12.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:12.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:28:12.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:28:12.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:28:12.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:28:12.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:28:12.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru 2024-01-21T11:28:12.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:28:12.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru 2024-01-21T11:28:12.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru 2024-01-21T11:28:12.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:28:12.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru 2024-01-21T11:28:12.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.zkyyru ... 2024-01-21T11:28:12.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:12.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:28:12.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:28:12.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:28:12.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:12.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: cephadm 2024-01-21T11:28:11.110955+0000 mgr.smithi046.egcsjs (mgr.14182) 362 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.zkyyru 2024-01-21T11:28:12.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: audit 2024-01-21T11:28:11.111421+0000 mon.smithi046 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.zkyyru"}]: dispatch 2024-01-21T11:28:12.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: cephadm 2024-01-21T11:28:11.112733+0000 mgr.smithi046.egcsjs (mgr.14182) 363 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru 2024-01-21T11:28:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:28:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru 2024-01-21T11:28:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru 2024-01-21T11:28:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:28:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru 2024-01-21T11:28:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.zkyyru ... 2024-01-21T11:28:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:28:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:28:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:28:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: cephadm 2024-01-21T11:28:11.116205+0000 mgr.smithi046.egcsjs (mgr.14182) 364 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:28:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: cephadm 2024-01-21T11:28:11.119292+0000 mgr.smithi046.egcsjs (mgr.14182) 365 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:28:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: cluster 2024-01-21T11:28:11.120318+0000 mgr.smithi046.egcsjs (mgr.14182) 366 : cluster [DBG] pgmap v293: 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-01-21T11:28:12.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:12 smithi046 bash[16032]: cluster 2024-01-21T11:28:11.291049+0000 mon.smithi046 (mon.0) 730 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:28:12.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:28:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: cluster 2024-01-21T11:28:10.979273+0000 mgr.smithi046.egcsjs (mgr.14182) 360 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T11:28:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: cephadm 2024-01-21T11:28:11.110651+0000 mgr.smithi046.egcsjs (mgr.14182) 361 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru 2024-01-21T11:28:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:28:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru 2024-01-21T11:28:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru 2024-01-21T11:28:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:28:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru 2024-01-21T11:28:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.zkyyru ... 2024-01-21T11:28:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:28:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:28:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:28:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:28:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:28:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:28:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:28:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:28:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru 2024-01-21T11:28:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:28:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru 2024-01-21T11:28:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru 2024-01-21T11:28:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:28:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru 2024-01-21T11:28:12.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.zkyyru ... 2024-01-21T11:28:12.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:12.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:28:12.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:28:12.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:28:12.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:12.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: cephadm 2024-01-21T11:28:11.110955+0000 mgr.smithi046.egcsjs (mgr.14182) 362 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.zkyyru 2024-01-21T11:28:12.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: audit 2024-01-21T11:28:11.111421+0000 mon.smithi046 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.zkyyru"}]: dispatch 2024-01-21T11:28:12.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: cephadm 2024-01-21T11:28:11.112733+0000 mgr.smithi046.egcsjs (mgr.14182) 363 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru 2024-01-21T11:28:12.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:28:12.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru 2024-01-21T11:28:12.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru 2024-01-21T11:28:12.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:28:12.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru 2024-01-21T11:28:12.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.zkyyru ... 2024-01-21T11:28:12.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:12.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:28:12.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:28:12.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:28:12.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:28:12.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: cephadm 2024-01-21T11:28:11.116205+0000 mgr.smithi046.egcsjs (mgr.14182) 364 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:28:12.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: cephadm 2024-01-21T11:28:11.119292+0000 mgr.smithi046.egcsjs (mgr.14182) 365 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:28:12.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: cluster 2024-01-21T11:28:11.120318+0000 mgr.smithi046.egcsjs (mgr.14182) 366 : cluster [DBG] pgmap v293: 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-01-21T11:28:12.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:12 smithi079 bash[19822]: cluster 2024-01-21T11:28:11.291049+0000 mon.smithi046 (mon.0) 730 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:28:13.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:13 smithi046 bash[16032]: audit 2024-01-21T11:28:11.790630+0000 mgr.smithi046.egcsjs (mgr.14182) 367 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:13.396 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:28:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:13 smithi079 bash[19822]: audit 2024-01-21T11:28:11.790630+0000 mgr.smithi046.egcsjs (mgr.14182) 367 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:14.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:14 smithi046 bash[16032]: cluster 2024-01-21T11:28:13.121580+0000 mgr.smithi046.egcsjs (mgr.14182) 368 : cluster [DBG] pgmap v294: 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-01-21T11:28:14.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:14 smithi079 bash[19822]: cluster 2024-01-21T11:28:13.121580+0000 mgr.smithi046.egcsjs (mgr.14182) 368 : cluster [DBG] pgmap v294: 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-01-21T11:28:15.943 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:15 smithi046 bash[16032]: audit 2024-01-21T11:28:14.666249+0000 mon.smithi046 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:28:15.943 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:15 smithi046 bash[16032]: cluster 2024-01-21T11:28:15.123391+0000 mgr.smithi046.egcsjs (mgr.14182) 369 : cluster [DBG] pgmap v295: 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-01-21T11:28:15.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:15 smithi079 bash[19822]: audit 2024-01-21T11:28:14.666249+0000 mon.smithi046 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:28:15.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:15 smithi079 bash[19822]: cluster 2024-01-21T11:28:15.123391+0000 mgr.smithi046.egcsjs (mgr.14182) 369 : cluster [DBG] pgmap v295: 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-01-21T11:28:16.378 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:28:16.378 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.074495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:06.813060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\nDeploy daemon haproxy.nfs.foo.smithi079.bkkezv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.112510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\nDeploy daemon haproxy.nfs.foo.smithi046.zkyyru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.116024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.074681Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.074789Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.074890Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.075092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:28:02.074989Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.075564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:28:16.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:28:17.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:17 smithi079 bash[19822]: audit 2024-01-21T11:28:16.365554+0000 mgr.smithi046.egcsjs (mgr.14182) 370 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:17.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:17 smithi046 bash[16032]: audit 2024-01-21T11:28:16.365554+0000 mgr.smithi046.egcsjs (mgr.14182) 370 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:17.982 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:28:18.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:18 smithi046 bash[16032]: cluster 2024-01-21T11:28:17.124837+0000 mgr.smithi046.egcsjs (mgr.14182) 371 : cluster [DBG] pgmap v296: 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-01-21T11:28:18.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:18 smithi079 bash[19822]: cluster 2024-01-21T11:28:17.124837+0000 mgr.smithi046.egcsjs (mgr.14182) 371 : cluster [DBG] pgmap v296: 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-01-21T11:28:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:20 smithi079 bash[19822]: cluster 2024-01-21T11:28:19.126391+0000 mgr.smithi046.egcsjs (mgr.14182) 372 : cluster [DBG] pgmap v297: 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-01-21T11:28:20.590 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:20 smithi046 bash[16032]: cluster 2024-01-21T11:28:19.126391+0000 mgr.smithi046.egcsjs (mgr.14182) 372 : cluster [DBG] pgmap v297: 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-01-21T11:28:21.033 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:28:21.033 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.074495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:06.813060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\nDeploy daemon haproxy.nfs.foo.smithi079.bkkezv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.112510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\nDeploy daemon haproxy.nfs.foo.smithi046.zkyyru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.116024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.074681Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.074789Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.074890Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.075092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:28:02.074989Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.075564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:28:21.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:28:22.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:22 smithi046 bash[16032]: audit 2024-01-21T11:28:21.024719+0000 mgr.smithi046.egcsjs (mgr.14182) 373 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:22.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:22 smithi046 bash[16032]: cluster 2024-01-21T11:28:21.127821+0000 mgr.smithi046.egcsjs (mgr.14182) 374 : cluster [DBG] pgmap v298: 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-01-21T11:28:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:22 smithi079 bash[19822]: audit 2024-01-21T11:28:21.024719+0000 mgr.smithi046.egcsjs (mgr.14182) 373 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:22 smithi079 bash[19822]: cluster 2024-01-21T11:28:21.127821+0000 mgr.smithi046.egcsjs (mgr.14182) 374 : cluster [DBG] pgmap v298: 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-01-21T11:28:22.630 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:28:24.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:24 smithi046 bash[16032]: cluster 2024-01-21T11:28:23.129013+0000 mgr.smithi046.egcsjs (mgr.14182) 375 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:24.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:24 smithi079 bash[19822]: cluster 2024-01-21T11:28:23.129013+0000 mgr.smithi046.egcsjs (mgr.14182) 375 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:25.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:25 smithi046 bash[16032]: audit 2024-01-21T11:28:24.289516+0000 mon.smithi046 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:28:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:25 smithi079 bash[19822]: audit 2024-01-21T11:28:24.289516+0000 mon.smithi046 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:28:25.815 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:28:25.815 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.074495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:06.813060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\nDeploy daemon haproxy.nfs.foo.smithi079.bkkezv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.112510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\nDeploy daemon haproxy.nfs.foo.smithi046.zkyyru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.116024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.074681Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.074789Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.074890Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.075092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:28:02.074989Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.075564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:28:26.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:28:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:26 smithi046 bash[16032]: cluster 2024-01-21T11:28:25.130295+0000 mgr.smithi046.egcsjs (mgr.14182) 376 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:28:26.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:26 smithi079 bash[19822]: cluster 2024-01-21T11:28:25.130295+0000 mgr.smithi046.egcsjs (mgr.14182) 376 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:28:27.375 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:28:27.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:27 smithi046 bash[16032]: audit 2024-01-21T11:28:25.798196+0000 mgr.smithi046.egcsjs (mgr.14182) 377 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:27.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:27 smithi079 bash[19822]: audit 2024-01-21T11:28:25.798196+0000 mgr.smithi046.egcsjs (mgr.14182) 377 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:28.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:28 smithi046 bash[16032]: cluster 2024-01-21T11:28:27.131903+0000 mgr.smithi046.egcsjs (mgr.14182) 378 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:28.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:28 smithi079 bash[19822]: cluster 2024-01-21T11:28:27.131903+0000 mgr.smithi046.egcsjs (mgr.14182) 378 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:30.336 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:28:30.336 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.074495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:06.813060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\nDeploy daemon haproxy.nfs.foo.smithi079.bkkezv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.112510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\nDeploy daemon haproxy.nfs.foo.smithi046.zkyyru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.116024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.074681Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.074789Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.074890Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.075092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:28:02.074989Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.075564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:28:30.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:30 smithi046 bash[16032]: cluster 2024-01-21T11:28:29.133002+0000 mgr.smithi046.egcsjs (mgr.14182) 379 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:30.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:30 smithi079 bash[19822]: cluster 2024-01-21T11:28:29.133002+0000 mgr.smithi046.egcsjs (mgr.14182) 379 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:30.890 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:28:31.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:31 smithi046 bash[16032]: audit 2024-01-21T11:28:30.324722+0000 mgr.smithi046.egcsjs (mgr.14182) 380 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:31.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:31 smithi079 bash[19822]: audit 2024-01-21T11:28:30.324722+0000 mgr.smithi046.egcsjs (mgr.14182) 380 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:31.891 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:28:32.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:32 smithi046 bash[16032]: cluster 2024-01-21T11:28:31.135088+0000 mgr.smithi046.egcsjs (mgr.14182) 381 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:32.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:32 smithi079 bash[19822]: cluster 2024-01-21T11:28:31.135088+0000 mgr.smithi046.egcsjs (mgr.14182) 381 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:34.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:34 smithi046 bash[16032]: cluster 2024-01-21T11:28:33.136418+0000 mgr.smithi046.egcsjs (mgr.14182) 382 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:34.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:34 smithi079 bash[19822]: cluster 2024-01-21T11:28:33.136418+0000 mgr.smithi046.egcsjs (mgr.14182) 382 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:35.020 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:28:35.020 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.074495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:06.813060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\nDeploy daemon haproxy.nfs.foo.smithi079.bkkezv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.112510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\nDeploy daemon haproxy.nfs.foo.smithi046.zkyyru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.116024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.074681Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.074789Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.074890Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.075092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:28:02.074989Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.075564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:28:35.551 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:28:36.552 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:28:36.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:36 smithi046 bash[16032]: audit 2024-01-21T11:28:35.003773+0000 mgr.smithi046.egcsjs (mgr.14182) 383 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:36.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:36 smithi046 bash[16032]: cluster 2024-01-21T11:28:35.137375+0000 mgr.smithi046.egcsjs (mgr.14182) 384 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:28:36.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:36 smithi079 bash[19822]: audit 2024-01-21T11:28:35.003773+0000 mgr.smithi046.egcsjs (mgr.14182) 383 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:36.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:36 smithi079 bash[19822]: cluster 2024-01-21T11:28:35.137375+0000 mgr.smithi046.egcsjs (mgr.14182) 384 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:28:38.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:38 smithi046 bash[16032]: cluster 2024-01-21T11:28:37.138950+0000 mgr.smithi046.egcsjs (mgr.14182) 385 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:38.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:38 smithi079 bash[19822]: cluster 2024-01-21T11:28:37.138950+0000 mgr.smithi046.egcsjs (mgr.14182) 385 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:39.612 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:28:39.612 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.074495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:06.813060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\nDeploy daemon haproxy.nfs.foo.smithi079.bkkezv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.112510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\nDeploy daemon haproxy.nfs.foo.smithi046.zkyyru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.116024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.074681Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.074789Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.074890Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.075092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:28:02.074989Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.075564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:28:40.173 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:28:40.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:40 smithi046 bash[16032]: cluster 2024-01-21T11:28:39.140377+0000 mgr.smithi046.egcsjs (mgr.14182) 386 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:40.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:40 smithi079 bash[19822]: cluster 2024-01-21T11:28:39.140377+0000 mgr.smithi046.egcsjs (mgr.14182) 386 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:41.174 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:28:41.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:41 smithi046 bash[16032]: audit 2024-01-21T11:28:39.604114+0000 mgr.smithi046.egcsjs (mgr.14182) 387 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:41.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:41 smithi079 bash[19822]: audit 2024-01-21T11:28:39.604114+0000 mgr.smithi046.egcsjs (mgr.14182) 387 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:42.569 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:42 smithi046 bash[16032]: cluster 2024-01-21T11:28:41.142335+0000 mgr.smithi046.egcsjs (mgr.14182) 388 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:42.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:42 smithi079 bash[19822]: cluster 2024-01-21T11:28:41.142335+0000 mgr.smithi046.egcsjs (mgr.14182) 388 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:44.211 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:28:44.211 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.074495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:06.813060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\nDeploy daemon haproxy.nfs.foo.smithi079.bkkezv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.112510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\nDeploy daemon haproxy.nfs.foo.smithi046.zkyyru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.116024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.074681Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.074789Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.074890Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.075092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:28:02.074989Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.075564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:28:44.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:44 smithi046 bash[16032]: cluster 2024-01-21T11:28:43.143843+0000 mgr.smithi046.egcsjs (mgr.14182) 389 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:44.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:44 smithi079 bash[19822]: cluster 2024-01-21T11:28:43.143843+0000 mgr.smithi046.egcsjs (mgr.14182) 389 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:44.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:28:45.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:45 smithi046 bash[16032]: audit 2024-01-21T11:28:44.197354+0000 mgr.smithi046.egcsjs (mgr.14182) 390 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:45.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:45 smithi079 bash[19822]: audit 2024-01-21T11:28:44.197354+0000 mgr.smithi046.egcsjs (mgr.14182) 390 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:45.808 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:28:46.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:46 smithi046 bash[16032]: cluster 2024-01-21T11:28:45.145698+0000 mgr.smithi046.egcsjs (mgr.14182) 391 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:28:46.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:46 smithi079 bash[19822]: cluster 2024-01-21T11:28:45.145698+0000 mgr.smithi046.egcsjs (mgr.14182) 391 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:28:48.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:48 smithi046 bash[16032]: cluster 2024-01-21T11:28:47.147525+0000 mgr.smithi046.egcsjs (mgr.14182) 392 : 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-01-21T11:28:48.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:48 smithi079 bash[19822]: cluster 2024-01-21T11:28:47.147525+0000 mgr.smithi046.egcsjs (mgr.14182) 392 : 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-01-21T11:28:48.825 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:28:48.825 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.074495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:06.813060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\nDeploy daemon haproxy.nfs.foo.smithi079.bkkezv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.112510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\nDeploy daemon haproxy.nfs.foo.smithi046.zkyyru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.116024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.074681Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.074789Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.074890Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.075092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:28:02.074989Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.075564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:28:49.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:28:50.392 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:28:50.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:50 smithi079 bash[19822]: audit 2024-01-21T11:28:48.811048+0000 mgr.smithi046.egcsjs (mgr.14182) 393 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:50.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:50 smithi079 bash[19822]: cluster 2024-01-21T11:28:49.149233+0000 mgr.smithi046.egcsjs (mgr.14182) 394 : 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-01-21T11:28:50.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:50 smithi046 bash[16032]: audit 2024-01-21T11:28:48.811048+0000 mgr.smithi046.egcsjs (mgr.14182) 393 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:50.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:50 smithi046 bash[16032]: cluster 2024-01-21T11:28:49.149233+0000 mgr.smithi046.egcsjs (mgr.14182) 394 : 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-01-21T11:28:52.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:52 smithi046 bash[16032]: cluster 2024-01-21T11:28:51.150391+0000 mgr.smithi046.egcsjs (mgr.14182) 395 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:52.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:52 smithi079 bash[19822]: cluster 2024-01-21T11:28:51.150391+0000 mgr.smithi046.egcsjs (mgr.14182) 395 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:28:53.269 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:28:53.269 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.074495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:06.813060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\nDeploy daemon haproxy.nfs.foo.smithi079.bkkezv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.112510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\nDeploy daemon haproxy.nfs.foo.smithi046.zkyyru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.116024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.074681Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.074789Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.074890Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.075092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:28:02.074989Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.075564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:28:53.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:28:54.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:54 smithi079 bash[19822]: cluster 2024-01-21T11:28:53.151614+0000 mgr.smithi046.egcsjs (mgr.14182) 396 : 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-01-21T11:28:54.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:54 smithi079 bash[19822]: audit 2024-01-21T11:28:53.252306+0000 mgr.smithi046.egcsjs (mgr.14182) 397 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:54.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:54 smithi046 bash[16032]: cluster 2024-01-21T11:28:53.151614+0000 mgr.smithi046.egcsjs (mgr.14182) 396 : 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-01-21T11:28:54.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:54 smithi046 bash[16032]: audit 2024-01-21T11:28:53.252306+0000 mgr.smithi046.egcsjs (mgr.14182) 397 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:54.801 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:28:56.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:56 smithi079 bash[19822]: cluster 2024-01-21T11:28:55.153232+0000 mgr.smithi046.egcsjs (mgr.14182) 398 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:28:56.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:56 smithi046 bash[16032]: cluster 2024-01-21T11:28:55.153232+0000 mgr.smithi046.egcsjs (mgr.14182) 398 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:28:57.837 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:28:57.838 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.074495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:06.813060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\nDeploy daemon haproxy.nfs.foo.smithi079.bkkezv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.112510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\nDeploy daemon haproxy.nfs.foo.smithi046.zkyyru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.116024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.074681Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.074789Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.074890Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.075092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:28:02.074989Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.075564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:28:58.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:28:58.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:58 smithi079 bash[19822]: cluster 2024-01-21T11:28:57.154304+0000 mgr.smithi046.egcsjs (mgr.14182) 399 : 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-01-21T11:28:58.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:58 smithi046 bash[16032]: cluster 2024-01-21T11:28:57.154304+0000 mgr.smithi046.egcsjs (mgr.14182) 399 : 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-01-21T11:28:59.393 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:28:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:28:59 smithi079 bash[19822]: audit 2024-01-21T11:28:57.824221+0000 mgr.smithi046.egcsjs (mgr.14182) 400 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:28:59.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:28:59 smithi046 bash[16032]: audit 2024-01-21T11:28:57.824221+0000 mgr.smithi046.egcsjs (mgr.14182) 400 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:00.538 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:00 smithi046 bash[16032]: cluster 2024-01-21T11:28:59.156039+0000 mgr.smithi046.egcsjs (mgr.14182) 401 : 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-01-21T11:29:00.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:00 smithi079 bash[19822]: cluster 2024-01-21T11:28:59.156039+0000 mgr.smithi046.egcsjs (mgr.14182) 401 : 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-01-21T11:29:02.347 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:29:02.347 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.074495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:06.813060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\nDeploy daemon haproxy.nfs.foo.smithi079.bkkezv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.112510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\nDeploy daemon haproxy.nfs.foo.smithi046.zkyyru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.116024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.074681Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.074789Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.074890Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.075092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:28:02.074989Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.075564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:29:02.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:02 smithi046 bash[16032]: cluster 2024-01-21T11:29:01.158068+0000 mgr.smithi046.egcsjs (mgr.14182) 402 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:29:02.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:02 smithi079 bash[19822]: cluster 2024-01-21T11:29:01.158068+0000 mgr.smithi046.egcsjs (mgr.14182) 402 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:29:02.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:29:03.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:03 smithi046 bash[16032]: audit 2024-01-21T11:29:02.338623+0000 mgr.smithi046.egcsjs (mgr.14182) 403 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:03.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:03 smithi079 bash[19822]: audit 2024-01-21T11:29:02.338623+0000 mgr.smithi046.egcsjs (mgr.14182) 403 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:03.909 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:29:04.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:04 smithi046 bash[16032]: cluster 2024-01-21T11:29:03.159361+0000 mgr.smithi046.egcsjs (mgr.14182) 404 : 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-01-21T11:29:04.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:04 smithi079 bash[19822]: cluster 2024-01-21T11:29:03.159361+0000 mgr.smithi046.egcsjs (mgr.14182) 404 : 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-01-21T11:29:06.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:06 smithi079 bash[19822]: cluster 2024-01-21T11:29:05.161603+0000 mgr.smithi046.egcsjs (mgr.14182) 405 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:29:06.542 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:06 smithi046 bash[16032]: cluster 2024-01-21T11:29:05.161603+0000 mgr.smithi046.egcsjs (mgr.14182) 405 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:29:06.895 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:29:06.895 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.074495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:06.813060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\nDeploy daemon haproxy.nfs.foo.smithi079.bkkezv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.112510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\nDeploy daemon haproxy.nfs.foo.smithi046.zkyyru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.116024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.074681Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.074789Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.074890Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.075092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:28:02.074989Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.075564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:29:07.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:29:08.478 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:29:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:08 smithi079 bash[19822]: audit 2024-01-21T11:29:06.881946+0000 mgr.smithi046.egcsjs (mgr.14182) 406 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:08 smithi079 bash[19822]: cluster 2024-01-21T11:29:07.163191+0000 mgr.smithi046.egcsjs (mgr.14182) 407 : 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-01-21T11:29:08.489 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:08 smithi046 bash[16032]: audit 2024-01-21T11:29:06.881946+0000 mgr.smithi046.egcsjs (mgr.14182) 406 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:08.490 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:08 smithi046 bash[16032]: cluster 2024-01-21T11:29:07.163191+0000 mgr.smithi046.egcsjs (mgr.14182) 407 : 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-01-21T11:29:10.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:10 smithi046 bash[16032]: cluster 2024-01-21T11:29:09.164460+0000 mgr.smithi046.egcsjs (mgr.14182) 408 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-21T11:29:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:10 smithi079 bash[19822]: cluster 2024-01-21T11:29:09.164460+0000 mgr.smithi046.egcsjs (mgr.14182) 408 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-21T11:29:11.572 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:29:11.572 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.074495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:06.813060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\nDeploy daemon haproxy.nfs.foo.smithi079.bkkezv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.112510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\nDeploy daemon haproxy.nfs.foo.smithi046.zkyyru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.116024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.074681Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.074789Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.074890Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.075092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:28:02.074989Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.075564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:29:12.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:29:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:12 smithi046 bash[16032]: audit 2024-01-21T11:29:11.123245+0000 mon.smithi046 (mon.0) 733 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:29:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:12 smithi046 bash[16032]: cluster 2024-01-21T11:29:11.165925+0000 mgr.smithi046.egcsjs (mgr.14182) 409 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-21T11:29:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:12 smithi046 bash[16032]: audit 2024-01-21T11:29:11.429449+0000 mon.smithi046 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:29:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:12 smithi046 bash[16032]: audit 2024-01-21T11:29:11.562786+0000 mgr.smithi046.egcsjs (mgr.14182) 410 : audit [DBG] from='client.24561 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:12 smithi079 bash[19822]: audit 2024-01-21T11:29:11.123245+0000 mon.smithi046 (mon.0) 733 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:29:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:12 smithi079 bash[19822]: cluster 2024-01-21T11:29:11.165925+0000 mgr.smithi046.egcsjs (mgr.14182) 409 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-21T11:29:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:12 smithi079 bash[19822]: audit 2024-01-21T11:29:11.429449+0000 mon.smithi046 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:29:12.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:12 smithi079 bash[19822]: audit 2024-01-21T11:29:11.562786+0000 mgr.smithi046.egcsjs (mgr.14182) 410 : audit [DBG] from='client.24561 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:13.185 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:29:14.421 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:14 smithi046 bash[16032]: cluster 2024-01-21T11:29:13.167201+0000 mgr.smithi046.egcsjs (mgr.14182) 411 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-21T11:29:14.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:14 smithi079 bash[19822]: cluster 2024-01-21T11:29:13.167201+0000 mgr.smithi046.egcsjs (mgr.14182) 411 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-21T11:29:16.140 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:29:16.141 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.074495Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:06.813060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\nDeploy daemon haproxy.nfs.foo.smithi079.bkkezv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.112510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\nDeploy daemon haproxy.nfs.foo.smithi046.zkyyru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.116024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.074681Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.074789Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.074890Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.075092Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:28:02.074989Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.075564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:29:16.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:16 smithi079 bash[19822]: cluster 2024-01-21T11:29:15.169193+0000 mgr.smithi046.egcsjs (mgr.14182) 412 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-01-21T11:29:16.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:16 smithi046 bash[16032]: cluster 2024-01-21T11:29:15.169193+0000 mgr.smithi046.egcsjs (mgr.14182) 412 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-01-21T11:29:16.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:29:17.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:17 smithi046 bash[16032]: audit 2024-01-21T11:29:16.127752+0000 mgr.smithi046.egcsjs (mgr.14182) 413 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:17.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:17 smithi046 bash[16032]: audit 2024-01-21T11:29:17.038357+0000 mon.smithi046 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:29:17.724 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:29:17.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:17 smithi079 bash[19822]: audit 2024-01-21T11:29:16.127752+0000 mgr.smithi046.egcsjs (mgr.14182) 413 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:17.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:17 smithi079 bash[19822]: audit 2024-01-21T11:29:17.038357+0000 mon.smithi046 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:29:18.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:18 smithi046 bash[16032]: cluster 2024-01-21T11:29:17.170814+0000 mgr.smithi046.egcsjs (mgr.14182) 414 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-21T11:29:18.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:18 smithi046 bash[16032]: audit 2024-01-21T11:29:17.330413+0000 mon.smithi046 (mon.0) 736 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:18.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:18 smithi046 bash[16032]: audit 2024-01-21T11:29:17.332582+0000 mon.smithi046 (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:29:18.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:18 smithi046 bash[16032]: audit 2024-01-21T11:29:17.343289+0000 mon.smithi046 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:29:18.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:18 smithi046 bash[16032]: cluster 2024-01-21T11:29:17.344478+0000 mgr.smithi046.egcsjs (mgr.14182) 415 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 402 B/s rd, 0 op/s 2024-01-21T11:29:18.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:18 smithi046 bash[16032]: audit 2024-01-21T11:29:17.353636+0000 mon.smithi046 (mon.0) 739 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:29:18.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:18 smithi046 bash[16032]: audit 2024-01-21T11:29:17.371645+0000 mon.smithi046 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:29:18.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:18 smithi046 bash[16032]: cephadm 2024-01-21T11:29:17.377253+0000 mgr.smithi046.egcsjs (mgr.14182) 416 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.deyxvk on smithi079 2024-01-21T11:29:18.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:18 smithi046 bash[16032]: cluster 2024-01-21T11:29:18.033779+0000 mon.smithi046 (mon.0) 741 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:29:18.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:18 smithi046 bash[16032]: cluster 2024-01-21T11:29:18.033858+0000 mon.smithi046 (mon.0) 742 : cluster [INF] Cluster is now healthy 2024-01-21T11:29:18.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:18 smithi079 bash[19822]: cluster 2024-01-21T11:29:17.170814+0000 mgr.smithi046.egcsjs (mgr.14182) 414 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-21T11:29:18.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:18 smithi079 bash[19822]: audit 2024-01-21T11:29:17.330413+0000 mon.smithi046 (mon.0) 736 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:29:18.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:18 smithi079 bash[19822]: audit 2024-01-21T11:29:17.332582+0000 mon.smithi046 (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:29:18.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:18 smithi079 bash[19822]: audit 2024-01-21T11:29:17.343289+0000 mon.smithi046 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:29:18.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:18 smithi079 bash[19822]: cluster 2024-01-21T11:29:17.344478+0000 mgr.smithi046.egcsjs (mgr.14182) 415 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 402 B/s rd, 0 op/s 2024-01-21T11:29:18.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:18 smithi079 bash[19822]: audit 2024-01-21T11:29:17.353636+0000 mon.smithi046 (mon.0) 739 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:29:18.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:18 smithi079 bash[19822]: audit 2024-01-21T11:29:17.371645+0000 mon.smithi046 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:29:18.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:18 smithi079 bash[19822]: cephadm 2024-01-21T11:29:17.377253+0000 mgr.smithi046.egcsjs (mgr.14182) 416 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.deyxvk on smithi079 2024-01-21T11:29:18.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:18 smithi079 bash[19822]: cluster 2024-01-21T11:29:18.033779+0000 mon.smithi046 (mon.0) 741 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:29:18.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:18 smithi079 bash[19822]: cluster 2024-01-21T11:29:18.033858+0000 mon.smithi046 (mon.0) 742 : cluster [INF] Cluster is now healthy 2024-01-21T11:29:20.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:20 smithi046 bash[16032]: cluster 2024-01-21T11:29:19.345789+0000 mgr.smithi046.egcsjs (mgr.14182) 417 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:29:20.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:20 smithi079 bash[19822]: cluster 2024-01-21T11:29:19.345789+0000 mgr.smithi046.egcsjs (mgr.14182) 417 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:29:20.757 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:29:20.757 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:26:56.173592Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jhyper on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:06.813060Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.bkkezv on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-bkkezv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.bkkezv\nDeploy daemon haproxy.nfs.foo.smithi079.bkkezv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.112510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.zkyyru on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-zkyyru\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.zkyyru\nDeploy daemon haproxy.nfs.foo.smithi046.zkyyru ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:28:11.116024Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rblzgw on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:29:21.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:29:22.366 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:29:22.378 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: audit 2024-01-21T11:29:20.748910+0000 mgr.smithi046.egcsjs (mgr.14182) 418 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:22.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: cephadm 2024-01-21T11:29:21.165360+0000 mgr.smithi046.egcsjs (mgr.14182) 419 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk 2024-01-21T11:29:22.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:29:22.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk 2024-01-21T11:29:22.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk 2024-01-21T11:29:22.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:29:22.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk 2024-01-21T11:29:22.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.deyxvk ... 2024-01-21T11:29:22.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:22.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:29:22.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:29:22.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:29:22.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:22.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:29:22.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:29:22.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:29:22.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:29:22.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:29:22.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk 2024-01-21T11:29:22.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:29:22.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk 2024-01-21T11:29:22.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk 2024-01-21T11:29:22.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:29:22.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk 2024-01-21T11:29:22.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.deyxvk ... 2024-01-21T11:29:22.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:22.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:29:22.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:29:22.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:29:22.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:22.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: cephadm 2024-01-21T11:29:21.165737+0000 mgr.smithi046.egcsjs (mgr.14182) 420 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.deyxvk 2024-01-21T11:29:22.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: audit 2024-01-21T11:29:21.166290+0000 mon.smithi046 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.deyxvk"}]: dispatch 2024-01-21T11:29:22.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: cephadm 2024-01-21T11:29:21.167862+0000 mgr.smithi046.egcsjs (mgr.14182) 421 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk 2024-01-21T11:29:22.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:29:22.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk 2024-01-21T11:29:22.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk 2024-01-21T11:29:22.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:29:22.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk 2024-01-21T11:29:22.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.deyxvk ... 2024-01-21T11:29:22.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:22.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:29:22.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:29:22.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:29:22.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:22.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: cephadm 2024-01-21T11:29:21.171998+0000 mgr.smithi046.egcsjs (mgr.14182) 422 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.cjxrrh on smithi046 2024-01-21T11:29:22.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:22 smithi046 bash[16032]: cluster 2024-01-21T11:29:21.346893+0000 mgr.smithi046.egcsjs (mgr.14182) 423 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:29:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: audit 2024-01-21T11:29:20.748910+0000 mgr.smithi046.egcsjs (mgr.14182) 418 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: cephadm 2024-01-21T11:29:21.165360+0000 mgr.smithi046.egcsjs (mgr.14182) 419 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk 2024-01-21T11:29:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:29:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk 2024-01-21T11:29:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk 2024-01-21T11:29:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:29:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk 2024-01-21T11:29:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.deyxvk ... 2024-01-21T11:29:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:29:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:29:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:29:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:22.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:29:22.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:29:22.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:29:22.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:29:22.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:29:22.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk 2024-01-21T11:29:22.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:29:22.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk 2024-01-21T11:29:22.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk 2024-01-21T11:29:22.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:29:22.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk 2024-01-21T11:29:22.488 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.deyxvk ... 2024-01-21T11:29:22.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:22.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:29:22.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:29:22.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:29:22.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:22.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: cephadm 2024-01-21T11:29:21.165737+0000 mgr.smithi046.egcsjs (mgr.14182) 420 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.deyxvk 2024-01-21T11:29:22.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: audit 2024-01-21T11:29:21.166290+0000 mon.smithi046 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.deyxvk"}]: dispatch 2024-01-21T11:29:22.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: cephadm 2024-01-21T11:29:21.167862+0000 mgr.smithi046.egcsjs (mgr.14182) 421 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk 2024-01-21T11:29:22.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:29:22.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk 2024-01-21T11:29:22.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk 2024-01-21T11:29:22.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:29:22.489 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk 2024-01-21T11:29:22.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.deyxvk ... 2024-01-21T11:29:22.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:22.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:29:22.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:29:22.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:29:22.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:22.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: cephadm 2024-01-21T11:29:21.171998+0000 mgr.smithi046.egcsjs (mgr.14182) 422 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.cjxrrh on smithi046 2024-01-21T11:29:22.490 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:22 smithi079 bash[19822]: cluster 2024-01-21T11:29:21.346893+0000 mgr.smithi046.egcsjs (mgr.14182) 423 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:29:24.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:24 smithi079 bash[19822]: cluster 2024-01-21T11:29:23.347824+0000 mgr.smithi046.egcsjs (mgr.14182) 424 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:29:24.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:24 smithi079 bash[19822]: audit 2024-01-21T11:29:24.295714+0000 mon.smithi046 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:29:24.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:24 smithi046 bash[16032]: cluster 2024-01-21T11:29:23.347824+0000 mgr.smithi046.egcsjs (mgr.14182) 424 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:29:24.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:24 smithi046 bash[16032]: audit 2024-01-21T11:29:24.295714+0000 mon.smithi046 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:29:25.687 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:29:25.687 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:21.167658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\nDeploy daemon haproxy.nfs.foo.smithi079.deyxvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.145175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\nDeploy daemon haproxy.nfs.foo.smithi046.cjxrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.149947Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:29:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:25 smithi079 bash[19822]: audit 2024-01-21T11:29:25.143918+0000 mon.smithi046 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.cjxrrh"}]: dispatch 2024-01-21T11:29:25.746 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:25 smithi046 bash[16032]: audit 2024-01-21T11:29:25.143918+0000 mon.smithi046 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.cjxrrh"}]: dispatch 2024-01-21T11:29:26.278 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:29:26.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: cephadm 2024-01-21T11:29:25.142870+0000 mgr.smithi046.egcsjs (mgr.14182) 425 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh 2024-01-21T11:29:26.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:29:26.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh 2024-01-21T11:29:26.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh 2024-01-21T11:29:26.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:29:26.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh 2024-01-21T11:29:26.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.cjxrrh ... 2024-01-21T11:29:26.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:26.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:29:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:29:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:29:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:29:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:29:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:29:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:29:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:29:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh 2024-01-21T11:29:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:29:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh 2024-01-21T11:29:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh 2024-01-21T11:29:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:29:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh 2024-01-21T11:29:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.cjxrrh ... 2024-01-21T11:29:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:29:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:29:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:29:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: cephadm 2024-01-21T11:29:25.143328+0000 mgr.smithi046.egcsjs (mgr.14182) 426 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.cjxrrh 2024-01-21T11:29:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: cephadm 2024-01-21T11:29:25.145425+0000 mgr.smithi046.egcsjs (mgr.14182) 427 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh 2024-01-21T11:29:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:29:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh 2024-01-21T11:29:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh 2024-01-21T11:29:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:29:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh 2024-01-21T11:29:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.cjxrrh ... 2024-01-21T11:29:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:29:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:29:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:29:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: cephadm 2024-01-21T11:29:25.150210+0000 mgr.smithi046.egcsjs (mgr.14182) 428 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:29:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: cephadm 2024-01-21T11:29:25.152154+0000 mgr.smithi046.egcsjs (mgr.14182) 429 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:29:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: cluster 2024-01-21T11:29:25.153326+0000 mgr.smithi046.egcsjs (mgr.14182) 430 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 820 B/s rd, 102 B/s wr, 1 op/s 2024-01-21T11:29:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:26 smithi046 bash[16032]: cluster 2024-01-21T11:29:25.406195+0000 mon.smithi046 (mon.0) 746 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:29:26.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: cephadm 2024-01-21T11:29:25.142870+0000 mgr.smithi046.egcsjs (mgr.14182) 425 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh 2024-01-21T11:29:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:29:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh 2024-01-21T11:29:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh 2024-01-21T11:29:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:29:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh 2024-01-21T11:29:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.cjxrrh ... 2024-01-21T11:29:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:29:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:29:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:29:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:29:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:29:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:29:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:29:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:29:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh 2024-01-21T11:29:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:29:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh 2024-01-21T11:29:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh 2024-01-21T11:29:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:29:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh 2024-01-21T11:29:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.cjxrrh ... 2024-01-21T11:29:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:29:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:29:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:29:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: cephadm 2024-01-21T11:29:25.143328+0000 mgr.smithi046.egcsjs (mgr.14182) 426 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.cjxrrh 2024-01-21T11:29:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: cephadm 2024-01-21T11:29:25.145425+0000 mgr.smithi046.egcsjs (mgr.14182) 427 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh 2024-01-21T11:29:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:29:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh 2024-01-21T11:29:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh 2024-01-21T11:29:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:29:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh 2024-01-21T11:29:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.cjxrrh ... 2024-01-21T11:29:26.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:26.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:29:26.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:29:26.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:29:26.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:29:26.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: cephadm 2024-01-21T11:29:25.150210+0000 mgr.smithi046.egcsjs (mgr.14182) 428 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:29:26.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: cephadm 2024-01-21T11:29:25.152154+0000 mgr.smithi046.egcsjs (mgr.14182) 429 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:29:26.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: cluster 2024-01-21T11:29:25.153326+0000 mgr.smithi046.egcsjs (mgr.14182) 430 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 820 B/s rd, 102 B/s wr, 1 op/s 2024-01-21T11:29:26.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:26 smithi079 bash[19822]: cluster 2024-01-21T11:29:25.406195+0000 mon.smithi046 (mon.0) 746 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:29:27.279 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:29:27.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:27 smithi046 bash[16032]: audit 2024-01-21T11:29:25.678149+0000 mgr.smithi046.egcsjs (mgr.14182) 431 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:27.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:27 smithi079 bash[19822]: audit 2024-01-21T11:29:25.678149+0000 mgr.smithi046.egcsjs (mgr.14182) 431 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:28.555 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:28 smithi046 bash[16032]: cluster 2024-01-21T11:29:27.154854+0000 mgr.smithi046.egcsjs (mgr.14182) 432 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 102 B/s wr, 1 op/s 2024-01-21T11:29:28.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:28 smithi079 bash[19822]: cluster 2024-01-21T11:29:27.154854+0000 mgr.smithi046.egcsjs (mgr.14182) 432 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 102 B/s wr, 1 op/s 2024-01-21T11:29:30.225 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:29:30.226 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:21.167658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\nDeploy daemon haproxy.nfs.foo.smithi079.deyxvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.145175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\nDeploy daemon haproxy.nfs.foo.smithi046.cjxrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.149947Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:29:30.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:30 smithi046 bash[16032]: cluster 2024-01-21T11:29:29.156282+0000 mgr.smithi046.egcsjs (mgr.14182) 433 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2024-01-21T11:29:30.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:30 smithi046 bash[16032]: audit 2024-01-21T11:29:29.729730+0000 mon.smithi046 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:29:30.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:30 smithi079 bash[19822]: cluster 2024-01-21T11:29:29.156282+0000 mgr.smithi046.egcsjs (mgr.14182) 433 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2024-01-21T11:29:30.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:30 smithi079 bash[19822]: audit 2024-01-21T11:29:29.729730+0000 mon.smithi046 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:29:30.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:29:31.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:31 smithi079 bash[19822]: audit 2024-01-21T11:29:30.211616+0000 mgr.smithi046.egcsjs (mgr.14182) 434 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:31.793 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:29:31.804 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:31 smithi046 bash[16032]: audit 2024-01-21T11:29:30.211616+0000 mgr.smithi046.egcsjs (mgr.14182) 434 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:32.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:32 smithi079 bash[19822]: cluster 2024-01-21T11:29:31.158371+0000 mgr.smithi046.egcsjs (mgr.14182) 435 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2024-01-21T11:29:32.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:32 smithi046 bash[16032]: cluster 2024-01-21T11:29:31.158371+0000 mgr.smithi046.egcsjs (mgr.14182) 435 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2024-01-21T11:29:34.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:34 smithi079 bash[19822]: cluster 2024-01-21T11:29:33.160247+0000 mgr.smithi046.egcsjs (mgr.14182) 436 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2024-01-21T11:29:34.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:34 smithi046 bash[16032]: cluster 2024-01-21T11:29:33.160247+0000 mgr.smithi046.egcsjs (mgr.14182) 436 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2024-01-21T11:29:34.977 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:29:34.977 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:21.167658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\nDeploy daemon haproxy.nfs.foo.smithi079.deyxvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.145175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\nDeploy daemon haproxy.nfs.foo.smithi046.cjxrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.149947Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:29:35.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:29:36.577 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:29:36.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:36 smithi079 bash[19822]: audit 2024-01-21T11:29:34.962188+0000 mgr.smithi046.egcsjs (mgr.14182) 437 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:36.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:36 smithi079 bash[19822]: cluster 2024-01-21T11:29:35.161251+0000 mgr.smithi046.egcsjs (mgr.14182) 438 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 86 B/s wr, 1 op/s 2024-01-21T11:29:36.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:36 smithi046 bash[16032]: audit 2024-01-21T11:29:34.962188+0000 mgr.smithi046.egcsjs (mgr.14182) 437 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:36.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:36 smithi046 bash[16032]: cluster 2024-01-21T11:29:35.161251+0000 mgr.smithi046.egcsjs (mgr.14182) 438 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 86 B/s wr, 1 op/s 2024-01-21T11:29:38.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:38 smithi079 bash[19822]: cluster 2024-01-21T11:29:37.162943+0000 mgr.smithi046.egcsjs (mgr.14182) 439 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2024-01-21T11:29:38.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:38 smithi046 bash[16032]: cluster 2024-01-21T11:29:37.162943+0000 mgr.smithi046.egcsjs (mgr.14182) 439 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 596 B/s rd, 0 op/s 2024-01-21T11:29:39.695 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:29:39.695 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:21.167658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\nDeploy daemon haproxy.nfs.foo.smithi079.deyxvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.145175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\nDeploy daemon haproxy.nfs.foo.smithi046.cjxrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.149947Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:29:40.277 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:29:40.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:40 smithi046 bash[16032]: cluster 2024-01-21T11:29:39.164654+0000 mgr.smithi046.egcsjs (mgr.14182) 440 : cluster [DBG] pgmap v338: 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-01-21T11:29:40.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:40 smithi046 bash[16032]: audit 2024-01-21T11:29:39.293124+0000 mon.smithi046 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:29:40.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:40 smithi079 bash[19822]: cluster 2024-01-21T11:29:39.164654+0000 mgr.smithi046.egcsjs (mgr.14182) 440 : cluster [DBG] pgmap v338: 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-01-21T11:29:40.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:40 smithi079 bash[19822]: audit 2024-01-21T11:29:39.293124+0000 mon.smithi046 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:29:41.278 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:29:41.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:41 smithi046 bash[16032]: audit 2024-01-21T11:29:39.685843+0000 mgr.smithi046.egcsjs (mgr.14182) 441 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:41.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:41 smithi079 bash[19822]: audit 2024-01-21T11:29:39.685843+0000 mgr.smithi046.egcsjs (mgr.14182) 441 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:42.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:42 smithi046 bash[16032]: cluster 2024-01-21T11:29:41.166623+0000 mgr.smithi046.egcsjs (mgr.14182) 442 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:29:42.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:42 smithi079 bash[19822]: cluster 2024-01-21T11:29:41.166623+0000 mgr.smithi046.egcsjs (mgr.14182) 442 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:29:44.453 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:29:44.454 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:21.167658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\nDeploy daemon haproxy.nfs.foo.smithi079.deyxvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.145175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\nDeploy daemon haproxy.nfs.foo.smithi046.cjxrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.149947Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:29:44.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:44 smithi046 bash[16032]: cluster 2024-01-21T11:29:43.168057+0000 mgr.smithi046.egcsjs (mgr.14182) 443 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:29:44.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:44 smithi079 bash[19822]: cluster 2024-01-21T11:29:43.168057+0000 mgr.smithi046.egcsjs (mgr.14182) 443 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:29:45.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:29:45.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:45 smithi046 bash[16032]: audit 2024-01-21T11:29:44.440050+0000 mgr.smithi046.egcsjs (mgr.14182) 444 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:45.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:45 smithi079 bash[19822]: audit 2024-01-21T11:29:44.440050+0000 mgr.smithi046.egcsjs (mgr.14182) 444 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:46.073 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:29:46.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:46 smithi046 bash[16032]: cluster 2024-01-21T11:29:45.169942+0000 mgr.smithi046.egcsjs (mgr.14182) 445 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:29:46.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:46 smithi079 bash[19822]: cluster 2024-01-21T11:29:45.169942+0000 mgr.smithi046.egcsjs (mgr.14182) 445 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:29:48.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:48 smithi046 bash[16032]: cluster 2024-01-21T11:29:47.171092+0000 mgr.smithi046.egcsjs (mgr.14182) 446 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:29:48.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:48 smithi079 bash[19822]: cluster 2024-01-21T11:29:47.171092+0000 mgr.smithi046.egcsjs (mgr.14182) 446 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:29:49.300 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:29:49.301 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:21.167658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\nDeploy daemon haproxy.nfs.foo.smithi079.deyxvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.145175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\nDeploy daemon haproxy.nfs.foo.smithi046.cjxrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.149947Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:29:49.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:29:50.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:50 smithi046 bash[16032]: cluster 2024-01-21T11:29:49.172618+0000 mgr.smithi046.egcsjs (mgr.14182) 447 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:29:50.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:50 smithi046 bash[16032]: audit 2024-01-21T11:29:49.283373+0000 mgr.smithi046.egcsjs (mgr.14182) 448 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:50.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:50 smithi079 bash[19822]: cluster 2024-01-21T11:29:49.172618+0000 mgr.smithi046.egcsjs (mgr.14182) 447 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:29:50.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:50 smithi079 bash[19822]: audit 2024-01-21T11:29:49.283373+0000 mgr.smithi046.egcsjs (mgr.14182) 448 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:50.856 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:29:52.158 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:52 smithi046 bash[16032]: cluster 2024-01-21T11:29:51.174625+0000 mgr.smithi046.egcsjs (mgr.14182) 449 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:29:52.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:52 smithi079 bash[19822]: cluster 2024-01-21T11:29:51.174625+0000 mgr.smithi046.egcsjs (mgr.14182) 449 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:29:53.912 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:29:53.913 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:21.167658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\nDeploy daemon haproxy.nfs.foo.smithi079.deyxvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.145175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\nDeploy daemon haproxy.nfs.foo.smithi046.cjxrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.149947Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:29:54.547 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:54 smithi046 bash[16032]: cluster 2024-01-21T11:29:53.175957+0000 mgr.smithi046.egcsjs (mgr.14182) 450 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:29:54.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:29:54.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:54 smithi079 bash[19822]: cluster 2024-01-21T11:29:53.175957+0000 mgr.smithi046.egcsjs (mgr.14182) 450 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:29:55.550 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:29:55.561 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:55 smithi046 bash[16032]: audit 2024-01-21T11:29:53.896458+0000 mgr.smithi046.egcsjs (mgr.14182) 451 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:55.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:55 smithi079 bash[19822]: audit 2024-01-21T11:29:53.896458+0000 mgr.smithi046.egcsjs (mgr.14182) 451 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:29:56.618 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:56 smithi046 bash[16032]: cluster 2024-01-21T11:29:55.177731+0000 mgr.smithi046.egcsjs (mgr.14182) 452 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:29:56.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:56 smithi079 bash[19822]: cluster 2024-01-21T11:29:55.177731+0000 mgr.smithi046.egcsjs (mgr.14182) 452 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:29:58.615 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:29:58.615 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:21.167658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\nDeploy daemon haproxy.nfs.foo.smithi079.deyxvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.145175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\nDeploy daemon haproxy.nfs.foo.smithi046.cjxrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.149947Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:29:58.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:29:58 smithi046 bash[16032]: cluster 2024-01-21T11:29:57.179304+0000 mgr.smithi046.egcsjs (mgr.14182) 453 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:29:58.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:29:58 smithi079 bash[19822]: cluster 2024-01-21T11:29:57.179304+0000 mgr.smithi046.egcsjs (mgr.14182) 453 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:29:59.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:30:00.204 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:30:00.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: audit 2024-01-21T11:29:58.601640+0000 mgr.smithi046.egcsjs (mgr.14182) 454 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:00.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:29:59.180954+0000 mgr.smithi046.egcsjs (mgr.14182) 455 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:00.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000180+0000 mon.smithi046 (mon.0) 749 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T11:30:00.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000238+0000 mon.smithi046 (mon.0) 750 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-21T11:30:00.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000264+0000 mon.smithi046 (mon.0) 751 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk 2024-01-21T11:30:00.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000294+0000 mon.smithi046 (mon.0) 752 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T11:30:00.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000325+0000 mon.smithi046 (mon.0) 753 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk 2024-01-21T11:30:00.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000376+0000 mon.smithi046 (mon.0) 754 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk 2024-01-21T11:30:00.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000410+0000 mon.smithi046 (mon.0) 755 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T11:30:00.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000439+0000 mon.smithi046 (mon.0) 756 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk 2024-01-21T11:30:00.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000470+0000 mon.smithi046 (mon.0) 757 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi079.deyxvk ... 2024-01-21T11:30:00.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000499+0000 mon.smithi046 (mon.0) 758 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:00.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000528+0000 mon.smithi046 (mon.0) 759 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:30:00.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000554+0000 mon.smithi046 (mon.0) 760 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:30:00.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000584+0000 mon.smithi046 (mon.0) 761 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-21T11:30:00.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000614+0000 mon.smithi046 (mon.0) 762 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:00.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000639+0000 mon.smithi046 (mon.0) 763 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh 2024-01-21T11:30:00.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000669+0000 mon.smithi046 (mon.0) 764 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T11:30:00.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000698+0000 mon.smithi046 (mon.0) 765 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh 2024-01-21T11:30:00.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000731+0000 mon.smithi046 (mon.0) 766 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh 2024-01-21T11:30:00.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000765+0000 mon.smithi046 (mon.0) 767 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T11:30:00.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000794+0000 mon.smithi046 (mon.0) 768 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh 2024-01-21T11:30:00.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000822+0000 mon.smithi046 (mon.0) 769 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi046.cjxrrh ... 2024-01-21T11:30:00.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000855+0000 mon.smithi046 (mon.0) 770 : 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:00.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000884+0000 mon.smithi046 (mon.0) 771 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:30:00.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000908+0000 mon.smithi046 (mon.0) 772 : 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-01-21T11:30:00.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000939+0000 mon.smithi046 (mon.0) 773 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-21T11:30:00.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000968+0000 mon.smithi046 (mon.0) 774 : 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:00.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.000998+0000 mon.smithi046 (mon.0) 775 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:30:00.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:00 smithi046 bash[16032]: cluster 2024-01-21T11:30:00.001031+0000 mon.smithi046 (mon.0) 776 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:30:00.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: audit 2024-01-21T11:29:58.601640+0000 mgr.smithi046.egcsjs (mgr.14182) 454 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:29:59.180954+0000 mgr.smithi046.egcsjs (mgr.14182) 455 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000180+0000 mon.smithi046 (mon.0) 749 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T11:30:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000238+0000 mon.smithi046 (mon.0) 750 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-21T11:30:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000264+0000 mon.smithi046 (mon.0) 751 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk 2024-01-21T11:30:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000294+0000 mon.smithi046 (mon.0) 752 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T11:30:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000325+0000 mon.smithi046 (mon.0) 753 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk 2024-01-21T11:30:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000376+0000 mon.smithi046 (mon.0) 754 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk 2024-01-21T11:30:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000410+0000 mon.smithi046 (mon.0) 755 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T11:30:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000439+0000 mon.smithi046 (mon.0) 756 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk 2024-01-21T11:30:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000470+0000 mon.smithi046 (mon.0) 757 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi079.deyxvk ... 2024-01-21T11:30:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000499+0000 mon.smithi046 (mon.0) 758 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000528+0000 mon.smithi046 (mon.0) 759 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:30:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000554+0000 mon.smithi046 (mon.0) 760 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:30:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000584+0000 mon.smithi046 (mon.0) 761 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-21T11:30:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000614+0000 mon.smithi046 (mon.0) 762 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000639+0000 mon.smithi046 (mon.0) 763 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh 2024-01-21T11:30:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000669+0000 mon.smithi046 (mon.0) 764 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T11:30:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000698+0000 mon.smithi046 (mon.0) 765 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh 2024-01-21T11:30:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000731+0000 mon.smithi046 (mon.0) 766 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh 2024-01-21T11:30:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000765+0000 mon.smithi046 (mon.0) 767 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T11:30:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000794+0000 mon.smithi046 (mon.0) 768 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh 2024-01-21T11:30:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000822+0000 mon.smithi046 (mon.0) 769 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi046.cjxrrh ... 2024-01-21T11:30:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000855+0000 mon.smithi046 (mon.0) 770 : 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000884+0000 mon.smithi046 (mon.0) 771 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:30:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000908+0000 mon.smithi046 (mon.0) 772 : 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-01-21T11:30:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000939+0000 mon.smithi046 (mon.0) 773 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-21T11:30:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000968+0000 mon.smithi046 (mon.0) 774 : 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=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.000998+0000 mon.smithi046 (mon.0) 775 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:30:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:00 smithi079 bash[19822]: cluster 2024-01-21T11:30:00.001031+0000 mon.smithi046 (mon.0) 776 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:30:02.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:02 smithi079 bash[19822]: cluster 2024-01-21T11:30:01.182963+0000 mgr.smithi046.egcsjs (mgr.14182) 456 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:02.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:02 smithi046 bash[16032]: cluster 2024-01-21T11:30:01.182963+0000 mgr.smithi046.egcsjs (mgr.14182) 456 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:03.386 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:30:03.386 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:21.167658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\nDeploy daemon haproxy.nfs.foo.smithi079.deyxvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.145175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\nDeploy daemon haproxy.nfs.foo.smithi046.cjxrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.149947Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:30:03.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:30:04.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:04 smithi046 bash[16032]: cluster 2024-01-21T11:30:03.183854+0000 mgr.smithi046.egcsjs (mgr.14182) 457 : 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-01-21T11:30:04.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:04 smithi046 bash[16032]: audit 2024-01-21T11:30:03.369188+0000 mgr.smithi046.egcsjs (mgr.14182) 458 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:04.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:04 smithi079 bash[19822]: cluster 2024-01-21T11:30:03.183854+0000 mgr.smithi046.egcsjs (mgr.14182) 457 : 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-01-21T11:30:04.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:04 smithi079 bash[19822]: audit 2024-01-21T11:30:03.369188+0000 mgr.smithi046.egcsjs (mgr.14182) 458 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:04.950 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:30:06.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:06 smithi046 bash[16032]: cluster 2024-01-21T11:30:05.185500+0000 mgr.smithi046.egcsjs (mgr.14182) 459 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:30:06.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:06 smithi079 bash[19822]: cluster 2024-01-21T11:30:05.185500+0000 mgr.smithi046.egcsjs (mgr.14182) 459 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:30:07.964 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:30:07.964 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:21.167658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\nDeploy daemon haproxy.nfs.foo.smithi079.deyxvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.145175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\nDeploy daemon haproxy.nfs.foo.smithi046.cjxrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.149947Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:30:08.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:08 smithi046 bash[16032]: cluster 2024-01-21T11:30:07.187108+0000 mgr.smithi046.egcsjs (mgr.14182) 460 : 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-01-21T11:30:08.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:30:08.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:08 smithi079 bash[19822]: cluster 2024-01-21T11:30:07.187108+0000 mgr.smithi046.egcsjs (mgr.14182) 460 : 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-01-21T11:30:09.545 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:30:09.553 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:09 smithi046 bash[16032]: audit 2024-01-21T11:30:07.955130+0000 mgr.smithi046.egcsjs (mgr.14182) 461 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:09.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:09 smithi079 bash[19822]: audit 2024-01-21T11:30:07.955130+0000 mgr.smithi046.egcsjs (mgr.14182) 461 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:10.544 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:10 smithi046 bash[16032]: cluster 2024-01-21T11:30:09.188852+0000 mgr.smithi046.egcsjs (mgr.14182) 462 : 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-01-21T11:30:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:10 smithi079 bash[19822]: cluster 2024-01-21T11:30:09.188852+0000 mgr.smithi046.egcsjs (mgr.14182) 462 : 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-01-21T11:30:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:12 smithi046 bash[16032]: cluster 2024-01-21T11:30:11.190975+0000 mgr.smithi046.egcsjs (mgr.14182) 463 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:12.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:12 smithi079 bash[19822]: cluster 2024-01-21T11:30:11.190975+0000 mgr.smithi046.egcsjs (mgr.14182) 463 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:12.541 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:30:12.541 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:21.167658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\nDeploy daemon haproxy.nfs.foo.smithi079.deyxvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.145175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\nDeploy daemon haproxy.nfs.foo.smithi046.cjxrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.149947Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:30:13.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:30:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:13 smithi079 bash[19822]: audit 2024-01-21T11:30:12.527709+0000 mgr.smithi046.egcsjs (mgr.14182) 464 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:13.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:13 smithi046 bash[16032]: audit 2024-01-21T11:30:12.527709+0000 mgr.smithi046.egcsjs (mgr.14182) 464 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:14.171 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:30:14.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:14 smithi079 bash[19822]: cluster 2024-01-21T11:30:13.192136+0000 mgr.smithi046.egcsjs (mgr.14182) 465 : 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-01-21T11:30:14.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:14 smithi046 bash[16032]: cluster 2024-01-21T11:30:13.192136+0000 mgr.smithi046.egcsjs (mgr.14182) 465 : 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-01-21T11:30:16.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:16 smithi046 bash[16032]: cluster 2024-01-21T11:30:15.193845+0000 mgr.smithi046.egcsjs (mgr.14182) 466 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:30:16.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:16 smithi079 bash[19822]: cluster 2024-01-21T11:30:15.193845+0000 mgr.smithi046.egcsjs (mgr.14182) 466 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:30:17.313 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:30:17.313 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:21.167658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\nDeploy daemon haproxy.nfs.foo.smithi079.deyxvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.145175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\nDeploy daemon haproxy.nfs.foo.smithi046.cjxrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.149947Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:30:17.876 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:30:18.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:18 smithi046 bash[16032]: cluster 2024-01-21T11:30:17.194862+0000 mgr.smithi046.egcsjs (mgr.14182) 467 : 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-01-21T11:30:18.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:18 smithi046 bash[16032]: audit 2024-01-21T11:30:17.296371+0000 mgr.smithi046.egcsjs (mgr.14182) 468 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:18.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:18 smithi079 bash[19822]: cluster 2024-01-21T11:30:17.194862+0000 mgr.smithi046.egcsjs (mgr.14182) 467 : 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-01-21T11:30:18.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:18 smithi079 bash[19822]: audit 2024-01-21T11:30:17.296371+0000 mgr.smithi046.egcsjs (mgr.14182) 468 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:18.878 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:30:20.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:20 smithi046 bash[16032]: cluster 2024-01-21T11:30:19.196587+0000 mgr.smithi046.egcsjs (mgr.14182) 469 : 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-01-21T11:30:20.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:20 smithi079 bash[19822]: cluster 2024-01-21T11:30:19.196587+0000 mgr.smithi046.egcsjs (mgr.14182) 469 : 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-01-21T11:30:21.957 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:30:21.958 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:21.167658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\nDeploy daemon haproxy.nfs.foo.smithi079.deyxvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.145175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\nDeploy daemon haproxy.nfs.foo.smithi046.cjxrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.149947Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:30:22.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:22 smithi046 bash[16032]: cluster 2024-01-21T11:30:21.198370+0000 mgr.smithi046.egcsjs (mgr.14182) 470 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:22 smithi079 bash[19822]: cluster 2024-01-21T11:30:21.198370+0000 mgr.smithi046.egcsjs (mgr.14182) 470 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:22.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:30:23.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:23 smithi079 bash[19822]: audit 2024-01-21T11:30:21.940399+0000 mgr.smithi046.egcsjs (mgr.14182) 471 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:23.577 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:30:23.591 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:23 smithi046 bash[16032]: audit 2024-01-21T11:30:21.940399+0000 mgr.smithi046.egcsjs (mgr.14182) 471 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:24.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:24 smithi079 bash[19822]: cluster 2024-01-21T11:30:23.199664+0000 mgr.smithi046.egcsjs (mgr.14182) 472 : 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-01-21T11:30:24.548 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:24 smithi046 bash[16032]: cluster 2024-01-21T11:30:23.199664+0000 mgr.smithi046.egcsjs (mgr.14182) 472 : 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-01-21T11:30:25.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:25 smithi079 bash[19822]: audit 2024-01-21T11:30:25.155943+0000 mon.smithi046 (mon.0) 777 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:30:25.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:25 smithi046 bash[16032]: audit 2024-01-21T11:30:25.155943+0000 mon.smithi046 (mon.0) 777 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:30:26.640 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:30:26.640 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:28:11.119147Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.nnkeyu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:21.167658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\nDeploy daemon haproxy.nfs.foo.smithi079.deyxvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.145175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\nDeploy daemon haproxy.nfs.foo.smithi046.cjxrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.149947Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:30:26.716 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:26 smithi046 bash[16032]: cluster 2024-01-21T11:30:25.201286+0000 mgr.smithi046.egcsjs (mgr.14182) 473 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:30:26.716 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:26 smithi046 bash[16032]: audit 2024-01-21T11:30:25.463642+0000 mon.smithi046 (mon.0) 778 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:30:26.716 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:26 smithi046 bash[16032]: audit 2024-01-21T11:30:25.760533+0000 mon.smithi046 (mon.0) 779 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:26.716 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:26 smithi046 bash[16032]: audit 2024-01-21T11:30:25.762460+0000 mon.smithi046 (mon.0) 780 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:30:26.716 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:26 smithi046 bash[16032]: audit 2024-01-21T11:30:25.771670+0000 mon.smithi046 (mon.0) 781 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:30:26.716 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:26 smithi046 bash[16032]: audit 2024-01-21T11:30:25.782737+0000 mon.smithi046 (mon.0) 782 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:30:26.717 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:26 smithi046 bash[16032]: audit 2024-01-21T11:30:25.798604+0000 mon.smithi046 (mon.0) 783 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:30:26.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:26 smithi079 bash[19822]: cluster 2024-01-21T11:30:25.201286+0000 mgr.smithi046.egcsjs (mgr.14182) 473 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:30:26.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:26 smithi079 bash[19822]: audit 2024-01-21T11:30:25.463642+0000 mon.smithi046 (mon.0) 778 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:30:26.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:26 smithi079 bash[19822]: audit 2024-01-21T11:30:25.760533+0000 mon.smithi046 (mon.0) 779 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:30:26.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:26 smithi079 bash[19822]: audit 2024-01-21T11:30:25.762460+0000 mon.smithi046 (mon.0) 780 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:30:26.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:26 smithi079 bash[19822]: audit 2024-01-21T11:30:25.771670+0000 mon.smithi046 (mon.0) 781 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:30:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:26 smithi079 bash[19822]: audit 2024-01-21T11:30:25.782737+0000 mon.smithi046 (mon.0) 782 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:30:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:26 smithi079 bash[19822]: audit 2024-01-21T11:30:25.798604+0000 mon.smithi046 (mon.0) 783 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:30:27.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:30:27.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:27 smithi046 bash[16032]: cluster 2024-01-21T11:30:25.773344+0000 mgr.smithi046.egcsjs (mgr.14182) 474 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T11:30:27.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:27 smithi046 bash[16032]: cephadm 2024-01-21T11:30:25.802386+0000 mgr.smithi046.egcsjs (mgr.14182) 475 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.fqnzpc on smithi079 2024-01-21T11:30:27.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:27 smithi046 bash[16032]: cluster 2024-01-21T11:30:26.768621+0000 mon.smithi046 (mon.0) 784 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:30:27.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:27 smithi046 bash[16032]: cluster 2024-01-21T11:30:26.768707+0000 mon.smithi046 (mon.0) 785 : cluster [INF] Cluster is now healthy 2024-01-21T11:30:27.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:27 smithi079 bash[19822]: cluster 2024-01-21T11:30:25.773344+0000 mgr.smithi046.egcsjs (mgr.14182) 474 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T11:30:27.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:27 smithi079 bash[19822]: cephadm 2024-01-21T11:30:25.802386+0000 mgr.smithi046.egcsjs (mgr.14182) 475 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.fqnzpc on smithi079 2024-01-21T11:30:27.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:27 smithi079 bash[19822]: cluster 2024-01-21T11:30:26.768621+0000 mon.smithi046 (mon.0) 784 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:30:27.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:27 smithi079 bash[19822]: cluster 2024-01-21T11:30:26.768707+0000 mon.smithi046 (mon.0) 785 : cluster [INF] Cluster is now healthy 2024-01-21T11:30:28.255 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:30:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:28 smithi046 bash[16032]: audit 2024-01-21T11:30:26.623767+0000 mgr.smithi046.egcsjs (mgr.14182) 476 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:28.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:28 smithi079 bash[19822]: audit 2024-01-21T11:30:26.623767+0000 mgr.smithi046.egcsjs (mgr.14182) 476 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:29.677 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:29 smithi046 bash[16032]: cluster 2024-01-21T11:30:27.774348+0000 mgr.smithi046.egcsjs (mgr.14182) 477 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T11:30:29.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:29 smithi079 bash[19822]: cluster 2024-01-21T11:30:27.774348+0000 mgr.smithi046.egcsjs (mgr.14182) 477 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T11:30:30.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:30 smithi046 bash[16032]: audit 2024-01-21T11:30:29.674606+0000 mon.smithi046 (mon.0) 786 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.fqnzpc"}]: dispatch 2024-01-21T11:30:30.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:30 smithi079 bash[19822]: audit 2024-01-21T11:30:29.674606+0000 mon.smithi046 (mon.0) 786 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.fqnzpc"}]: dispatch 2024-01-21T11:30:31.587 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:30:31.588 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:29:21.167658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.deyxvk on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-deyxvk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.deyxvk\nDeploy daemon haproxy.nfs.foo.smithi079.deyxvk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.145175Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.cjxrrh on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-cjxrrh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.cjxrrh\nDeploy daemon haproxy.nfs.foo.smithi046.cjxrrh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:29:25.149947Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.obubtf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:29.677488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\nDeploy daemon haproxy.nfs.foo.smithi079.fqnzpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -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.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:30:31.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: cephadm 2024-01-21T11:30:29.673317+0000 mgr.smithi046.egcsjs (mgr.14182) 478 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc 2024-01-21T11:30:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:30:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc 2024-01-21T11:30:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc 2024-01-21T11:30:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:30:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc 2024-01-21T11:30:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.fqnzpc ... 2024-01-21T11:30:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:30:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:30:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:30:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:30:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:30:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:30:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:30:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:30:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc 2024-01-21T11:30:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:30:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc 2024-01-21T11:30:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc 2024-01-21T11:30:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:30:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc 2024-01-21T11:30:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.fqnzpc ... 2024-01-21T11:30:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:30:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:30:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:30:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: cephadm 2024-01-21T11:30:29.673786+0000 mgr.smithi046.egcsjs (mgr.14182) 479 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.fqnzpc 2024-01-21T11:30:31.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: cephadm 2024-01-21T11:30:29.677758+0000 mgr.smithi046.egcsjs (mgr.14182) 480 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc 2024-01-21T11:30:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:30:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc 2024-01-21T11:30:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc 2024-01-21T11:30:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:30:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc 2024-01-21T11:30:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.fqnzpc ... 2024-01-21T11:30:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:30:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:30:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:30:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: cephadm 2024-01-21T11:30:29.682020+0000 mgr.smithi046.egcsjs (mgr.14182) 481 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.pezsjd on smithi046 2024-01-21T11:30:31.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:31 smithi046 bash[16032]: cluster 2024-01-21T11:30:29.775333+0000 mgr.smithi046.egcsjs (mgr.14182) 482 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T11:30:31.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: cephadm 2024-01-21T11:30:29.673317+0000 mgr.smithi046.egcsjs (mgr.14182) 478 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc 2024-01-21T11:30:31.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:30:31.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc 2024-01-21T11:30:31.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc 2024-01-21T11:30:31.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:30:31.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc 2024-01-21T11:30:31.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.fqnzpc ... 2024-01-21T11:30:31.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:31.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:30:31.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:30:31.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:30:31.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:31.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:30:31.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:30:31.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:30:31.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:30:31.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:30:31.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc 2024-01-21T11:30:31.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:30:31.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc 2024-01-21T11:30:31.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc 2024-01-21T11:30:31.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:30:31.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc 2024-01-21T11:30:31.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.fqnzpc ... 2024-01-21T11:30:31.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:31.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:30:31.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:30:31.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:30:31.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:31.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: cephadm 2024-01-21T11:30:29.673786+0000 mgr.smithi046.egcsjs (mgr.14182) 479 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.fqnzpc 2024-01-21T11:30:31.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: cephadm 2024-01-21T11:30:29.677758+0000 mgr.smithi046.egcsjs (mgr.14182) 480 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc 2024-01-21T11:30:31.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:30:31.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc 2024-01-21T11:30:31.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc 2024-01-21T11:30:31.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:30:31.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc 2024-01-21T11:30:31.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.fqnzpc ... 2024-01-21T11:30:31.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:31.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:30:31.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:30:31.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:30:31.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:31.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: cephadm 2024-01-21T11:30:29.682020+0000 mgr.smithi046.egcsjs (mgr.14182) 481 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.pezsjd on smithi046 2024-01-21T11:30:31.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:31 smithi079 bash[19822]: cluster 2024-01-21T11:30:29.775333+0000 mgr.smithi046.egcsjs (mgr.14182) 482 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T11:30:32.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:30:32.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:32 smithi046 bash[16032]: audit 2024-01-21T11:30:31.578034+0000 mgr.smithi046.egcsjs (mgr.14182) 483 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:32.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:32 smithi079 bash[19822]: audit 2024-01-21T11:30:31.578034+0000 mgr.smithi046.egcsjs (mgr.14182) 483 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:33.231 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:30:33.943 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:33 smithi046 bash[16032]: cluster 2024-01-21T11:30:31.776260+0000 mgr.smithi046.egcsjs (mgr.14182) 484 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T11:30:33.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:33 smithi079 bash[19822]: cluster 2024-01-21T11:30:31.776260+0000 mgr.smithi046.egcsjs (mgr.14182) 484 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T11:30:34.876 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:34 smithi046 bash[16032]: audit 2024-01-21T11:30:33.938117+0000 mon.smithi046 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.pezsjd"}]: dispatch 2024-01-21T11:30:34.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:34 smithi079 bash[19822]: audit 2024-01-21T11:30:33.938117+0000 mon.smithi046 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.pezsjd"}]: dispatch 2024-01-21T11:30:35.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: cluster 2024-01-21T11:30:33.777506+0000 mgr.smithi046.egcsjs (mgr.14182) 485 : cluster [DBG] pgmap v366: 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-01-21T11:30:35.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: cephadm 2024-01-21T11:30:33.937029+0000 mgr.smithi046.egcsjs (mgr.14182) 486 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd 2024-01-21T11:30:35.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:30:35.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd 2024-01-21T11:30:35.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd 2024-01-21T11:30:35.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:30:35.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd 2024-01-21T11:30:35.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.pezsjd ... 2024-01-21T11:30:35.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:35.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:30:35.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:30:35.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:30:35.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:35.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:30:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:30:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:30:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:30:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:30:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd 2024-01-21T11:30:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:30:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd 2024-01-21T11:30:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd 2024-01-21T11:30:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:30:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd 2024-01-21T11:30:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.pezsjd ... 2024-01-21T11:30:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:30:35.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:30:35.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:30:35.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:35.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: cephadm 2024-01-21T11:30:33.937385+0000 mgr.smithi046.egcsjs (mgr.14182) 487 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.pezsjd 2024-01-21T11:30:35.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: cephadm 2024-01-21T11:30:33.940406+0000 mgr.smithi046.egcsjs (mgr.14182) 488 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.pezsjd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd 2024-01-21T11:30:35.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:30:35.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd 2024-01-21T11:30:35.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd 2024-01-21T11:30:35.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:30:35.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd 2024-01-21T11:30:35.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.pezsjd ... 2024-01-21T11:30:35.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:35.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:30:35.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:30:35.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:30:35.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:35.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: cephadm 2024-01-21T11:30:33.942547+0000 mgr.smithi046.egcsjs (mgr.14182) 489 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.ioinna on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:30:35.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: cephadm 2024-01-21T11:30:33.944217+0000 mgr.smithi046.egcsjs (mgr.14182) 490 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:30:35.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: cluster 2024-01-21T11:30:33.945848+0000 mgr.smithi046.egcsjs (mgr.14182) 491 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:30:35.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: cluster 2024-01-21T11:30:34.503016+0000 mon.smithi046 (mon.0) 788 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:30:35.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:35 smithi046 bash[16032]: audit 2024-01-21T11:30:34.783197+0000 mon.smithi046 (mon.0) 789 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:30:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: cluster 2024-01-21T11:30:33.777506+0000 mgr.smithi046.egcsjs (mgr.14182) 485 : cluster [DBG] pgmap v366: 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-01-21T11:30:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: cephadm 2024-01-21T11:30:33.937029+0000 mgr.smithi046.egcsjs (mgr.14182) 486 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd 2024-01-21T11:30:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:30:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd 2024-01-21T11:30:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd 2024-01-21T11:30:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:30:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd 2024-01-21T11:30:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.pezsjd ... 2024-01-21T11:30:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:30:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:30:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:30:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:30:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:30:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:30:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:30:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:30:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd 2024-01-21T11:30:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:30:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd 2024-01-21T11:30:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd 2024-01-21T11:30:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:30:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd 2024-01-21T11:30:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.pezsjd ... 2024-01-21T11:30:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:30:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:30:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:30:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: cephadm 2024-01-21T11:30:33.937385+0000 mgr.smithi046.egcsjs (mgr.14182) 487 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.pezsjd 2024-01-21T11:30:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: cephadm 2024-01-21T11:30:33.940406+0000 mgr.smithi046.egcsjs (mgr.14182) 488 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.pezsjd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd 2024-01-21T11:30:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:30:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd 2024-01-21T11:30:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd 2024-01-21T11:30:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:30:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd 2024-01-21T11:30:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.pezsjd ... 2024-01-21T11:30:35.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:35.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:30:35.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:30:35.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:30:35.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:30:35.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: cephadm 2024-01-21T11:30:33.942547+0000 mgr.smithi046.egcsjs (mgr.14182) 489 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.ioinna on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:30:35.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: cephadm 2024-01-21T11:30:33.944217+0000 mgr.smithi046.egcsjs (mgr.14182) 490 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:30:35.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: cluster 2024-01-21T11:30:33.945848+0000 mgr.smithi046.egcsjs (mgr.14182) 491 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T11:30:35.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: cluster 2024-01-21T11:30:34.503016+0000 mon.smithi046 (mon.0) 788 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:30:35.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:35 smithi079 bash[19822]: audit 2024-01-21T11:30:34.783197+0000 mon.smithi046 (mon.0) 789 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:30:36.750 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:30:36.750 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:29.677488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\nDeploy daemon haproxy.nfs.foo.smithi079.fqnzpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.940285Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.pezsjd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\nDeploy daemon haproxy.nfs.foo.smithi046.pezsjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.942419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioinna on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:30:37.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:30:37.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:37 smithi046 bash[16032]: cluster 2024-01-21T11:30:35.947827+0000 mgr.smithi046.egcsjs (mgr.14182) 492 : cluster [DBG] pgmap v368: 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-01-21T11:30:37.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:37 smithi079 bash[19822]: cluster 2024-01-21T11:30:35.947827+0000 mgr.smithi046.egcsjs (mgr.14182) 492 : cluster [DBG] pgmap v368: 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-01-21T11:30:38.380 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:30:38.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:38 smithi046 bash[16032]: audit 2024-01-21T11:30:36.732628+0000 mgr.smithi046.egcsjs (mgr.14182) 493 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:38.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:38 smithi079 bash[19822]: audit 2024-01-21T11:30:36.732628+0000 mgr.smithi046.egcsjs (mgr.14182) 493 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:39.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:39 smithi046 bash[16032]: cluster 2024-01-21T11:30:37.949112+0000 mgr.smithi046.egcsjs (mgr.14182) 494 : cluster [DBG] pgmap v369: 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-01-21T11:30:39.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:39 smithi079 bash[19822]: cluster 2024-01-21T11:30:37.949112+0000 mgr.smithi046.egcsjs (mgr.14182) 494 : cluster [DBG] pgmap v369: 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-01-21T11:30:41.466 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:30:41.466 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:29.677488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\nDeploy daemon haproxy.nfs.foo.smithi079.fqnzpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.940285Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.pezsjd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\nDeploy daemon haproxy.nfs.foo.smithi046.pezsjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.942419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioinna on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:30:41.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:41 smithi046 bash[16032]: cluster 2024-01-21T11:30:39.950929+0000 mgr.smithi046.egcsjs (mgr.14182) 495 : cluster [DBG] pgmap v370: 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-01-21T11:30:41.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:41 smithi079 bash[19822]: cluster 2024-01-21T11:30:39.950929+0000 mgr.smithi046.egcsjs (mgr.14182) 495 : cluster [DBG] pgmap v370: 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-01-21T11:30:42.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:30:42.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:42 smithi046 bash[16032]: audit 2024-01-21T11:30:41.453999+0000 mgr.smithi046.egcsjs (mgr.14182) 496 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:42 smithi079 bash[19822]: audit 2024-01-21T11:30:41.453999+0000 mgr.smithi046.egcsjs (mgr.14182) 496 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:43.122 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:30:43.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:43 smithi046 bash[16032]: cluster 2024-01-21T11:30:41.952698+0000 mgr.smithi046.egcsjs (mgr.14182) 497 : cluster [DBG] pgmap v371: 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-01-21T11:30:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:43 smithi079 bash[19822]: cluster 2024-01-21T11:30:41.952698+0000 mgr.smithi046.egcsjs (mgr.14182) 497 : cluster [DBG] pgmap v371: 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-01-21T11:30:45.855 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:45 smithi046 bash[16032]: cluster 2024-01-21T11:30:43.954390+0000 mgr.smithi046.egcsjs (mgr.14182) 498 : cluster [DBG] pgmap v372: 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-01-21T11:30:45.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:45 smithi079 bash[19822]: cluster 2024-01-21T11:30:43.954390+0000 mgr.smithi046.egcsjs (mgr.14182) 498 : cluster [DBG] pgmap v372: 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-01-21T11:30:46.230 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:30:46.230 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:29.677488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\nDeploy daemon haproxy.nfs.foo.smithi079.fqnzpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.940285Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.pezsjd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\nDeploy daemon haproxy.nfs.foo.smithi046.pezsjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.942419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioinna on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:30:46.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:30:47.850 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:30:47.863 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:47 smithi046 bash[16032]: cluster 2024-01-21T11:30:45.956366+0000 mgr.smithi046.egcsjs (mgr.14182) 499 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:30:47.863 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:47 smithi046 bash[16032]: audit 2024-01-21T11:30:46.212584+0000 mgr.smithi046.egcsjs (mgr.14182) 500 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:47 smithi079 bash[19822]: cluster 2024-01-21T11:30:45.956366+0000 mgr.smithi046.egcsjs (mgr.14182) 499 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:30:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:47 smithi079 bash[19822]: audit 2024-01-21T11:30:46.212584+0000 mgr.smithi046.egcsjs (mgr.14182) 500 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:49 smithi046 bash[16032]: cluster 2024-01-21T11:30:47.957703+0000 mgr.smithi046.egcsjs (mgr.14182) 501 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:49.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:49 smithi079 bash[19822]: cluster 2024-01-21T11:30:47.957703+0000 mgr.smithi046.egcsjs (mgr.14182) 501 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:51.022 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:30:51.022 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:29.677488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\nDeploy daemon haproxy.nfs.foo.smithi079.fqnzpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.940285Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.pezsjd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\nDeploy daemon haproxy.nfs.foo.smithi046.pezsjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.942419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioinna on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:30:51.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:30:51.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:51 smithi046 bash[16032]: cluster 2024-01-21T11:30:49.959545+0000 mgr.smithi046.egcsjs (mgr.14182) 502 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:51.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:51 smithi079 bash[19822]: cluster 2024-01-21T11:30:49.959545+0000 mgr.smithi046.egcsjs (mgr.14182) 502 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:52.644 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:30:52.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:52 smithi046 bash[16032]: audit 2024-01-21T11:30:51.006921+0000 mgr.smithi046.egcsjs (mgr.14182) 503 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:52.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:52 smithi079 bash[19822]: audit 2024-01-21T11:30:51.006921+0000 mgr.smithi046.egcsjs (mgr.14182) 503 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:53.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:53 smithi046 bash[16032]: cluster 2024-01-21T11:30:51.961348+0000 mgr.smithi046.egcsjs (mgr.14182) 504 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:53 smithi079 bash[19822]: cluster 2024-01-21T11:30:51.961348+0000 mgr.smithi046.egcsjs (mgr.14182) 504 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:55.691 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:30:55.692 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:29.677488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\nDeploy daemon haproxy.nfs.foo.smithi079.fqnzpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.940285Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.pezsjd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\nDeploy daemon haproxy.nfs.foo.smithi046.pezsjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.942419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioinna on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:30:55.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:55 smithi046 bash[16032]: cluster 2024-01-21T11:30:53.962952+0000 mgr.smithi046.egcsjs (mgr.14182) 505 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:55.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:55 smithi079 bash[19822]: cluster 2024-01-21T11:30:53.962952+0000 mgr.smithi046.egcsjs (mgr.14182) 505 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:56.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:30:57.319 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:30:57.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:57 smithi079 bash[19822]: audit 2024-01-21T11:30:55.676783+0000 mgr.smithi046.egcsjs (mgr.14182) 506 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:57.498 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:57 smithi079 bash[19822]: cluster 2024-01-21T11:30:55.964915+0000 mgr.smithi046.egcsjs (mgr.14182) 507 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:30:57.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:57 smithi046 bash[16032]: audit 2024-01-21T11:30:55.676783+0000 mgr.smithi046.egcsjs (mgr.14182) 506 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:30:57.650 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:57 smithi046 bash[16032]: cluster 2024-01-21T11:30:55.964915+0000 mgr.smithi046.egcsjs (mgr.14182) 507 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:30:59.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:30:59 smithi079 bash[19822]: cluster 2024-01-21T11:30:57.966174+0000 mgr.smithi046.egcsjs (mgr.14182) 508 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:30:59.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:30:59 smithi046 bash[16032]: cluster 2024-01-21T11:30:57.966174+0000 mgr.smithi046.egcsjs (mgr.14182) 508 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:31:00.512 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:31:00.513 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:29.677488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\nDeploy daemon haproxy.nfs.foo.smithi079.fqnzpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.940285Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.pezsjd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\nDeploy daemon haproxy.nfs.foo.smithi046.pezsjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.942419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioinna on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:31:01.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:31:01.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:01 smithi046 bash[16032]: cluster 2024-01-21T11:30:59.968029+0000 mgr.smithi046.egcsjs (mgr.14182) 509 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:31:01.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:01 smithi046 bash[16032]: audit 2024-01-21T11:31:00.498234+0000 mgr.smithi046.egcsjs (mgr.14182) 510 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:01.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:01 smithi079 bash[19822]: cluster 2024-01-21T11:30:59.968029+0000 mgr.smithi046.egcsjs (mgr.14182) 509 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:31:01.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:01 smithi079 bash[19822]: audit 2024-01-21T11:31:00.498234+0000 mgr.smithi046.egcsjs (mgr.14182) 510 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:02.085 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:31:03.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:03 smithi046 bash[16032]: cluster 2024-01-21T11:31:01.969619+0000 mgr.smithi046.egcsjs (mgr.14182) 511 : 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-01-21T11:31:03.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:03 smithi079 bash[19822]: cluster 2024-01-21T11:31:01.969619+0000 mgr.smithi046.egcsjs (mgr.14182) 511 : 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-01-21T11:31:05.072 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:31:05.072 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:29.677488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\nDeploy daemon haproxy.nfs.foo.smithi079.fqnzpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.940285Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.pezsjd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\nDeploy daemon haproxy.nfs.foo.smithi046.pezsjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.942419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioinna on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:31:05.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:05 smithi046 bash[16032]: cluster 2024-01-21T11:31:03.971181+0000 mgr.smithi046.egcsjs (mgr.14182) 512 : 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-01-21T11:31:05.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:05 smithi079 bash[19822]: cluster 2024-01-21T11:31:03.971181+0000 mgr.smithi046.egcsjs (mgr.14182) 512 : 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-01-21T11:31:05.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:31:06.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:06 smithi079 bash[19822]: audit 2024-01-21T11:31:05.054590+0000 mgr.smithi046.egcsjs (mgr.14182) 513 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:06.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:06 smithi046 bash[16032]: audit 2024-01-21T11:31:05.054590+0000 mgr.smithi046.egcsjs (mgr.14182) 513 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:06.664 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:31:07.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:07 smithi079 bash[19822]: cluster 2024-01-21T11:31:05.973177+0000 mgr.smithi046.egcsjs (mgr.14182) 514 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:31:07.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:07 smithi046 bash[16032]: cluster 2024-01-21T11:31:05.973177+0000 mgr.smithi046.egcsjs (mgr.14182) 514 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:31:09.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:09 smithi079 bash[19822]: cluster 2024-01-21T11:31:07.974449+0000 mgr.smithi046.egcsjs (mgr.14182) 515 : 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-01-21T11:31:09.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:09 smithi046 bash[16032]: cluster 2024-01-21T11:31:07.974449+0000 mgr.smithi046.egcsjs (mgr.14182) 515 : 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-01-21T11:31:09.704 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:31:09.704 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:29.677488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\nDeploy daemon haproxy.nfs.foo.smithi079.fqnzpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.940285Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.pezsjd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\nDeploy daemon haproxy.nfs.foo.smithi046.pezsjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.942419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioinna on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:31:10.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:31:11.287 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:31:11.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:11 smithi079 bash[19822]: audit 2024-01-21T11:31:09.687062+0000 mgr.smithi046.egcsjs (mgr.14182) 516 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:11.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:11 smithi079 bash[19822]: cluster 2024-01-21T11:31:09.976256+0000 mgr.smithi046.egcsjs (mgr.14182) 517 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:31:11.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:11 smithi046 bash[16032]: audit 2024-01-21T11:31:09.687062+0000 mgr.smithi046.egcsjs (mgr.14182) 516 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:11.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:11 smithi046 bash[16032]: cluster 2024-01-21T11:31:09.976256+0000 mgr.smithi046.egcsjs (mgr.14182) 517 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:31:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:13 smithi079 bash[19822]: cluster 2024-01-21T11:31:11.977794+0000 mgr.smithi046.egcsjs (mgr.14182) 518 : 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-01-21T11:31:13.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:13 smithi046 bash[16032]: cluster 2024-01-21T11:31:11.977794+0000 mgr.smithi046.egcsjs (mgr.14182) 518 : 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-01-21T11:31:14.573 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:31:14.573 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:29.677488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\nDeploy daemon haproxy.nfs.foo.smithi079.fqnzpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.940285Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.pezsjd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\nDeploy daemon haproxy.nfs.foo.smithi046.pezsjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.942419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioinna on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:31:15.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:31:15.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:15 smithi079 bash[19822]: cluster 2024-01-21T11:31:13.979362+0000 mgr.smithi046.egcsjs (mgr.14182) 519 : 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-01-21T11:31:15.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:15 smithi079 bash[19822]: audit 2024-01-21T11:31:14.560549+0000 mgr.smithi046.egcsjs (mgr.14182) 520 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:15.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:15 smithi046 bash[16032]: cluster 2024-01-21T11:31:13.979362+0000 mgr.smithi046.egcsjs (mgr.14182) 519 : 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-01-21T11:31:15.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:15 smithi046 bash[16032]: audit 2024-01-21T11:31:14.560549+0000 mgr.smithi046.egcsjs (mgr.14182) 520 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:16.225 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:31:17.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:17 smithi079 bash[19822]: cluster 2024-01-21T11:31:15.981289+0000 mgr.smithi046.egcsjs (mgr.14182) 521 : cluster [DBG] pgmap v388: 225 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-01-21T11:31:17.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:17 smithi046 bash[16032]: cluster 2024-01-21T11:31:15.981289+0000 mgr.smithi046.egcsjs (mgr.14182) 521 : cluster [DBG] pgmap v388: 225 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-01-21T11:31:19.320 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:31:19.320 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:29.677488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\nDeploy daemon haproxy.nfs.foo.smithi079.fqnzpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.940285Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.pezsjd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\nDeploy daemon haproxy.nfs.foo.smithi046.pezsjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.942419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioinna on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:31:19.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:19 smithi079 bash[19822]: cluster 2024-01-21T11:31:17.982582+0000 mgr.smithi046.egcsjs (mgr.14182) 522 : 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-01-21T11:31:19.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:19 smithi046 bash[16032]: cluster 2024-01-21T11:31:17.982582+0000 mgr.smithi046.egcsjs (mgr.14182) 522 : 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-01-21T11:31:19.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:31:20.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:20 smithi079 bash[19822]: audit 2024-01-21T11:31:19.302816+0000 mgr.smithi046.egcsjs (mgr.14182) 523 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:20.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:20 smithi046 bash[16032]: audit 2024-01-21T11:31:19.302816+0000 mgr.smithi046.egcsjs (mgr.14182) 523 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:20.898 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:31:21.573 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:21 smithi046 bash[16032]: cluster 2024-01-21T11:31:19.984422+0000 mgr.smithi046.egcsjs (mgr.14182) 524 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:31:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:21 smithi079 bash[19822]: cluster 2024-01-21T11:31:19.984422+0000 mgr.smithi046.egcsjs (mgr.14182) 524 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:31:23.560 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:23 smithi046 bash[16032]: cluster 2024-01-21T11:31:21.986158+0000 mgr.smithi046.egcsjs (mgr.14182) 525 : 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-01-21T11:31:23.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:23 smithi079 bash[19822]: cluster 2024-01-21T11:31:21.986158+0000 mgr.smithi046.egcsjs (mgr.14182) 525 : 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-01-21T11:31:24.010 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:31:24.010 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:29.677488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\nDeploy daemon haproxy.nfs.foo.smithi079.fqnzpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.940285Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.pezsjd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\nDeploy daemon haproxy.nfs.foo.smithi046.pezsjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.942419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioinna on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:31:24.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:31:25.619 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:31:25.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:25 smithi046 bash[16032]: cluster 2024-01-21T11:31:23.987933+0000 mgr.smithi046.egcsjs (mgr.14182) 526 : 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-01-21T11:31:25.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:25 smithi046 bash[16032]: audit 2024-01-21T11:31:23.993535+0000 mgr.smithi046.egcsjs (mgr.14182) 527 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:25 smithi079 bash[19822]: cluster 2024-01-21T11:31:23.987933+0000 mgr.smithi046.egcsjs (mgr.14182) 526 : 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-01-21T11:31:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:25 smithi079 bash[19822]: audit 2024-01-21T11:31:23.993535+0000 mgr.smithi046.egcsjs (mgr.14182) 527 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:27.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:27 smithi046 bash[16032]: cluster 2024-01-21T11:31:25.989997+0000 mgr.smithi046.egcsjs (mgr.14182) 528 : cluster [DBG] pgmap v393: 225 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-01-21T11:31:27.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:27 smithi079 bash[19822]: cluster 2024-01-21T11:31:25.989997+0000 mgr.smithi046.egcsjs (mgr.14182) 528 : cluster [DBG] pgmap v393: 225 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-01-21T11:31:28.737 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:31:28.737 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:29.677488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\nDeploy daemon haproxy.nfs.foo.smithi079.fqnzpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.940285Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.pezsjd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\nDeploy daemon haproxy.nfs.foo.smithi046.pezsjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.942419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioinna on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:31:29.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:31:29.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:29 smithi046 bash[16032]: cluster 2024-01-21T11:31:27.991269+0000 mgr.smithi046.egcsjs (mgr.14182) 529 : 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-01-21T11:31:29.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:29 smithi079 bash[19822]: cluster 2024-01-21T11:31:27.991269+0000 mgr.smithi046.egcsjs (mgr.14182) 529 : 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-01-21T11:31:30.295 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:31:30.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:30 smithi046 bash[16032]: audit 2024-01-21T11:31:28.720129+0000 mgr.smithi046.egcsjs (mgr.14182) 530 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:30.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:30 smithi079 bash[19822]: audit 2024-01-21T11:31:28.720129+0000 mgr.smithi046.egcsjs (mgr.14182) 530 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:31.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:31 smithi046 bash[16032]: cluster 2024-01-21T11:31:29.993014+0000 mgr.smithi046.egcsjs (mgr.14182) 531 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:31:31.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:31 smithi079 bash[19822]: cluster 2024-01-21T11:31:29.993014+0000 mgr.smithi046.egcsjs (mgr.14182) 531 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:31:33.343 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:31:33.343 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:29.677488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\nDeploy daemon haproxy.nfs.foo.smithi079.fqnzpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.940285Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.pezsjd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\nDeploy daemon haproxy.nfs.foo.smithi046.pezsjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.942419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioinna on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:31:33.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:33 smithi046 bash[16032]: cluster 2024-01-21T11:31:31.994693+0000 mgr.smithi046.egcsjs (mgr.14182) 532 : 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-01-21T11:31:33.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:33 smithi079 bash[19822]: cluster 2024-01-21T11:31:31.994693+0000 mgr.smithi046.egcsjs (mgr.14182) 532 : 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-01-21T11:31:33.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:31:34.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:34 smithi046 bash[16032]: audit 2024-01-21T11:31:33.331974+0000 mgr.smithi046.egcsjs (mgr.14182) 533 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:34.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:34 smithi046 bash[16032]: audit 2024-01-21T11:31:33.949100+0000 mon.smithi046 (mon.0) 790 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:31:34.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:34 smithi046 bash[16032]: audit 2024-01-21T11:31:34.262549+0000 mon.smithi046 (mon.0) 791 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:31:34.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:34 smithi046 bash[16032]: audit 2024-01-21T11:31:34.263915+0000 mon.smithi046 (mon.0) 792 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:31:34.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:34 smithi046 bash[16032]: audit 2024-01-21T11:31:34.272344+0000 mon.smithi046 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:31:34.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:34 smithi079 bash[19822]: audit 2024-01-21T11:31:33.331974+0000 mgr.smithi046.egcsjs (mgr.14182) 533 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:34.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:34 smithi079 bash[19822]: audit 2024-01-21T11:31:33.949100+0000 mon.smithi046 (mon.0) 790 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:31:34.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:34 smithi079 bash[19822]: audit 2024-01-21T11:31:34.262549+0000 mon.smithi046 (mon.0) 791 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:31:34.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:34 smithi079 bash[19822]: audit 2024-01-21T11:31:34.263915+0000 mon.smithi046 (mon.0) 792 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:31:34.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:34 smithi079 bash[19822]: audit 2024-01-21T11:31:34.272344+0000 mon.smithi046 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:31:34.943 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:31:35.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:35 smithi046 bash[16032]: cluster 2024-01-21T11:31:33.996163+0000 mgr.smithi046.egcsjs (mgr.14182) 534 : 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-01-21T11:31:35.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:35 smithi046 bash[16032]: cluster 2024-01-21T11:31:34.273366+0000 mgr.smithi046.egcsjs (mgr.14182) 535 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:31:35.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:35 smithi046 bash[16032]: cluster 2024-01-21T11:31:34.281252+0000 mon.smithi046 (mon.0) 794 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:31:35.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:35 smithi046 bash[16032]: cluster 2024-01-21T11:31:34.281296+0000 mon.smithi046 (mon.0) 795 : cluster [INF] Cluster is now healthy 2024-01-21T11:31:35.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:35 smithi046 bash[16032]: audit 2024-01-21T11:31:34.281916+0000 mon.smithi046 (mon.0) 796 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:31:35.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:35 smithi046 bash[16032]: audit 2024-01-21T11:31:34.296904+0000 mon.smithi046 (mon.0) 797 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:31:35.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:35 smithi046 bash[16032]: cephadm 2024-01-21T11:31:34.300594+0000 mgr.smithi046.egcsjs (mgr.14182) 536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.hatrct on smithi079 2024-01-21T11:31:35.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:35 smithi079 bash[19822]: cluster 2024-01-21T11:31:33.996163+0000 mgr.smithi046.egcsjs (mgr.14182) 534 : 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-01-21T11:31:35.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:35 smithi079 bash[19822]: cluster 2024-01-21T11:31:34.273366+0000 mgr.smithi046.egcsjs (mgr.14182) 535 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:31:35.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:35 smithi079 bash[19822]: cluster 2024-01-21T11:31:34.281252+0000 mon.smithi046 (mon.0) 794 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:31:35.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:35 smithi079 bash[19822]: cluster 2024-01-21T11:31:34.281296+0000 mon.smithi046 (mon.0) 795 : cluster [INF] Cluster is now healthy 2024-01-21T11:31:35.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:35 smithi079 bash[19822]: audit 2024-01-21T11:31:34.281916+0000 mon.smithi046 (mon.0) 796 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:31:35.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:35 smithi079 bash[19822]: audit 2024-01-21T11:31:34.296904+0000 mon.smithi046 (mon.0) 797 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:31:35.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:35 smithi079 bash[19822]: cephadm 2024-01-21T11:31:34.300594+0000 mgr.smithi046.egcsjs (mgr.14182) 536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.hatrct on smithi079 2024-01-21T11:31:37.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:37 smithi079 bash[19822]: cluster 2024-01-21T11:31:36.275330+0000 mgr.smithi046.egcsjs (mgr.14182) 537 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:31:37.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:37 smithi046 bash[16032]: cluster 2024-01-21T11:31:36.275330+0000 mgr.smithi046.egcsjs (mgr.14182) 537 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:31:38.152 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:31:38.152 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:29:25.152034Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.oqfzpe on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:29.677488Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.fqnzpc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-fqnzpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.fqnzpc\nDeploy daemon haproxy.nfs.foo.smithi079.fqnzpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.940285Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.pezsjd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-pezsjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.pezsjd\nDeploy daemon haproxy.nfs.foo.smithi046.pezsjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:30:33.942419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioinna on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:31:38.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:31:39.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: audit 2024-01-21T11:31:38.134323+0000 mgr.smithi046.egcsjs (mgr.14182) 538 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:39.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: cluster 2024-01-21T11:31:38.276194+0000 mgr.smithi046.egcsjs (mgr.14182) 539 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:31:39.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: cephadm 2024-01-21T11:31:38.499049+0000 mgr.smithi046.egcsjs (mgr.14182) 540 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct 2024-01-21T11:31:39.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:31:39.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct 2024-01-21T11:31:39.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct 2024-01-21T11:31:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:31:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct 2024-01-21T11:31:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.hatrct ... 2024-01-21T11:31:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:31:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:31:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:31:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:31:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:31:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:31:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:31:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:31:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct 2024-01-21T11:31:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:31:39.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct 2024-01-21T11:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct 2024-01-21T11:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct 2024-01-21T11:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.hatrct ... 2024-01-21T11:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: cephadm 2024-01-21T11:31:38.499330+0000 mgr.smithi046.egcsjs (mgr.14182) 541 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.hatrct 2024-01-21T11:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: audit 2024-01-21T11:31:38.499845+0000 mon.smithi046 (mon.0) 798 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.hatrct"}]: dispatch 2024-01-21T11:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: cephadm 2024-01-21T11:31:38.500994+0000 mgr.smithi046.egcsjs (mgr.14182) 542 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct 2024-01-21T11:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct 2024-01-21T11:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct 2024-01-21T11:31:39.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:31:39.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct 2024-01-21T11:31:39.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.hatrct ... 2024-01-21T11:31:39.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:39.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:31:39.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:31:39.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:31:39.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:39.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: cephadm 2024-01-21T11:31:38.503507+0000 mgr.smithi046.egcsjs (mgr.14182) 543 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.enpksz on smithi046 2024-01-21T11:31:39.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:39 smithi046 bash[16032]: audit 2024-01-21T11:31:39.297446+0000 mon.smithi046 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:31:39.698 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:31:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: audit 2024-01-21T11:31:38.134323+0000 mgr.smithi046.egcsjs (mgr.14182) 538 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: cluster 2024-01-21T11:31:38.276194+0000 mgr.smithi046.egcsjs (mgr.14182) 539 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:31:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: cephadm 2024-01-21T11:31:38.499049+0000 mgr.smithi046.egcsjs (mgr.14182) 540 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct 2024-01-21T11:31:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:31:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct 2024-01-21T11:31:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct 2024-01-21T11:31:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:31:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct 2024-01-21T11:31:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.hatrct ... 2024-01-21T11:31:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:31:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:31:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:31:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:31:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:31:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:31:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:31:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:31:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct 2024-01-21T11:31:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:31:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct 2024-01-21T11:31:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct 2024-01-21T11:31:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:31:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct 2024-01-21T11:31:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.hatrct ... 2024-01-21T11:31:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:31:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:31:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:31:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: cephadm 2024-01-21T11:31:38.499330+0000 mgr.smithi046.egcsjs (mgr.14182) 541 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.hatrct 2024-01-21T11:31:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: audit 2024-01-21T11:31:38.499845+0000 mon.smithi046 (mon.0) 798 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.hatrct"}]: dispatch 2024-01-21T11:31:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: cephadm 2024-01-21T11:31:38.500994+0000 mgr.smithi046.egcsjs (mgr.14182) 542 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct 2024-01-21T11:31:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:31:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct 2024-01-21T11:31:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct 2024-01-21T11:31:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:31:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct 2024-01-21T11:31:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.hatrct ... 2024-01-21T11:31:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:31:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:31:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:31:39.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:39.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: cephadm 2024-01-21T11:31:38.503507+0000 mgr.smithi046.egcsjs (mgr.14182) 543 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.enpksz on smithi046 2024-01-21T11:31:39.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:39 smithi079 bash[19822]: audit 2024-01-21T11:31:39.297446+0000 mon.smithi046 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:31:41.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:41 smithi046 bash[16032]: cluster 2024-01-21T11:31:40.277712+0000 mgr.smithi046.egcsjs (mgr.14182) 544 : cluster [DBG] pgmap v401: 225 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-01-21T11:31:41.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:41 smithi079 bash[19822]: cluster 2024-01-21T11:31:40.277712+0000 mgr.smithi046.egcsjs (mgr.14182) 544 : cluster [DBG] pgmap v401: 225 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-01-21T11:31:43.014 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:31:43.014 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:38.500863Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\nDeploy daemon haproxy.nfs.foo.smithi079.hatrct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.601392Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\nDeploy daemon haproxy.nfs.foo.smithi046.enpksz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.605266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:31:43.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: cluster 2024-01-21T11:31:42.279023+0000 mgr.smithi046.egcsjs (mgr.14182) 545 : cluster [DBG] pgmap v402: 225 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-01-21T11:31:43.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: cephadm 2024-01-21T11:31:42.599462+0000 mgr.smithi046.egcsjs (mgr.14182) 546 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz 2024-01-21T11:31:43.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:31:43.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz 2024-01-21T11:31:43.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz 2024-01-21T11:31:43.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:31:43.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz 2024-01-21T11:31:43.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.enpksz ... 2024-01-21T11:31:43.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:43.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:31:43.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:31:43.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:31:43.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:43.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:31:43.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:31:43.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:31:43.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:31:43.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:31:43.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz 2024-01-21T11:31:43.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:31:43.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz 2024-01-21T11:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz 2024-01-21T11:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz 2024-01-21T11:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.enpksz ... 2024-01-21T11:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: cephadm 2024-01-21T11:31:42.600040+0000 mgr.smithi046.egcsjs (mgr.14182) 547 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.enpksz 2024-01-21T11:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: audit 2024-01-21T11:31:42.600537+0000 mon.smithi046 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.enpksz"}]: dispatch 2024-01-21T11:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: cephadm 2024-01-21T11:31:42.601595+0000 mgr.smithi046.egcsjs (mgr.14182) 548 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz 2024-01-21T11:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz 2024-01-21T11:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz 2024-01-21T11:31:43.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:31:43.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz 2024-01-21T11:31:43.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.enpksz ... 2024-01-21T11:31:43.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:43.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:31:43.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:31:43.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:31:43.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:43 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:43.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:31:43.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: cluster 2024-01-21T11:31:42.279023+0000 mgr.smithi046.egcsjs (mgr.14182) 545 : cluster [DBG] pgmap v402: 225 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-01-21T11:31:43.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: cephadm 2024-01-21T11:31:42.599462+0000 mgr.smithi046.egcsjs (mgr.14182) 546 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz 2024-01-21T11:31:43.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:31:43.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz 2024-01-21T11:31:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz 2024-01-21T11:31:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:31:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz 2024-01-21T11:31:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.enpksz ... 2024-01-21T11:31:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:31:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:31:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:31:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:31:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:31:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:31:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:31:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:31:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz 2024-01-21T11:31:43.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:31:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz 2024-01-21T11:31:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz 2024-01-21T11:31:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:31:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz 2024-01-21T11:31:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.enpksz ... 2024-01-21T11:31:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:31:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:31:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:31:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: cephadm 2024-01-21T11:31:42.600040+0000 mgr.smithi046.egcsjs (mgr.14182) 547 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.enpksz 2024-01-21T11:31:43.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: audit 2024-01-21T11:31:42.600537+0000 mon.smithi046 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.enpksz"}]: dispatch 2024-01-21T11:31:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: cephadm 2024-01-21T11:31:42.601595+0000 mgr.smithi046.egcsjs (mgr.14182) 548 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz 2024-01-21T11:31:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:31:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz 2024-01-21T11:31:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz 2024-01-21T11:31:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:31:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz 2024-01-21T11:31:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.enpksz ... 2024-01-21T11:31:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:31:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:31:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:31:43.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:43 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:31:44.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:44 smithi046 bash[16032]: cephadm 2024-01-21T11:31:42.605446+0000 mgr.smithi046.egcsjs (mgr.14182) 549 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:31:44.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:44 smithi046 bash[16032]: cephadm 2024-01-21T11:31:42.608712+0000 mgr.smithi046.egcsjs (mgr.14182) 550 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:31:44.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:44 smithi046 bash[16032]: cluster 2024-01-21T11:31:42.610660+0000 mgr.smithi046.egcsjs (mgr.14182) 551 : cluster [DBG] pgmap v403: 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-01-21T11:31:44.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:44 smithi046 bash[16032]: audit 2024-01-21T11:31:42.997687+0000 mgr.smithi046.egcsjs (mgr.14182) 552 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:44.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:44 smithi046 bash[16032]: cluster 2024-01-21T11:31:43.341386+0000 mon.smithi046 (mon.0) 801 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:31:44.668 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:31:44.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:44 smithi079 bash[19822]: cephadm 2024-01-21T11:31:42.605446+0000 mgr.smithi046.egcsjs (mgr.14182) 549 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:31:44.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:44 smithi079 bash[19822]: cephadm 2024-01-21T11:31:42.608712+0000 mgr.smithi046.egcsjs (mgr.14182) 550 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:31:44.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:44 smithi079 bash[19822]: cluster 2024-01-21T11:31:42.610660+0000 mgr.smithi046.egcsjs (mgr.14182) 551 : cluster [DBG] pgmap v403: 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-01-21T11:31:44.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:44 smithi079 bash[19822]: audit 2024-01-21T11:31:42.997687+0000 mgr.smithi046.egcsjs (mgr.14182) 552 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:44.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:44 smithi079 bash[19822]: cluster 2024-01-21T11:31:43.341386+0000 mon.smithi046 (mon.0) 801 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:31:46.031 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:45 smithi046 bash[16032]: cluster 2024-01-21T11:31:44.612085+0000 mgr.smithi046.egcsjs (mgr.14182) 553 : cluster [DBG] pgmap v404: 225 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-01-21T11:31:46.032 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:45 smithi046 bash[16032]: audit 2024-01-21T11:31:44.845414+0000 mon.smithi046 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:31:46.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:45 smithi079 bash[19822]: cluster 2024-01-21T11:31:44.612085+0000 mgr.smithi046.egcsjs (mgr.14182) 553 : cluster [DBG] pgmap v404: 225 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-01-21T11:31:46.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:45 smithi079 bash[19822]: audit 2024-01-21T11:31:44.845414+0000 mon.smithi046 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:31:47.768 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:31:47.768 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:38.500863Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\nDeploy daemon haproxy.nfs.foo.smithi079.hatrct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.601392Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\nDeploy daemon haproxy.nfs.foo.smithi046.enpksz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.605266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:31:48.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:31:48.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:48 smithi079 bash[19822]: cluster 2024-01-21T11:31:46.613556+0000 mgr.smithi046.egcsjs (mgr.14182) 554 : cluster [DBG] pgmap v405: 225 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-01-21T11:31:48.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:48 smithi046 bash[16032]: cluster 2024-01-21T11:31:46.613556+0000 mgr.smithi046.egcsjs (mgr.14182) 554 : cluster [DBG] pgmap v405: 225 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-01-21T11:31:49.379 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:31:49.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:49 smithi079 bash[19822]: audit 2024-01-21T11:31:47.751345+0000 mgr.smithi046.egcsjs (mgr.14182) 555 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:49.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:49 smithi046 bash[16032]: audit 2024-01-21T11:31:47.751345+0000 mgr.smithi046.egcsjs (mgr.14182) 555 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:50.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:50 smithi079 bash[19822]: cluster 2024-01-21T11:31:48.615139+0000 mgr.smithi046.egcsjs (mgr.14182) 556 : cluster [DBG] pgmap v406: 225 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-01-21T11:31:50.532 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:50 smithi046 bash[16032]: cluster 2024-01-21T11:31:48.615139+0000 mgr.smithi046.egcsjs (mgr.14182) 556 : cluster [DBG] pgmap v406: 225 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-01-21T11:31:52.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:52 smithi079 bash[19822]: cluster 2024-01-21T11:31:50.616834+0000 mgr.smithi046.egcsjs (mgr.14182) 557 : cluster [DBG] pgmap v407: 225 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-01-21T11:31:52.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:52 smithi046 bash[16032]: cluster 2024-01-21T11:31:50.616834+0000 mgr.smithi046.egcsjs (mgr.14182) 557 : cluster [DBG] pgmap v407: 225 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-01-21T11:31:52.676 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:31:52.677 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:38.500863Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\nDeploy daemon haproxy.nfs.foo.smithi079.hatrct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.601392Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\nDeploy daemon haproxy.nfs.foo.smithi046.enpksz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.605266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:31:53.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:31:54.318 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:31:54.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:54 smithi079 bash[19822]: cluster 2024-01-21T11:31:52.618159+0000 mgr.smithi046.egcsjs (mgr.14182) 558 : cluster [DBG] pgmap v408: 225 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-01-21T11:31:54.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:54 smithi079 bash[19822]: audit 2024-01-21T11:31:52.666454+0000 mgr.smithi046.egcsjs (mgr.14182) 559 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:54.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:54 smithi046 bash[16032]: cluster 2024-01-21T11:31:52.618159+0000 mgr.smithi046.egcsjs (mgr.14182) 558 : cluster [DBG] pgmap v408: 225 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-01-21T11:31:54.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:54 smithi046 bash[16032]: audit 2024-01-21T11:31:52.666454+0000 mgr.smithi046.egcsjs (mgr.14182) 559 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:55.619 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:55 smithi046 bash[16032]: audit 2024-01-21T11:31:54.298456+0000 mon.smithi046 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:31:55.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:55 smithi079 bash[19822]: audit 2024-01-21T11:31:54.298456+0000 mon.smithi046 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:31:56.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:56 smithi046 bash[16032]: cluster 2024-01-21T11:31:54.619663+0000 mgr.smithi046.egcsjs (mgr.14182) 560 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:31:56.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:56 smithi079 bash[19822]: cluster 2024-01-21T11:31:54.619663+0000 mgr.smithi046.egcsjs (mgr.14182) 560 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:31:57.470 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:31:57.470 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:38.500863Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\nDeploy daemon haproxy.nfs.foo.smithi079.hatrct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.601392Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\nDeploy daemon haproxy.nfs.foo.smithi046.enpksz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.605266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:31:58.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:31:58.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:58 smithi046 bash[16032]: cluster 2024-01-21T11:31:56.621740+0000 mgr.smithi046.egcsjs (mgr.14182) 561 : cluster [DBG] pgmap v410: 225 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-01-21T11:31:58.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:31:58 smithi046 bash[16032]: audit 2024-01-21T11:31:57.454331+0000 mgr.smithi046.egcsjs (mgr.14182) 562 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:58.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:58 smithi079 bash[19822]: cluster 2024-01-21T11:31:56.621740+0000 mgr.smithi046.egcsjs (mgr.14182) 561 : cluster [DBG] pgmap v410: 225 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-01-21T11:31:58.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:31:58 smithi079 bash[19822]: audit 2024-01-21T11:31:57.454331+0000 mgr.smithi046.egcsjs (mgr.14182) 562 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:31:59.055 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:32:00.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:00 smithi046 bash[16032]: cluster 2024-01-21T11:31:58.623416+0000 mgr.smithi046.egcsjs (mgr.14182) 563 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:00.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:00 smithi079 bash[19822]: cluster 2024-01-21T11:31:58.623416+0000 mgr.smithi046.egcsjs (mgr.14182) 563 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:02.113 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:32:02.114 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:38.500863Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\nDeploy daemon haproxy.nfs.foo.smithi079.hatrct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.601392Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\nDeploy daemon haproxy.nfs.foo.smithi046.enpksz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.605266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:32:02.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:02 smithi046 bash[16032]: cluster 2024-01-21T11:32:00.625367+0000 mgr.smithi046.egcsjs (mgr.14182) 564 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:02.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:02 smithi079 bash[19822]: cluster 2024-01-21T11:32:00.625367+0000 mgr.smithi046.egcsjs (mgr.14182) 564 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:02.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:32:03.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:03 smithi046 bash[16032]: audit 2024-01-21T11:32:02.096317+0000 mgr.smithi046.egcsjs (mgr.14182) 565 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:03.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:03 smithi079 bash[19822]: audit 2024-01-21T11:32:02.096317+0000 mgr.smithi046.egcsjs (mgr.14182) 565 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:03.777 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:32:04.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:04 smithi046 bash[16032]: cluster 2024-01-21T11:32:02.626586+0000 mgr.smithi046.egcsjs (mgr.14182) 566 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:04.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:04 smithi079 bash[19822]: cluster 2024-01-21T11:32:02.626586+0000 mgr.smithi046.egcsjs (mgr.14182) 566 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:06.620 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:06 smithi046 bash[16032]: cluster 2024-01-21T11:32:04.628054+0000 mgr.smithi046.egcsjs (mgr.14182) 567 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:06.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:06 smithi079 bash[19822]: cluster 2024-01-21T11:32:04.628054+0000 mgr.smithi046.egcsjs (mgr.14182) 567 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:06.986 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:32:06.986 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:38.500863Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\nDeploy daemon haproxy.nfs.foo.smithi079.hatrct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.601392Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\nDeploy daemon haproxy.nfs.foo.smithi046.enpksz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.605266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:32:07.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:32:08.570 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:32:08.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:08 smithi046 bash[16032]: cluster 2024-01-21T11:32:06.629669+0000 mgr.smithi046.egcsjs (mgr.14182) 568 : cluster [DBG] pgmap v415: 225 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-01-21T11:32:08.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:08 smithi046 bash[16032]: audit 2024-01-21T11:32:06.967801+0000 mgr.smithi046.egcsjs (mgr.14182) 569 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:08.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:08 smithi079 bash[19822]: cluster 2024-01-21T11:32:06.629669+0000 mgr.smithi046.egcsjs (mgr.14182) 568 : cluster [DBG] pgmap v415: 225 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-01-21T11:32:08.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:08 smithi079 bash[19822]: audit 2024-01-21T11:32:06.967801+0000 mgr.smithi046.egcsjs (mgr.14182) 569 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:10 smithi046 bash[16032]: cluster 2024-01-21T11:32:08.631299+0000 mgr.smithi046.egcsjs (mgr.14182) 570 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:10 smithi079 bash[19822]: cluster 2024-01-21T11:32:08.631299+0000 mgr.smithi046.egcsjs (mgr.14182) 570 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:11.712 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:32:11.713 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:38.500863Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\nDeploy daemon haproxy.nfs.foo.smithi079.hatrct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.601392Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\nDeploy daemon haproxy.nfs.foo.smithi046.enpksz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.605266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:32:12.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:32:12.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:12 smithi046 bash[16032]: cluster 2024-01-21T11:32:10.633233+0000 mgr.smithi046.egcsjs (mgr.14182) 571 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:12.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:12 smithi079 bash[19822]: cluster 2024-01-21T11:32:10.633233+0000 mgr.smithi046.egcsjs (mgr.14182) 571 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:13.354 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:32:13.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:13 smithi046 bash[16032]: audit 2024-01-21T11:32:11.696938+0000 mgr.smithi046.egcsjs (mgr.14182) 572 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:13.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:13 smithi079 bash[19822]: audit 2024-01-21T11:32:11.696938+0000 mgr.smithi046.egcsjs (mgr.14182) 572 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:14.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:14 smithi046 bash[16032]: cluster 2024-01-21T11:32:12.634458+0000 mgr.smithi046.egcsjs (mgr.14182) 573 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:14.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:14 smithi079 bash[19822]: cluster 2024-01-21T11:32:12.634458+0000 mgr.smithi046.egcsjs (mgr.14182) 573 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:16.461 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:32:16.461 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:38.500863Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\nDeploy daemon haproxy.nfs.foo.smithi079.hatrct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.601392Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\nDeploy daemon haproxy.nfs.foo.smithi046.enpksz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.605266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:32:16.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:16 smithi079 bash[19822]: cluster 2024-01-21T11:32:14.635918+0000 mgr.smithi046.egcsjs (mgr.14182) 574 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:16.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:16 smithi046 bash[16032]: cluster 2024-01-21T11:32:14.635918+0000 mgr.smithi046.egcsjs (mgr.14182) 574 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:17.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:32:17.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:17 smithi079 bash[19822]: audit 2024-01-21T11:32:16.445051+0000 mgr.smithi046.egcsjs (mgr.14182) 575 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:17.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:17 smithi046 bash[16032]: audit 2024-01-21T11:32:16.445051+0000 mgr.smithi046.egcsjs (mgr.14182) 575 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:18.087 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:32:18.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:18 smithi079 bash[19822]: cluster 2024-01-21T11:32:16.638208+0000 mgr.smithi046.egcsjs (mgr.14182) 576 : cluster [DBG] pgmap v420: 225 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-01-21T11:32:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:18 smithi046 bash[16032]: cluster 2024-01-21T11:32:16.638208+0000 mgr.smithi046.egcsjs (mgr.14182) 576 : cluster [DBG] pgmap v420: 225 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-01-21T11:32:20.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:20 smithi079 bash[19822]: cluster 2024-01-21T11:32:18.639868+0000 mgr.smithi046.egcsjs (mgr.14182) 577 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:20.745 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:20 smithi046 bash[16032]: cluster 2024-01-21T11:32:18.639868+0000 mgr.smithi046.egcsjs (mgr.14182) 577 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:21.184 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:32:21.185 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:38.500863Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\nDeploy daemon haproxy.nfs.foo.smithi079.hatrct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.601392Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\nDeploy daemon haproxy.nfs.foo.smithi046.enpksz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.605266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:32:21.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:32:22.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:22 smithi079 bash[19822]: cluster 2024-01-21T11:32:20.641784+0000 mgr.smithi046.egcsjs (mgr.14182) 578 : 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-01-21T11:32:22.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:22 smithi079 bash[19822]: audit 2024-01-21T11:32:21.165805+0000 mgr.smithi046.egcsjs (mgr.14182) 579 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:22.816 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:32:22.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:22 smithi046 bash[16032]: cluster 2024-01-21T11:32:20.641784+0000 mgr.smithi046.egcsjs (mgr.14182) 578 : 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-01-21T11:32:22.829 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:22 smithi046 bash[16032]: audit 2024-01-21T11:32:21.165805+0000 mgr.smithi046.egcsjs (mgr.14182) 579 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:24.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:24 smithi079 bash[19822]: cluster 2024-01-21T11:32:22.643025+0000 mgr.smithi046.egcsjs (mgr.14182) 580 : 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-01-21T11:32:24.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:24 smithi046 bash[16032]: cluster 2024-01-21T11:32:22.643025+0000 mgr.smithi046.egcsjs (mgr.14182) 580 : 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-01-21T11:32:25.997 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:32:25.997 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:38.500863Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\nDeploy daemon haproxy.nfs.foo.smithi079.hatrct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.601392Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\nDeploy daemon haproxy.nfs.foo.smithi046.enpksz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.605266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:32:26.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:32:26.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:26 smithi079 bash[19822]: cluster 2024-01-21T11:32:24.644433+0000 mgr.smithi046.egcsjs (mgr.14182) 581 : 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-01-21T11:32:26.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:26 smithi046 bash[16032]: cluster 2024-01-21T11:32:24.644433+0000 mgr.smithi046.egcsjs (mgr.14182) 581 : 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-01-21T11:32:27.600 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:32:27.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:27 smithi079 bash[19822]: audit 2024-01-21T11:32:25.979564+0000 mgr.smithi046.egcsjs (mgr.14182) 582 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:27.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:27 smithi046 bash[16032]: audit 2024-01-21T11:32:25.979564+0000 mgr.smithi046.egcsjs (mgr.14182) 582 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:28.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:28 smithi079 bash[19822]: cluster 2024-01-21T11:32:26.646454+0000 mgr.smithi046.egcsjs (mgr.14182) 583 : cluster [DBG] pgmap v425: 225 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-01-21T11:32:28.740 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:28 smithi046 bash[16032]: cluster 2024-01-21T11:32:26.646454+0000 mgr.smithi046.egcsjs (mgr.14182) 583 : cluster [DBG] pgmap v425: 225 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-01-21T11:32:30.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:30 smithi046 bash[16032]: cluster 2024-01-21T11:32:28.648067+0000 mgr.smithi046.egcsjs (mgr.14182) 584 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:30.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:30 smithi079 bash[19822]: cluster 2024-01-21T11:32:28.648067+0000 mgr.smithi046.egcsjs (mgr.14182) 584 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:30.758 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:32:30.758 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:38.500863Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\nDeploy daemon haproxy.nfs.foo.smithi079.hatrct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.601392Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\nDeploy daemon haproxy.nfs.foo.smithi046.enpksz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.605266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:32:31.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:32:32.375 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:32:32.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:32 smithi079 bash[19822]: cluster 2024-01-21T11:32:30.649925+0000 mgr.smithi046.egcsjs (mgr.14182) 585 : 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-01-21T11:32:32.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:32 smithi079 bash[19822]: audit 2024-01-21T11:32:30.739895+0000 mgr.smithi046.egcsjs (mgr.14182) 586 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:32.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:32 smithi046 bash[16032]: cluster 2024-01-21T11:32:30.649925+0000 mgr.smithi046.egcsjs (mgr.14182) 585 : 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-01-21T11:32:32.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:32 smithi046 bash[16032]: audit 2024-01-21T11:32:30.739895+0000 mgr.smithi046.egcsjs (mgr.14182) 586 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:34.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:34 smithi079 bash[19822]: cluster 2024-01-21T11:32:32.651180+0000 mgr.smithi046.egcsjs (mgr.14182) 587 : 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-01-21T11:32:34.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:34 smithi046 bash[16032]: cluster 2024-01-21T11:32:32.651180+0000 mgr.smithi046.egcsjs (mgr.14182) 587 : 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-01-21T11:32:35.729 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:32:35.729 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:38.500863Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\nDeploy daemon haproxy.nfs.foo.smithi079.hatrct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.601392Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\nDeploy daemon haproxy.nfs.foo.smithi046.enpksz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.605266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:32:36.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:32:36.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:36 smithi046 bash[16032]: cluster 2024-01-21T11:32:34.652781+0000 mgr.smithi046.egcsjs (mgr.14182) 588 : cluster [DBG] pgmap v429: 225 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-01-21T11:32:36.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:36 smithi079 bash[19822]: cluster 2024-01-21T11:32:34.652781+0000 mgr.smithi046.egcsjs (mgr.14182) 588 : cluster [DBG] pgmap v429: 225 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-01-21T11:32:37.293 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:32:37.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:37 smithi046 bash[16032]: audit 2024-01-21T11:32:35.710288+0000 mgr.smithi046.egcsjs (mgr.14182) 589 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:37.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:37 smithi079 bash[19822]: audit 2024-01-21T11:32:35.710288+0000 mgr.smithi046.egcsjs (mgr.14182) 589 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:38.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:38 smithi079 bash[19822]: cluster 2024-01-21T11:32:36.654568+0000 mgr.smithi046.egcsjs (mgr.14182) 590 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:32:38.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:38 smithi046 bash[16032]: cluster 2024-01-21T11:32:36.654568+0000 mgr.smithi046.egcsjs (mgr.14182) 590 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:32:40.368 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:32:40.368 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:38.500863Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\nDeploy daemon haproxy.nfs.foo.smithi079.hatrct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.601392Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\nDeploy daemon haproxy.nfs.foo.smithi046.enpksz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.605266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:32:40.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:40 smithi079 bash[19822]: cluster 2024-01-21T11:32:38.655752+0000 mgr.smithi046.egcsjs (mgr.14182) 591 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:40.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:40 smithi046 bash[16032]: cluster 2024-01-21T11:32:38.655752+0000 mgr.smithi046.egcsjs (mgr.14182) 591 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:41.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:32:41.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:41 smithi046 bash[16032]: audit 2024-01-21T11:32:40.355842+0000 mgr.smithi046.egcsjs (mgr.14182) 592 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:41.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:41 smithi079 bash[19822]: audit 2024-01-21T11:32:40.355842+0000 mgr.smithi046.egcsjs (mgr.14182) 592 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:42.038 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:32:42.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:42 smithi046 bash[16032]: cluster 2024-01-21T11:32:40.657661+0000 mgr.smithi046.egcsjs (mgr.14182) 593 : 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-01-21T11:32:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:42 smithi079 bash[19822]: cluster 2024-01-21T11:32:40.657661+0000 mgr.smithi046.egcsjs (mgr.14182) 593 : 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-01-21T11:32:43.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:43 smithi046 bash[16032]: audit 2024-01-21T11:32:42.615327+0000 mon.smithi046 (mon.0) 804 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:32:43.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:43 smithi046 bash[16032]: audit 2024-01-21T11:32:42.919150+0000 mon.smithi046 (mon.0) 805 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:32:43.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:43 smithi046 bash[16032]: audit 2024-01-21T11:32:42.919463+0000 mon.smithi046 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:32:43.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:43 smithi046 bash[16032]: audit 2024-01-21T11:32:42.920527+0000 mon.smithi046 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:32:43.527 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:43 smithi046 bash[16032]: audit 2024-01-21T11:32:42.920790+0000 mon.smithi046 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:32:43.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:43 smithi046 bash[16032]: audit 2024-01-21T11:32:42.921888+0000 mon.smithi046 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:32:43.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:43 smithi046 bash[16032]: audit 2024-01-21T11:32:42.922164+0000 mon.smithi046 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:32:43.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:43 smithi046 bash[16032]: audit 2024-01-21T11:32:42.923262+0000 mon.smithi046 (mon.0) 811 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:32:43.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:43 smithi046 bash[16032]: audit 2024-01-21T11:32:42.923643+0000 mon.smithi046 (mon.0) 812 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:32:43.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:43 smithi046 bash[16032]: audit 2024-01-21T11:32:42.930658+0000 mon.smithi046 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:32:43.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:43 smithi046 bash[16032]: audit 2024-01-21T11:32:42.936136+0000 mon.smithi046 (mon.0) 814 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:32:43.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:43 smithi046 bash[16032]: audit 2024-01-21T11:32:42.937416+0000 mon.smithi046 (mon.0) 815 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:32:43.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:43 smithi046 bash[16032]: audit 2024-01-21T11:32:42.938452+0000 mon.smithi046 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:32:43.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:43 smithi046 bash[16032]: audit 2024-01-21T11:32:42.943834+0000 mon.smithi046 (mon.0) 817 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:32:43.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:43 smithi046 bash[16032]: audit 2024-01-21T11:32:42.950640+0000 mon.smithi046 (mon.0) 818 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:32:43.528 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:43 smithi046 bash[16032]: audit 2024-01-21T11:32:42.967126+0000 mon.smithi046 (mon.0) 819 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:32:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:43 smithi079 bash[19822]: audit 2024-01-21T11:32:42.615327+0000 mon.smithi046 (mon.0) 804 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:32:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:43 smithi079 bash[19822]: audit 2024-01-21T11:32:42.919150+0000 mon.smithi046 (mon.0) 805 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:32:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:43 smithi079 bash[19822]: audit 2024-01-21T11:32:42.919463+0000 mon.smithi046 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:32:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:43 smithi079 bash[19822]: audit 2024-01-21T11:32:42.920527+0000 mon.smithi046 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:32:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:43 smithi079 bash[19822]: audit 2024-01-21T11:32:42.920790+0000 mon.smithi046 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:32:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:43 smithi079 bash[19822]: audit 2024-01-21T11:32:42.921888+0000 mon.smithi046 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:32:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:43 smithi079 bash[19822]: audit 2024-01-21T11:32:42.922164+0000 mon.smithi046 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:32:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:43 smithi079 bash[19822]: audit 2024-01-21T11:32:42.923262+0000 mon.smithi046 (mon.0) 811 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:32:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:43 smithi079 bash[19822]: audit 2024-01-21T11:32:42.923643+0000 mon.smithi046 (mon.0) 812 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T11:32:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:43 smithi079 bash[19822]: audit 2024-01-21T11:32:42.930658+0000 mon.smithi046 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:32:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:43 smithi079 bash[19822]: audit 2024-01-21T11:32:42.936136+0000 mon.smithi046 (mon.0) 814 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:32:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:43 smithi079 bash[19822]: audit 2024-01-21T11:32:42.937416+0000 mon.smithi046 (mon.0) 815 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:32:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:43 smithi079 bash[19822]: audit 2024-01-21T11:32:42.938452+0000 mon.smithi046 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:32:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:43 smithi079 bash[19822]: audit 2024-01-21T11:32:42.943834+0000 mon.smithi046 (mon.0) 817 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:32:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:43 smithi079 bash[19822]: audit 2024-01-21T11:32:42.950640+0000 mon.smithi046 (mon.0) 818 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:32:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:43 smithi079 bash[19822]: audit 2024-01-21T11:32:42.967126+0000 mon.smithi046 (mon.0) 819 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:32:44.808 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:44 smithi046 bash[16032]: cluster 2024-01-21T11:32:42.658829+0000 mgr.smithi046.egcsjs (mgr.14182) 594 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:44.809 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:44 smithi046 bash[16032]: cephadm 2024-01-21T11:32:42.924437+0000 mgr.smithi046.egcsjs (mgr.14182) 595 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 3018M 2024-01-21T11:32:44.809 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:44 smithi046 bash[16032]: cephadm 2024-01-21T11:32:42.924798+0000 mgr.smithi046.egcsjs (mgr.14182) 596 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 3529M 2024-01-21T11:32:44.809 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:44 smithi046 bash[16032]: cluster 2024-01-21T11:32:42.944576+0000 mgr.smithi046.egcsjs (mgr.14182) 597 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:32:44.809 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:44 smithi046 bash[16032]: cephadm 2024-01-21T11:32:42.973387+0000 mgr.smithi046.egcsjs (mgr.14182) 598 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.qnfjvg on smithi079 2024-01-21T11:32:44.809 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:44 smithi046 bash[16032]: cluster 2024-01-21T11:32:43.488170+0000 mon.smithi046 (mon.0) 820 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:32:44.809 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:44 smithi046 bash[16032]: cluster 2024-01-21T11:32:43.488236+0000 mon.smithi046 (mon.0) 821 : cluster [INF] Cluster is now healthy 2024-01-21T11:32:44.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:44 smithi079 bash[19822]: cluster 2024-01-21T11:32:42.658829+0000 mgr.smithi046.egcsjs (mgr.14182) 594 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:44.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:44 smithi079 bash[19822]: cephadm 2024-01-21T11:32:42.924437+0000 mgr.smithi046.egcsjs (mgr.14182) 595 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 3018M 2024-01-21T11:32:44.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:44 smithi079 bash[19822]: cephadm 2024-01-21T11:32:42.924798+0000 mgr.smithi046.egcsjs (mgr.14182) 596 : cephadm [INF] Adjusting osd_memory_target on smithi079 to 3529M 2024-01-21T11:32:44.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:44 smithi079 bash[19822]: cluster 2024-01-21T11:32:42.944576+0000 mgr.smithi046.egcsjs (mgr.14182) 597 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:32:44.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:44 smithi079 bash[19822]: cephadm 2024-01-21T11:32:42.973387+0000 mgr.smithi046.egcsjs (mgr.14182) 598 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.qnfjvg on smithi079 2024-01-21T11:32:44.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:44 smithi079 bash[19822]: cluster 2024-01-21T11:32:43.488170+0000 mon.smithi046 (mon.0) 820 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:32:44.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:44 smithi079 bash[19822]: cluster 2024-01-21T11:32:43.488236+0000 mon.smithi046 (mon.0) 821 : cluster [INF] Cluster is now healthy 2024-01-21T11:32:45.241 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:32:45.241 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:30:33.944092Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.lvmesd on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:38.500863Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\nDeploy daemon haproxy.nfs.foo.smithi079.hatrct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.601392Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\nDeploy daemon haproxy.nfs.foo.smithi046.enpksz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.605266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:32:45.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:32:46.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:46 smithi079 bash[19822]: cluster 2024-01-21T11:32:44.945886+0000 mgr.smithi046.egcsjs (mgr.14182) 599 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:32:46.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:46 smithi079 bash[19822]: audit 2024-01-21T11:32:45.223296+0000 mgr.smithi046.egcsjs (mgr.14182) 600 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:46.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:46 smithi046 bash[16032]: cluster 2024-01-21T11:32:44.945886+0000 mgr.smithi046.egcsjs (mgr.14182) 599 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:32:46.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:46 smithi046 bash[16032]: audit 2024-01-21T11:32:45.223296+0000 mgr.smithi046.egcsjs (mgr.14182) 600 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:46.882 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:32:47.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:47 smithi046 bash[16032]: audit 2024-01-21T11:32:46.946641+0000 mon.smithi046 (mon.0) 822 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.qnfjvg"}]: dispatch 2024-01-21T11:32:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:47 smithi079 bash[19822]: audit 2024-01-21T11:32:46.946641+0000 mon.smithi046 (mon.0) 822 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.qnfjvg"}]: dispatch 2024-01-21T11:32:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: cephadm 2024-01-21T11:32:46.945684+0000 mgr.smithi046.egcsjs (mgr.14182) 601 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg 2024-01-21T11:32:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:32:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg 2024-01-21T11:32:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg 2024-01-21T11:32:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:32:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg 2024-01-21T11:32:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.qnfjvg ... 2024-01-21T11:32:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:32:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:32:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:32:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:48.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:32:48.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:32:48.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:32:48.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:32:48.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:32:48.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg 2024-01-21T11:32:48.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:32:48.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg 2024-01-21T11:32:48.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg 2024-01-21T11:32:48.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:32:48.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg 2024-01-21T11:32:48.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.qnfjvg ... 2024-01-21T11:32:48.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:48.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:32:48.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:32:48.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:32:48.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:48.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: cephadm 2024-01-21T11:32:46.945990+0000 mgr.smithi046.egcsjs (mgr.14182) 602 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.qnfjvg 2024-01-21T11:32:48.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: cluster 2024-01-21T11:32:46.947353+0000 mgr.smithi046.egcsjs (mgr.14182) 603 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:32:48.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: cephadm 2024-01-21T11:32:46.948179+0000 mgr.smithi046.egcsjs (mgr.14182) 604 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg 2024-01-21T11:32:48.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:32:48.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg 2024-01-21T11:32:48.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg 2024-01-21T11:32:48.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:32:48.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg 2024-01-21T11:32:48.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.qnfjvg ... 2024-01-21T11:32:48.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:48.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:32:48.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:32:48.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:32:48.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:48.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:48 smithi046 bash[16032]: cephadm 2024-01-21T11:32:46.951350+0000 mgr.smithi046.egcsjs (mgr.14182) 605 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.htdbob on smithi046 2024-01-21T11:32:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: cephadm 2024-01-21T11:32:46.945684+0000 mgr.smithi046.egcsjs (mgr.14182) 601 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg 2024-01-21T11:32:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:32:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg 2024-01-21T11:32:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg 2024-01-21T11:32:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:32:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg 2024-01-21T11:32:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.qnfjvg ... 2024-01-21T11:32:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:32:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:32:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:32:48.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:48.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:32:48.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:32:48.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:32:48.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:32:48.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:32:48.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg 2024-01-21T11:32:48.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:32:48.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg 2024-01-21T11:32:48.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg 2024-01-21T11:32:48.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:32:48.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg 2024-01-21T11:32:48.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.qnfjvg ... 2024-01-21T11:32:48.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:48.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: cephadm 2024-01-21T11:32:46.945990+0000 mgr.smithi046.egcsjs (mgr.14182) 602 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.qnfjvg 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: cluster 2024-01-21T11:32:46.947353+0000 mgr.smithi046.egcsjs (mgr.14182) 603 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: cephadm 2024-01-21T11:32:46.948179+0000 mgr.smithi046.egcsjs (mgr.14182) 604 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.qnfjvg ... 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:32:48.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:48.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:48 smithi079 bash[19822]: cephadm 2024-01-21T11:32:46.951350+0000 mgr.smithi046.egcsjs (mgr.14182) 605 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.htdbob on smithi046 2024-01-21T11:32:50.128 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:32:50.128 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:31:38.500863Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.hatrct on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-hatrct\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.hatrct\nDeploy daemon haproxy.nfs.foo.smithi079.hatrct ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.601392Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.enpksz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-enpksz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.enpksz\nDeploy daemon haproxy.nfs.foo.smithi046.enpksz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:31:42.605266Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wewxgb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:46.948039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\nDeploy daemon haproxy.nfs.foo.smithi079.qnfjvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -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.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:32:50.801 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:50 smithi046 bash[16032]: cluster 2024-01-21T11:32:48.948252+0000 mgr.smithi046.egcsjs (mgr.14182) 606 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:32:50.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:32:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:50 smithi079 bash[19822]: cluster 2024-01-21T11:32:48.948252+0000 mgr.smithi046.egcsjs (mgr.14182) 606 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:32:51.803 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:32:51.814 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:51 smithi046 bash[16032]: audit 2024-01-21T11:32:50.112331+0000 mgr.smithi046.egcsjs (mgr.14182) 607 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:51.814 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:51 smithi046 bash[16032]: audit 2024-01-21T11:32:50.901357+0000 mon.smithi046 (mon.0) 823 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.htdbob"}]: dispatch 2024-01-21T11:32:51.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:51 smithi079 bash[19822]: audit 2024-01-21T11:32:50.112331+0000 mgr.smithi046.egcsjs (mgr.14182) 607 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:51.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:51 smithi079 bash[19822]: audit 2024-01-21T11:32:50.901357+0000 mon.smithi046 (mon.0) 823 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.htdbob"}]: dispatch 2024-01-21T11:32:52.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: cephadm 2024-01-21T11:32:50.900204+0000 mgr.smithi046.egcsjs (mgr.14182) 608 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob 2024-01-21T11:32:52.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:32:52.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob 2024-01-21T11:32:52.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob 2024-01-21T11:32:52.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:32:52.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob 2024-01-21T11:32:52.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.htdbob ... 2024-01-21T11:32:52.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:52.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:32:52.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:32:52.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:32:52.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:52.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:32:52.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:32:52.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:32:52.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:32:52.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:32:52.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob 2024-01-21T11:32:52.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:32:52.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob 2024-01-21T11:32:52.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob 2024-01-21T11:32:52.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:32:52.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob 2024-01-21T11:32:52.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.htdbob ... 2024-01-21T11:32:52.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:52.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:32:52.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:32:52.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:32:52.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:52.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: cephadm 2024-01-21T11:32:50.900658+0000 mgr.smithi046.egcsjs (mgr.14182) 609 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.htdbob 2024-01-21T11:32:52.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: cephadm 2024-01-21T11:32:50.902505+0000 mgr.smithi046.egcsjs (mgr.14182) 610 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.htdbob on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob 2024-01-21T11:32:52.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:32:52.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob 2024-01-21T11:32:52.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob 2024-01-21T11:32:52.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:32:52.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob 2024-01-21T11:32:52.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.htdbob ... 2024-01-21T11:32:52.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:52.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:32:52.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:32:52.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:32:52.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:52.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: cephadm 2024-01-21T11:32:50.905889+0000 mgr.smithi046.egcsjs (mgr.14182) 611 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.yywloc on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:32:52.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: cephadm 2024-01-21T11:32:50.909075+0000 mgr.smithi046.egcsjs (mgr.14182) 612 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:32:52.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: cluster 2024-01-21T11:32:50.911739+0000 mgr.smithi046.egcsjs (mgr.14182) 613 : cluster [DBG] pgmap v438: 225 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-01-21T11:32:52.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:52 smithi046 bash[16032]: cluster 2024-01-21T11:32:51.524708+0000 mon.smithi046 (mon.0) 824 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:32:52.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: cephadm 2024-01-21T11:32:50.900204+0000 mgr.smithi046.egcsjs (mgr.14182) 608 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob 2024-01-21T11:32:52.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:32:52.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob 2024-01-21T11:32:52.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob 2024-01-21T11:32:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:32:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob 2024-01-21T11:32:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.htdbob ... 2024-01-21T11:32:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:32:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:32:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:32:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:32:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:32:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:32:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:32:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:32:52.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob 2024-01-21T11:32:52.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:32:52.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob 2024-01-21T11:32:52.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob 2024-01-21T11:32:52.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:32:52.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob 2024-01-21T11:32:52.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.htdbob ... 2024-01-21T11:32:52.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:52.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:32:52.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:32:52.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:32:52.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:52.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: cephadm 2024-01-21T11:32:50.900658+0000 mgr.smithi046.egcsjs (mgr.14182) 609 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.htdbob 2024-01-21T11:32:52.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: cephadm 2024-01-21T11:32:50.902505+0000 mgr.smithi046.egcsjs (mgr.14182) 610 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.htdbob on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob 2024-01-21T11:32:52.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:32:52.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob 2024-01-21T11:32:52.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob 2024-01-21T11:32:52.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:32:52.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob 2024-01-21T11:32:52.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.htdbob ... 2024-01-21T11:32:52.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:52.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:32:52.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:32:52.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:32:52.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:32:52.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: cephadm 2024-01-21T11:32:50.905889+0000 mgr.smithi046.egcsjs (mgr.14182) 611 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.yywloc on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:32:52.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: cephadm 2024-01-21T11:32:50.909075+0000 mgr.smithi046.egcsjs (mgr.14182) 612 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:32:52.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: cluster 2024-01-21T11:32:50.911739+0000 mgr.smithi046.egcsjs (mgr.14182) 613 : cluster [DBG] pgmap v438: 225 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-01-21T11:32:52.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:52 smithi079 bash[19822]: cluster 2024-01-21T11:32:51.524708+0000 mon.smithi046 (mon.0) 824 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:32:54.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:54 smithi046 bash[16032]: cluster 2024-01-21T11:32:52.912952+0000 mgr.smithi046.egcsjs (mgr.14182) 614 : cluster [DBG] pgmap v439: 225 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-01-21T11:32:54.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:54 smithi079 bash[19822]: cluster 2024-01-21T11:32:52.912952+0000 mgr.smithi046.egcsjs (mgr.14182) 614 : cluster [DBG] pgmap v439: 225 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-01-21T11:32:55.046 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:32:55.046 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:46.948039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\nDeploy daemon haproxy.nfs.foo.smithi079.qnfjvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.902295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.htdbob on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\nDeploy daemon haproxy.nfs.foo.smithi046.htdbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.905711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yywloc on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:32:55.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:32:56.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:55 smithi079 bash[19822]: audit 2024-01-21T11:32:54.906061+0000 mon.smithi046 (mon.0) 825 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:32:56.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:55 smithi079 bash[19822]: cluster 2024-01-21T11:32:54.914698+0000 mgr.smithi046.egcsjs (mgr.14182) 615 : cluster [DBG] pgmap v440: 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-01-21T11:32:56.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:55 smithi079 bash[19822]: audit 2024-01-21T11:32:55.034647+0000 mgr.smithi046.egcsjs (mgr.14182) 616 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:56.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:55 smithi046 bash[16032]: audit 2024-01-21T11:32:54.906061+0000 mon.smithi046 (mon.0) 825 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:32:56.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:55 smithi046 bash[16032]: cluster 2024-01-21T11:32:54.914698+0000 mgr.smithi046.egcsjs (mgr.14182) 615 : cluster [DBG] pgmap v440: 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-01-21T11:32:56.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:55 smithi046 bash[16032]: audit 2024-01-21T11:32:55.034647+0000 mgr.smithi046.egcsjs (mgr.14182) 616 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:32:56.618 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:32:58.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:32:58 smithi046 bash[16032]: cluster 2024-01-21T11:32:56.916221+0000 mgr.smithi046.egcsjs (mgr.14182) 617 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:58.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:32:58 smithi079 bash[19822]: cluster 2024-01-21T11:32:56.916221+0000 mgr.smithi046.egcsjs (mgr.14182) 617 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:32:59.875 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:32:59.875 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:46.948039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\nDeploy daemon haproxy.nfs.foo.smithi079.qnfjvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.902295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.htdbob on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\nDeploy daemon haproxy.nfs.foo.smithi046.htdbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.905711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yywloc on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:33:00.481 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:00 smithi046 bash[16032]: cluster 2024-01-21T11:32:58.917442+0000 mgr.smithi046.egcsjs (mgr.14182) 618 : 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-01-21T11:33:00.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:33:00.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:00 smithi079 bash[19822]: cluster 2024-01-21T11:32:58.917442+0000 mgr.smithi046.egcsjs (mgr.14182) 618 : 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-01-21T11:33:01.484 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:33:01.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:01 smithi079 bash[19822]: audit 2024-01-21T11:32:59.858725+0000 mgr.smithi046.egcsjs (mgr.14182) 619 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:01.496 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:01 smithi046 bash[16032]: audit 2024-01-21T11:32:59.858725+0000 mgr.smithi046.egcsjs (mgr.14182) 619 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:02.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:02 smithi079 bash[19822]: cluster 2024-01-21T11:33:00.919436+0000 mgr.smithi046.egcsjs (mgr.14182) 620 : 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-01-21T11:33:02.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:02 smithi046 bash[16032]: cluster 2024-01-21T11:33:00.919436+0000 mgr.smithi046.egcsjs (mgr.14182) 620 : 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-01-21T11:33:04.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:04 smithi079 bash[19822]: cluster 2024-01-21T11:33:02.920497+0000 mgr.smithi046.egcsjs (mgr.14182) 621 : 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-01-21T11:33:04.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:04 smithi046 bash[16032]: cluster 2024-01-21T11:33:02.920497+0000 mgr.smithi046.egcsjs (mgr.14182) 621 : 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-01-21T11:33:04.743 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:33:04.743 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:46.948039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\nDeploy daemon haproxy.nfs.foo.smithi079.qnfjvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.902295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.htdbob on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\nDeploy daemon haproxy.nfs.foo.smithi046.htdbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.905711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yywloc on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:33:05.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:33:06.362 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:33:06.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:06 smithi079 bash[19822]: audit 2024-01-21T11:33:04.724033+0000 mgr.smithi046.egcsjs (mgr.14182) 622 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:06.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:06 smithi079 bash[19822]: cluster 2024-01-21T11:33:04.921476+0000 mgr.smithi046.egcsjs (mgr.14182) 623 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:33:06.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:06 smithi046 bash[16032]: audit 2024-01-21T11:33:04.724033+0000 mgr.smithi046.egcsjs (mgr.14182) 622 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:06.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:06 smithi046 bash[16032]: cluster 2024-01-21T11:33:04.921476+0000 mgr.smithi046.egcsjs (mgr.14182) 623 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:33:08.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:08 smithi079 bash[19822]: cluster 2024-01-21T11:33:06.922592+0000 mgr.smithi046.egcsjs (mgr.14182) 624 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:08.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:08 smithi046 bash[16032]: cluster 2024-01-21T11:33:06.922592+0000 mgr.smithi046.egcsjs (mgr.14182) 624 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:09.595 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:33:09.595 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:46.948039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\nDeploy daemon haproxy.nfs.foo.smithi079.qnfjvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.902295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.htdbob on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\nDeploy daemon haproxy.nfs.foo.smithi046.htdbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.905711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yywloc on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:33:10.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:33:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:10 smithi046 bash[16032]: cluster 2024-01-21T11:33:08.924144+0000 mgr.smithi046.egcsjs (mgr.14182) 625 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:10 smithi046 bash[16032]: audit 2024-01-21T11:33:09.577678+0000 mgr.smithi046.egcsjs (mgr.14182) 626 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:10 smithi079 bash[19822]: cluster 2024-01-21T11:33:08.924144+0000 mgr.smithi046.egcsjs (mgr.14182) 625 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:10 smithi079 bash[19822]: audit 2024-01-21T11:33:09.577678+0000 mgr.smithi046.egcsjs (mgr.14182) 626 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:11.188 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:33:12.569 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:12 smithi046 bash[16032]: cluster 2024-01-21T11:33:10.926090+0000 mgr.smithi046.egcsjs (mgr.14182) 627 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:12.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:12 smithi079 bash[19822]: cluster 2024-01-21T11:33:10.926090+0000 mgr.smithi046.egcsjs (mgr.14182) 627 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:14.297 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:33:14.298 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:46.948039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\nDeploy daemon haproxy.nfs.foo.smithi079.qnfjvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.902295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.htdbob on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\nDeploy daemon haproxy.nfs.foo.smithi046.htdbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.905711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yywloc on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:33:14.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:14 smithi046 bash[16032]: cluster 2024-01-21T11:33:12.927283+0000 mgr.smithi046.egcsjs (mgr.14182) 628 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:14.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:14 smithi079 bash[19822]: cluster 2024-01-21T11:33:12.927283+0000 mgr.smithi046.egcsjs (mgr.14182) 628 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:14.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:33:15.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:15 smithi046 bash[16032]: audit 2024-01-21T11:33:14.286778+0000 mgr.smithi046.egcsjs (mgr.14182) 629 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:15.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:15 smithi079 bash[19822]: audit 2024-01-21T11:33:14.286778+0000 mgr.smithi046.egcsjs (mgr.14182) 629 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:15.931 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:33:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:16 smithi046 bash[16032]: cluster 2024-01-21T11:33:14.928881+0000 mgr.smithi046.egcsjs (mgr.14182) 630 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:33:16.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:16 smithi079 bash[19822]: cluster 2024-01-21T11:33:14.928881+0000 mgr.smithi046.egcsjs (mgr.14182) 630 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:33:18.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:18 smithi046 bash[16032]: cluster 2024-01-21T11:33:16.930297+0000 mgr.smithi046.egcsjs (mgr.14182) 631 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:18.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:18 smithi079 bash[19822]: cluster 2024-01-21T11:33:16.930297+0000 mgr.smithi046.egcsjs (mgr.14182) 631 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:19.238 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:33:19.239 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:46.948039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\nDeploy daemon haproxy.nfs.foo.smithi079.qnfjvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.902295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.htdbob on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\nDeploy daemon haproxy.nfs.foo.smithi046.htdbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.905711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yywloc on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:33:19.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:33:20.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:20 smithi046 bash[16032]: cluster 2024-01-21T11:33:18.931716+0000 mgr.smithi046.egcsjs (mgr.14182) 632 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:20.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:20 smithi046 bash[16032]: audit 2024-01-21T11:33:19.221275+0000 mgr.smithi046.egcsjs (mgr.14182) 633 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:20.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:20 smithi079 bash[19822]: cluster 2024-01-21T11:33:18.931716+0000 mgr.smithi046.egcsjs (mgr.14182) 632 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:20.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:20 smithi079 bash[19822]: audit 2024-01-21T11:33:19.221275+0000 mgr.smithi046.egcsjs (mgr.14182) 633 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:20.826 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:33:22.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:22 smithi046 bash[16032]: cluster 2024-01-21T11:33:20.933723+0000 mgr.smithi046.egcsjs (mgr.14182) 634 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:22.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:22 smithi079 bash[19822]: cluster 2024-01-21T11:33:20.933723+0000 mgr.smithi046.egcsjs (mgr.14182) 634 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:24.015 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:33:24.015 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:46.948039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\nDeploy daemon haproxy.nfs.foo.smithi079.qnfjvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.902295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.htdbob on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\nDeploy daemon haproxy.nfs.foo.smithi046.htdbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.905711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yywloc on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:33:24.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:24 smithi046 bash[16032]: cluster 2024-01-21T11:33:22.935055+0000 mgr.smithi046.egcsjs (mgr.14182) 635 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:24.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:33:24.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:24 smithi079 bash[19822]: cluster 2024-01-21T11:33:22.935055+0000 mgr.smithi046.egcsjs (mgr.14182) 635 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:25.625 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:33:25.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:25 smithi046 bash[16032]: audit 2024-01-21T11:33:23.997846+0000 mgr.smithi046.egcsjs (mgr.14182) 636 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:25 smithi079 bash[19822]: audit 2024-01-21T11:33:23.997846+0000 mgr.smithi046.egcsjs (mgr.14182) 636 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:26 smithi046 bash[16032]: cluster 2024-01-21T11:33:24.936864+0000 mgr.smithi046.egcsjs (mgr.14182) 637 : cluster [DBG] pgmap v455: 225 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-01-21T11:33:26.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:26 smithi079 bash[19822]: cluster 2024-01-21T11:33:24.936864+0000 mgr.smithi046.egcsjs (mgr.14182) 637 : cluster [DBG] pgmap v455: 225 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-01-21T11:33:28.578 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:33:28.578 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:46.948039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\nDeploy daemon haproxy.nfs.foo.smithi079.qnfjvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.902295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.htdbob on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\nDeploy daemon haproxy.nfs.foo.smithi046.htdbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.905711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yywloc on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:33:28.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:28 smithi046 bash[16032]: cluster 2024-01-21T11:33:26.938291+0000 mgr.smithi046.egcsjs (mgr.14182) 638 : 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-01-21T11:33:28.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:28 smithi079 bash[19822]: cluster 2024-01-21T11:33:26.938291+0000 mgr.smithi046.egcsjs (mgr.14182) 638 : 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-01-21T11:33:29.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:33:29.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:29 smithi046 bash[16032]: audit 2024-01-21T11:33:28.566042+0000 mgr.smithi046.egcsjs (mgr.14182) 639 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:29.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:29 smithi079 bash[19822]: audit 2024-01-21T11:33:28.566042+0000 mgr.smithi046.egcsjs (mgr.14182) 639 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:30.176 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:33:30.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:30 smithi046 bash[16032]: cluster 2024-01-21T11:33:28.939951+0000 mgr.smithi046.egcsjs (mgr.14182) 640 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:30.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:30 smithi079 bash[19822]: cluster 2024-01-21T11:33:28.939951+0000 mgr.smithi046.egcsjs (mgr.14182) 640 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:32.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:32 smithi046 bash[16032]: cluster 2024-01-21T11:33:30.941506+0000 mgr.smithi046.egcsjs (mgr.14182) 641 : 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-01-21T11:33:32.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:32 smithi079 bash[19822]: cluster 2024-01-21T11:33:30.941506+0000 mgr.smithi046.egcsjs (mgr.14182) 641 : 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-01-21T11:33:33.327 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:33:33.327 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:46.948039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\nDeploy daemon haproxy.nfs.foo.smithi079.qnfjvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.902295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.htdbob on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\nDeploy daemon haproxy.nfs.foo.smithi046.htdbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.905711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yywloc on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:33:33.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:33:34.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:34 smithi046 bash[16032]: cluster 2024-01-21T11:33:32.942673+0000 mgr.smithi046.egcsjs (mgr.14182) 642 : 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-01-21T11:33:34.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:34 smithi046 bash[16032]: audit 2024-01-21T11:33:33.309699+0000 mgr.smithi046.egcsjs (mgr.14182) 643 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:34.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:34 smithi079 bash[19822]: cluster 2024-01-21T11:33:32.942673+0000 mgr.smithi046.egcsjs (mgr.14182) 642 : 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-01-21T11:33:34.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:34 smithi079 bash[19822]: audit 2024-01-21T11:33:33.309699+0000 mgr.smithi046.egcsjs (mgr.14182) 643 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:34.905 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:33:36.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:36 smithi046 bash[16032]: cluster 2024-01-21T11:33:34.944250+0000 mgr.smithi046.egcsjs (mgr.14182) 644 : cluster [DBG] pgmap v460: 225 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-01-21T11:33:36.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:36 smithi079 bash[19822]: cluster 2024-01-21T11:33:34.944250+0000 mgr.smithi046.egcsjs (mgr.14182) 644 : cluster [DBG] pgmap v460: 225 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-01-21T11:33:37.989 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:33:37.989 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:46.948039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\nDeploy daemon haproxy.nfs.foo.smithi079.qnfjvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.902295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.htdbob on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\nDeploy daemon haproxy.nfs.foo.smithi046.htdbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.905711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yywloc on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:33:38.599 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:38 smithi046 bash[16032]: cluster 2024-01-21T11:33:36.945992+0000 mgr.smithi046.egcsjs (mgr.14182) 645 : 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-01-21T11:33:38.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:33:38.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:38 smithi079 bash[19822]: cluster 2024-01-21T11:33:36.945992+0000 mgr.smithi046.egcsjs (mgr.14182) 645 : 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-01-21T11:33:39.602 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:33:39.615 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:39 smithi046 bash[16032]: audit 2024-01-21T11:33:37.971716+0000 mgr.smithi046.egcsjs (mgr.14182) 646 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:39 smithi079 bash[19822]: audit 2024-01-21T11:33:37.971716+0000 mgr.smithi046.egcsjs (mgr.14182) 646 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:40.622 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:40 smithi046 bash[16032]: cluster 2024-01-21T11:33:38.947679+0000 mgr.smithi046.egcsjs (mgr.14182) 647 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:40.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:40 smithi079 bash[19822]: cluster 2024-01-21T11:33:38.947679+0000 mgr.smithi046.egcsjs (mgr.14182) 647 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:42.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:42 smithi046 bash[16032]: cluster 2024-01-21T11:33:40.948861+0000 mgr.smithi046.egcsjs (mgr.14182) 648 : 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-01-21T11:33:42.682 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:33:42.682 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:46.948039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\nDeploy daemon haproxy.nfs.foo.smithi079.qnfjvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.902295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.htdbob on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\nDeploy daemon haproxy.nfs.foo.smithi046.htdbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.905711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yywloc on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:33:42.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:42 smithi079 bash[19822]: cluster 2024-01-21T11:33:40.948861+0000 mgr.smithi046.egcsjs (mgr.14182) 648 : 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-01-21T11:33:43.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:33:44.308 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:33:44.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:44 smithi046 bash[16032]: audit 2024-01-21T11:33:42.663348+0000 mgr.smithi046.egcsjs (mgr.14182) 649 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:44.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:44 smithi046 bash[16032]: cluster 2024-01-21T11:33:42.950076+0000 mgr.smithi046.egcsjs (mgr.14182) 650 : 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-01-21T11:33:44.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:44 smithi079 bash[19822]: audit 2024-01-21T11:33:42.663348+0000 mgr.smithi046.egcsjs (mgr.14182) 649 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:44.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:44 smithi079 bash[19822]: cluster 2024-01-21T11:33:42.950076+0000 mgr.smithi046.egcsjs (mgr.14182) 650 : 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-01-21T11:33:46.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:46 smithi046 bash[16032]: cluster 2024-01-21T11:33:44.951924+0000 mgr.smithi046.egcsjs (mgr.14182) 651 : cluster [DBG] pgmap v465: 225 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-01-21T11:33:46.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:46 smithi079 bash[19822]: cluster 2024-01-21T11:33:44.951924+0000 mgr.smithi046.egcsjs (mgr.14182) 651 : cluster [DBG] pgmap v465: 225 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-01-21T11:33:47.495 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:33:47.495 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:46.948039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\nDeploy daemon haproxy.nfs.foo.smithi079.qnfjvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.902295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.htdbob on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\nDeploy daemon haproxy.nfs.foo.smithi046.htdbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.905711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yywloc on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:33:48.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:33:48.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:48 smithi046 bash[16032]: cluster 2024-01-21T11:33:46.953661+0000 mgr.smithi046.egcsjs (mgr.14182) 652 : 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-01-21T11:33:48.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:48 smithi046 bash[16032]: audit 2024-01-21T11:33:47.483398+0000 mgr.smithi046.egcsjs (mgr.14182) 653 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:48.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:48 smithi079 bash[19822]: cluster 2024-01-21T11:33:46.953661+0000 mgr.smithi046.egcsjs (mgr.14182) 652 : 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-01-21T11:33:48.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:48 smithi079 bash[19822]: audit 2024-01-21T11:33:47.483398+0000 mgr.smithi046.egcsjs (mgr.14182) 653 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:49.124 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:33:50.481 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:50 smithi046 bash[16032]: cluster 2024-01-21T11:33:48.955295+0000 mgr.smithi046.egcsjs (mgr.14182) 654 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:50.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:50 smithi079 bash[19822]: cluster 2024-01-21T11:33:48.955295+0000 mgr.smithi046.egcsjs (mgr.14182) 654 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:33:51.708 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:51 smithi046 bash[16032]: audit 2024-01-21T11:33:50.915467+0000 mon.smithi046 (mon.0) 826 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:33:51.708 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:51 smithi046 bash[16032]: audit 2024-01-21T11:33:51.219340+0000 mon.smithi046 (mon.0) 827 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:33:51.708 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:51 smithi046 bash[16032]: audit 2024-01-21T11:33:51.220641+0000 mon.smithi046 (mon.0) 828 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:33:51.708 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:51 smithi046 bash[16032]: audit 2024-01-21T11:33:51.228706+0000 mon.smithi046 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:33:51.708 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:51 smithi046 bash[16032]: audit 2024-01-21T11:33:51.236331+0000 mon.smithi046 (mon.0) 830 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:33:51.708 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:51 smithi046 bash[16032]: audit 2024-01-21T11:33:51.246662+0000 mon.smithi046 (mon.0) 831 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:33:51.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:51 smithi079 bash[19822]: audit 2024-01-21T11:33:50.915467+0000 mon.smithi046 (mon.0) 826 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:33:51.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:51 smithi079 bash[19822]: audit 2024-01-21T11:33:51.219340+0000 mon.smithi046 (mon.0) 827 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:33:51.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:51 smithi079 bash[19822]: audit 2024-01-21T11:33:51.220641+0000 mon.smithi046 (mon.0) 828 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:33:51.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:51 smithi079 bash[19822]: audit 2024-01-21T11:33:51.228706+0000 mon.smithi046 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:33:51.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:51 smithi079 bash[19822]: audit 2024-01-21T11:33:51.236331+0000 mon.smithi046 (mon.0) 830 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:33:51.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:51 smithi079 bash[19822]: audit 2024-01-21T11:33:51.246662+0000 mon.smithi046 (mon.0) 831 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:33:52.146 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:33:52.146 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:31:42.608513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bjcokx on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:46.948039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\nDeploy daemon haproxy.nfs.foo.smithi079.qnfjvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.902295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.htdbob on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\nDeploy daemon haproxy.nfs.foo.smithi046.htdbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.905711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yywloc on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:33:52.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:52 smithi046 bash[16032]: cluster 2024-01-21T11:33:50.956701+0000 mgr.smithi046.egcsjs (mgr.14182) 655 : 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-01-21T11:33:52.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:52 smithi046 bash[16032]: cluster 2024-01-21T11:33:51.229659+0000 mgr.smithi046.egcsjs (mgr.14182) 656 : cluster [DBG] pgmap v469: 225 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-01-21T11:33:52.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:52 smithi046 bash[16032]: cephadm 2024-01-21T11:33:51.251416+0000 mgr.smithi046.egcsjs (mgr.14182) 657 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.rfivdi on smithi079 2024-01-21T11:33:52.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:52 smithi046 bash[16032]: cluster 2024-01-21T11:33:51.374466+0000 mon.smithi046 (mon.0) 832 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:33:52.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:52 smithi046 bash[16032]: cluster 2024-01-21T11:33:51.374552+0000 mon.smithi046 (mon.0) 833 : cluster [INF] Cluster is now healthy 2024-01-21T11:33:52.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:52 smithi079 bash[19822]: cluster 2024-01-21T11:33:50.956701+0000 mgr.smithi046.egcsjs (mgr.14182) 655 : 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-01-21T11:33:52.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:52 smithi079 bash[19822]: cluster 2024-01-21T11:33:51.229659+0000 mgr.smithi046.egcsjs (mgr.14182) 656 : cluster [DBG] pgmap v469: 225 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-01-21T11:33:52.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:52 smithi079 bash[19822]: cephadm 2024-01-21T11:33:51.251416+0000 mgr.smithi046.egcsjs (mgr.14182) 657 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.rfivdi on smithi079 2024-01-21T11:33:52.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:52 smithi079 bash[19822]: cluster 2024-01-21T11:33:51.374466+0000 mon.smithi046 (mon.0) 832 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:33:52.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:52 smithi079 bash[19822]: cluster 2024-01-21T11:33:51.374552+0000 mon.smithi046 (mon.0) 833 : cluster [INF] Cluster is now healthy 2024-01-21T11:33:52.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:33:53.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:53 smithi079 bash[19822]: audit 2024-01-21T11:33:52.134592+0000 mgr.smithi046.egcsjs (mgr.14182) 658 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:53.797 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:33:53.810 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:53 smithi046 bash[16032]: audit 2024-01-21T11:33:52.134592+0000 mgr.smithi046.egcsjs (mgr.14182) 658 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:54.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:54 smithi079 bash[19822]: cluster 2024-01-21T11:33:53.230804+0000 mgr.smithi046.egcsjs (mgr.14182) 659 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:33:54.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:54 smithi079 bash[19822]: audit 2024-01-21T11:33:54.302386+0000 mon.smithi046 (mon.0) 834 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:33:54.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:54 smithi046 bash[16032]: cluster 2024-01-21T11:33:53.230804+0000 mgr.smithi046.egcsjs (mgr.14182) 659 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:33:54.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:54 smithi046 bash[16032]: audit 2024-01-21T11:33:54.302386+0000 mon.smithi046 (mon.0) 834 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:33:55.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:55 smithi046 bash[16032]: audit 2024-01-21T11:33:55.042038+0000 mon.smithi046 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.rfivdi"}]: dispatch 2024-01-21T11:33:55.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:55 smithi079 bash[19822]: audit 2024-01-21T11:33:55.042038+0000 mon.smithi046 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.rfivdi"}]: dispatch 2024-01-21T11:33:56.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: cephadm 2024-01-21T11:33:55.041157+0000 mgr.smithi046.egcsjs (mgr.14182) 660 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi 2024-01-21T11:33:56.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:33:56.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi 2024-01-21T11:33:56.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi 2024-01-21T11:33:56.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:33:56.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi 2024-01-21T11:33:56.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.rfivdi ... 2024-01-21T11:33:56.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:33:56.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:33:56.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:33:56.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:33:56.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:33:56.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:33:56.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:33:56.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:33:56.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:33:56.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:33:56.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi 2024-01-21T11:33:56.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:33:56.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi 2024-01-21T11:33:56.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi 2024-01-21T11:33:56.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:33:56.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi 2024-01-21T11:33:56.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.rfivdi ... 2024-01-21T11:33:56.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:33:56.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:33:56.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:33:56.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:33:56.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:33:56.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: cephadm 2024-01-21T11:33:55.041531+0000 mgr.smithi046.egcsjs (mgr.14182) 661 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.rfivdi 2024-01-21T11:33:56.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: cephadm 2024-01-21T11:33:55.043214+0000 mgr.smithi046.egcsjs (mgr.14182) 662 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi 2024-01-21T11:33:56.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:33:56.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi 2024-01-21T11:33:56.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi 2024-01-21T11:33:56.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:33:56.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi 2024-01-21T11:33:56.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.rfivdi ... 2024-01-21T11:33:56.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:33:56.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:33:56.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:33:56.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:33:56.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:33:56.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: cephadm 2024-01-21T11:33:55.046098+0000 mgr.smithi046.egcsjs (mgr.14182) 663 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.unxzai on smithi046 2024-01-21T11:33:56.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:56 smithi079 bash[19822]: cluster 2024-01-21T11:33:55.232591+0000 mgr.smithi046.egcsjs (mgr.14182) 664 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:33:56.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: cephadm 2024-01-21T11:33:55.041157+0000 mgr.smithi046.egcsjs (mgr.14182) 660 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi 2024-01-21T11:33:56.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:33:56.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi 2024-01-21T11:33:56.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi 2024-01-21T11:33:56.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:33:56.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi 2024-01-21T11:33:56.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.rfivdi ... 2024-01-21T11:33:56.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:33:56.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:33:56.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:33:56.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:33:56.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:33:56.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:33:56.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:33:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:33:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:33:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:33:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi 2024-01-21T11:33:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:33:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi 2024-01-21T11:33:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi 2024-01-21T11:33:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:33:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi 2024-01-21T11:33:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.rfivdi ... 2024-01-21T11:33:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:33:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:33:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:33:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:33:56.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:33:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: cephadm 2024-01-21T11:33:55.041531+0000 mgr.smithi046.egcsjs (mgr.14182) 661 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.rfivdi 2024-01-21T11:33:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: cephadm 2024-01-21T11:33:55.043214+0000 mgr.smithi046.egcsjs (mgr.14182) 662 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi 2024-01-21T11:33:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:33:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi 2024-01-21T11:33:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi 2024-01-21T11:33:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:33:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi 2024-01-21T11:33:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.rfivdi ... 2024-01-21T11:33:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:33:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:33:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:33:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:33:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:33:56.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: cephadm 2024-01-21T11:33:55.046098+0000 mgr.smithi046.egcsjs (mgr.14182) 663 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.unxzai on smithi046 2024-01-21T11:33:56.887 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:56 smithi046 bash[16032]: cluster 2024-01-21T11:33:55.232591+0000 mgr.smithi046.egcsjs (mgr.14182) 664 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:33:57.028 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:33:57.028 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:32:46.948039Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qnfjvg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qnfjvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qnfjvg\nDeploy daemon haproxy.nfs.foo.smithi079.qnfjvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.902295Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.htdbob on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-htdbob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.htdbob\nDeploy daemon haproxy.nfs.foo.smithi046.htdbob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:32:50.905711Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.yywloc on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:55.043033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\nDeploy daemon haproxy.nfs.foo.smithi079.rfivdi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -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.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:33:57.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:33:58.618 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:33:58.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:58 smithi079 bash[19822]: audit 2024-01-21T11:33:57.008920+0000 mgr.smithi046.egcsjs (mgr.14182) 665 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:58.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:58 smithi079 bash[19822]: cluster 2024-01-21T11:33:57.233978+0000 mgr.smithi046.egcsjs (mgr.14182) 666 : cluster [DBG] pgmap v472: 225 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-01-21T11:33:58.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:58 smithi046 bash[16032]: audit 2024-01-21T11:33:57.008920+0000 mgr.smithi046.egcsjs (mgr.14182) 665 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:33:58.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:58 smithi046 bash[16032]: cluster 2024-01-21T11:33:57.233978+0000 mgr.smithi046.egcsjs (mgr.14182) 666 : cluster [DBG] pgmap v472: 225 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-01-21T11:33:59.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:33:59 smithi079 bash[19822]: audit 2024-01-21T11:33:59.313146+0000 mon.smithi046 (mon.0) 836 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.unxzai"}]: dispatch 2024-01-21T11:33:59.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:33:59 smithi046 bash[16032]: audit 2024-01-21T11:33:59.313146+0000 mon.smithi046 (mon.0) 836 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.unxzai"}]: dispatch 2024-01-21T11:34:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: cluster 2024-01-21T11:33:59.235355+0000 mgr.smithi046.egcsjs (mgr.14182) 667 : cluster [DBG] pgmap v473: 225 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-01-21T11:34:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: cephadm 2024-01-21T11:33:59.312317+0000 mgr.smithi046.egcsjs (mgr.14182) 668 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai 2024-01-21T11:34:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:34:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai 2024-01-21T11:34:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai 2024-01-21T11:34:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:34:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai 2024-01-21T11:34:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.unxzai ... 2024-01-21T11:34:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:34:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:34:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:34:00.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:34:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:34:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:34:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:34:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:34:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:34:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:34:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai 2024-01-21T11:34:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:34:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai 2024-01-21T11:34:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai 2024-01-21T11:34:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:34:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai 2024-01-21T11:34:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.unxzai ... 2024-01-21T11:34:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:34:00.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: cephadm 2024-01-21T11:33:59.312579+0000 mgr.smithi046.egcsjs (mgr.14182) 669 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.unxzai 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: cephadm 2024-01-21T11:33:59.314387+0000 mgr.smithi046.egcsjs (mgr.14182) 670 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.unxzai on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.unxzai ... 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:34:00.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: cephadm 2024-01-21T11:33:59.316550+0000 mgr.smithi046.egcsjs (mgr.14182) 671 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.crvpno on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:34:00.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: cephadm 2024-01-21T11:33:59.318176+0000 mgr.smithi046.egcsjs (mgr.14182) 672 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:34:00.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: cluster 2024-01-21T11:33:59.319399+0000 mgr.smithi046.egcsjs (mgr.14182) 673 : cluster [DBG] pgmap v474: 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-01-21T11:34:00.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: cluster 2024-01-21T11:33:59.419969+0000 mon.smithi046 (mon.0) 837 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:34:00.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:00 smithi079 bash[19822]: audit 2024-01-21T11:33:59.965042+0000 mon.smithi046 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:34:00.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: cluster 2024-01-21T11:33:59.235355+0000 mgr.smithi046.egcsjs (mgr.14182) 667 : cluster [DBG] pgmap v473: 225 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-01-21T11:34:00.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: cephadm 2024-01-21T11:33:59.312317+0000 mgr.smithi046.egcsjs (mgr.14182) 668 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai 2024-01-21T11:34:00.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:34:00.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai 2024-01-21T11:34:00.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai 2024-01-21T11:34:00.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:34:00.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai 2024-01-21T11:34:00.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.unxzai ... 2024-01-21T11:34:00.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:34:00.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:34:00.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:34:00.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:34:00.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:34:00.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:34:00.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:34:00.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:34:00.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:34:00.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:34:00.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai 2024-01-21T11:34:00.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:34:00.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai 2024-01-21T11:34:00.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai 2024-01-21T11:34:00.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:34:00.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai 2024-01-21T11:34:00.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.unxzai ... 2024-01-21T11:34:00.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:34:00.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:34:00.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:34:00.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:34:00.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:34:00.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: cephadm 2024-01-21T11:33:59.312579+0000 mgr.smithi046.egcsjs (mgr.14182) 669 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.unxzai 2024-01-21T11:34:00.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: cephadm 2024-01-21T11:33:59.314387+0000 mgr.smithi046.egcsjs (mgr.14182) 670 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.unxzai on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai 2024-01-21T11:34:00.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:34:00.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai 2024-01-21T11:34:00.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai 2024-01-21T11:34:00.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:34:00.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai 2024-01-21T11:34:00.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.unxzai ... 2024-01-21T11:34:00.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:34:00.887 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:34:00.887 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:34:00.887 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:34:00.887 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:34:00.887 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: cephadm 2024-01-21T11:33:59.316550+0000 mgr.smithi046.egcsjs (mgr.14182) 671 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.crvpno on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:34:00.887 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: cephadm 2024-01-21T11:33:59.318176+0000 mgr.smithi046.egcsjs (mgr.14182) 672 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:34:00.887 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: cluster 2024-01-21T11:33:59.319399+0000 mgr.smithi046.egcsjs (mgr.14182) 673 : cluster [DBG] pgmap v474: 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-01-21T11:34:00.887 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: cluster 2024-01-21T11:33:59.419969+0000 mon.smithi046 (mon.0) 837 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:34:00.887 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:00 smithi046 bash[16032]: audit 2024-01-21T11:33:59.965042+0000 mon.smithi046 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:34:02.009 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:34:02.009 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:55.043033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\nDeploy daemon haproxy.nfs.foo.smithi079.rfivdi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.314200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.unxzai on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\nDeploy daemon haproxy.nfs.foo.smithi046.unxzai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.316447Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.crvpno on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:34:02.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:02 smithi046 bash[16032]: cluster 2024-01-21T11:34:01.321429+0000 mgr.smithi046.egcsjs (mgr.14182) 674 : cluster [DBG] pgmap v475: 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-01-21T11:34:02.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:02 smithi079 bash[19822]: cluster 2024-01-21T11:34:01.321429+0000 mgr.smithi046.egcsjs (mgr.14182) 674 : cluster [DBG] pgmap v475: 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-01-21T11:34:02.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:34:03.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:03 smithi079 bash[19822]: audit 2024-01-21T11:34:01.992803+0000 mgr.smithi046.egcsjs (mgr.14182) 675 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:03.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:03 smithi046 bash[16032]: audit 2024-01-21T11:34:01.992803+0000 mgr.smithi046.egcsjs (mgr.14182) 675 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:03.685 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:34:04.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:04 smithi079 bash[19822]: cluster 2024-01-21T11:34:03.322741+0000 mgr.smithi046.egcsjs (mgr.14182) 676 : cluster [DBG] pgmap v476: 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-01-21T11:34:04.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:04 smithi046 bash[16032]: cluster 2024-01-21T11:34:03.322741+0000 mgr.smithi046.egcsjs (mgr.14182) 676 : cluster [DBG] pgmap v476: 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-01-21T11:34:06.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:06 smithi079 bash[19822]: cluster 2024-01-21T11:34:05.324616+0000 mgr.smithi046.egcsjs (mgr.14182) 677 : cluster [DBG] pgmap v477: 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-01-21T11:34:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:06 smithi046 bash[16032]: cluster 2024-01-21T11:34:05.324616+0000 mgr.smithi046.egcsjs (mgr.14182) 677 : cluster [DBG] pgmap v477: 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-01-21T11:34:06.910 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:34:06.910 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:55.043033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\nDeploy daemon haproxy.nfs.foo.smithi079.rfivdi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.314200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.unxzai on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\nDeploy daemon haproxy.nfs.foo.smithi046.unxzai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.316447Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.crvpno on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:34:07.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:34:08.500 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:34:08.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:08 smithi079 bash[19822]: audit 2024-01-21T11:34:06.898711+0000 mgr.smithi046.egcsjs (mgr.14182) 678 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:08.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:08 smithi079 bash[19822]: cluster 2024-01-21T11:34:07.326263+0000 mgr.smithi046.egcsjs (mgr.14182) 679 : cluster [DBG] pgmap v478: 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-01-21T11:34:08.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:08 smithi046 bash[16032]: audit 2024-01-21T11:34:06.898711+0000 mgr.smithi046.egcsjs (mgr.14182) 678 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:08.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:08 smithi046 bash[16032]: cluster 2024-01-21T11:34:07.326263+0000 mgr.smithi046.egcsjs (mgr.14182) 679 : cluster [DBG] pgmap v478: 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-01-21T11:34:10.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:10 smithi046 bash[16032]: audit 2024-01-21T11:34:09.300138+0000 mon.smithi046 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:34:10.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:10 smithi046 bash[16032]: cluster 2024-01-21T11:34:09.327870+0000 mgr.smithi046.egcsjs (mgr.14182) 680 : cluster [DBG] pgmap v479: 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-01-21T11:34:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:10 smithi079 bash[19822]: audit 2024-01-21T11:34:09.300138+0000 mon.smithi046 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:34:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:10 smithi079 bash[19822]: cluster 2024-01-21T11:34:09.327870+0000 mgr.smithi046.egcsjs (mgr.14182) 680 : cluster [DBG] pgmap v479: 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-01-21T11:34:11.626 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:34:11.626 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:55.043033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\nDeploy daemon haproxy.nfs.foo.smithi079.rfivdi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.314200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.unxzai on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\nDeploy daemon haproxy.nfs.foo.smithi046.unxzai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.316447Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.crvpno on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:34:12.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:34:12.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:12 smithi079 bash[19822]: cluster 2024-01-21T11:34:11.329852+0000 mgr.smithi046.egcsjs (mgr.14182) 681 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:12.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:12 smithi079 bash[19822]: audit 2024-01-21T11:34:11.607005+0000 mgr.smithi046.egcsjs (mgr.14182) 682 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:12.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:12 smithi046 bash[16032]: cluster 2024-01-21T11:34:11.329852+0000 mgr.smithi046.egcsjs (mgr.14182) 681 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:12.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:12 smithi046 bash[16032]: audit 2024-01-21T11:34:11.607005+0000 mgr.smithi046.egcsjs (mgr.14182) 682 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:13.232 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:34:14.612 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:14 smithi046 bash[16032]: cluster 2024-01-21T11:34:13.331121+0000 mgr.smithi046.egcsjs (mgr.14182) 683 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:14.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:14 smithi079 bash[19822]: cluster 2024-01-21T11:34:13.331121+0000 mgr.smithi046.egcsjs (mgr.14182) 683 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:16.423 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:34:16.423 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:55.043033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\nDeploy daemon haproxy.nfs.foo.smithi079.rfivdi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.314200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.unxzai on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\nDeploy daemon haproxy.nfs.foo.smithi046.unxzai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.316447Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.crvpno on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:34:16.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:16 smithi079 bash[19822]: cluster 2024-01-21T11:34:15.332996+0000 mgr.smithi046.egcsjs (mgr.14182) 684 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:34:16.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:16 smithi046 bash[16032]: cluster 2024-01-21T11:34:15.332996+0000 mgr.smithi046.egcsjs (mgr.14182) 684 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:34:17.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:34:17.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:17 smithi079 bash[19822]: audit 2024-01-21T11:34:16.403640+0000 mgr.smithi046.egcsjs (mgr.14182) 685 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:17.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:17 smithi046 bash[16032]: audit 2024-01-21T11:34:16.403640+0000 mgr.smithi046.egcsjs (mgr.14182) 685 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:18.020 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:34:18.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:18 smithi079 bash[19822]: cluster 2024-01-21T11:34:17.334695+0000 mgr.smithi046.egcsjs (mgr.14182) 686 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:18 smithi046 bash[16032]: cluster 2024-01-21T11:34:17.334695+0000 mgr.smithi046.egcsjs (mgr.14182) 686 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:20.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:20 smithi079 bash[19822]: cluster 2024-01-21T11:34:19.336354+0000 mgr.smithi046.egcsjs (mgr.14182) 687 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:20.756 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:20 smithi046 bash[16032]: cluster 2024-01-21T11:34:19.336354+0000 mgr.smithi046.egcsjs (mgr.14182) 687 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:21.200 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:34:21.200 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:55.043033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\nDeploy daemon haproxy.nfs.foo.smithi079.rfivdi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.314200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.unxzai on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\nDeploy daemon haproxy.nfs.foo.smithi046.unxzai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.316447Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.crvpno on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:34:21.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:34:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:22 smithi079 bash[19822]: audit 2024-01-21T11:34:21.180707+0000 mgr.smithi046.egcsjs (mgr.14182) 688 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:22.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:22 smithi079 bash[19822]: cluster 2024-01-21T11:34:21.338304+0000 mgr.smithi046.egcsjs (mgr.14182) 689 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:22.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:22 smithi046 bash[16032]: audit 2024-01-21T11:34:21.180707+0000 mgr.smithi046.egcsjs (mgr.14182) 688 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:22.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:22 smithi046 bash[16032]: cluster 2024-01-21T11:34:21.338304+0000 mgr.smithi046.egcsjs (mgr.14182) 689 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:22.807 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:34:24.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:24 smithi046 bash[16032]: cluster 2024-01-21T11:34:23.339699+0000 mgr.smithi046.egcsjs (mgr.14182) 690 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:24.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:24 smithi079 bash[19822]: cluster 2024-01-21T11:34:23.339699+0000 mgr.smithi046.egcsjs (mgr.14182) 690 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:26.031 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:34:26.031 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:55.043033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\nDeploy daemon haproxy.nfs.foo.smithi079.rfivdi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.314200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.unxzai on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\nDeploy daemon haproxy.nfs.foo.smithi046.unxzai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.316447Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.crvpno on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:34:26.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:34:26.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:26 smithi079 bash[19822]: cluster 2024-01-21T11:34:25.341550+0000 mgr.smithi046.egcsjs (mgr.14182) 691 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:34:26.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:26 smithi046 bash[16032]: cluster 2024-01-21T11:34:25.341550+0000 mgr.smithi046.egcsjs (mgr.14182) 691 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:34:27.633 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:34:27.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:27 smithi079 bash[19822]: audit 2024-01-21T11:34:26.009448+0000 mgr.smithi046.egcsjs (mgr.14182) 692 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:27.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:27 smithi046 bash[16032]: audit 2024-01-21T11:34:26.009448+0000 mgr.smithi046.egcsjs (mgr.14182) 692 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:28.678 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:28 smithi046 bash[16032]: cluster 2024-01-21T11:34:27.343197+0000 mgr.smithi046.egcsjs (mgr.14182) 693 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:28.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:28 smithi079 bash[19822]: cluster 2024-01-21T11:34:27.343197+0000 mgr.smithi046.egcsjs (mgr.14182) 693 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:30.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:30 smithi046 bash[16032]: cluster 2024-01-21T11:34:29.344857+0000 mgr.smithi046.egcsjs (mgr.14182) 694 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:30.670 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:34:30.670 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:55.043033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\nDeploy daemon haproxy.nfs.foo.smithi079.rfivdi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.314200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.unxzai on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\nDeploy daemon haproxy.nfs.foo.smithi046.unxzai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.316447Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.crvpno on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:34:30.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:30 smithi079 bash[19822]: cluster 2024-01-21T11:34:29.344857+0000 mgr.smithi046.egcsjs (mgr.14182) 694 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:31.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:34:32.289 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:34:32.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:32 smithi079 bash[19822]: audit 2024-01-21T11:34:30.659387+0000 mgr.smithi046.egcsjs (mgr.14182) 695 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:32.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:32 smithi079 bash[19822]: cluster 2024-01-21T11:34:31.346882+0000 mgr.smithi046.egcsjs (mgr.14182) 696 : 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-01-21T11:34:32.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:32 smithi046 bash[16032]: audit 2024-01-21T11:34:30.659387+0000 mgr.smithi046.egcsjs (mgr.14182) 695 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:32.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:32 smithi046 bash[16032]: cluster 2024-01-21T11:34:31.346882+0000 mgr.smithi046.egcsjs (mgr.14182) 696 : 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-01-21T11:34:34.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:34 smithi079 bash[19822]: cluster 2024-01-21T11:34:33.348168+0000 mgr.smithi046.egcsjs (mgr.14182) 697 : 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-01-21T11:34:34.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:34 smithi046 bash[16032]: cluster 2024-01-21T11:34:33.348168+0000 mgr.smithi046.egcsjs (mgr.14182) 697 : 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-01-21T11:34:35.501 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:34:35.502 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:55.043033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\nDeploy daemon haproxy.nfs.foo.smithi079.rfivdi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.314200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.unxzai on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\nDeploy daemon haproxy.nfs.foo.smithi046.unxzai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.316447Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.crvpno on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:34:36.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:34:36.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:36 smithi079 bash[19822]: cluster 2024-01-21T11:34:35.349928+0000 mgr.smithi046.egcsjs (mgr.14182) 698 : cluster [DBG] pgmap v492: 225 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-01-21T11:34:36.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:36 smithi079 bash[19822]: audit 2024-01-21T11:34:35.488583+0000 mgr.smithi046.egcsjs (mgr.14182) 699 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:36.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:36 smithi046 bash[16032]: cluster 2024-01-21T11:34:35.349928+0000 mgr.smithi046.egcsjs (mgr.14182) 698 : cluster [DBG] pgmap v492: 225 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-01-21T11:34:36.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:36 smithi046 bash[16032]: audit 2024-01-21T11:34:35.488583+0000 mgr.smithi046.egcsjs (mgr.14182) 699 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:37.107 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:34:38.514 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:38 smithi046 bash[16032]: cluster 2024-01-21T11:34:37.351530+0000 mgr.smithi046.egcsjs (mgr.14182) 700 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:38.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:38 smithi079 bash[19822]: cluster 2024-01-21T11:34:37.351530+0000 mgr.smithi046.egcsjs (mgr.14182) 700 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:40.256 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:34:40.256 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:55.043033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\nDeploy daemon haproxy.nfs.foo.smithi079.rfivdi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.314200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.unxzai on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\nDeploy daemon haproxy.nfs.foo.smithi046.unxzai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.316447Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.crvpno on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:34:40.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:40 smithi046 bash[16032]: cluster 2024-01-21T11:34:39.353045+0000 mgr.smithi046.egcsjs (mgr.14182) 701 : 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-01-21T11:34:40.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:40 smithi079 bash[19822]: cluster 2024-01-21T11:34:39.353045+0000 mgr.smithi046.egcsjs (mgr.14182) 701 : 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-01-21T11:34:40.856 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:34:41.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:41 smithi079 bash[19822]: audit 2024-01-21T11:34:40.239439+0000 mgr.smithi046.egcsjs (mgr.14182) 702 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:41.857 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:34:41.868 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:41 smithi046 bash[16032]: audit 2024-01-21T11:34:40.239439+0000 mgr.smithi046.egcsjs (mgr.14182) 702 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:42.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:42 smithi079 bash[19822]: cluster 2024-01-21T11:34:41.355011+0000 mgr.smithi046.egcsjs (mgr.14182) 703 : 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-01-21T11:34:42.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:42 smithi046 bash[16032]: cluster 2024-01-21T11:34:41.355011+0000 mgr.smithi046.egcsjs (mgr.14182) 703 : 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-01-21T11:34:44.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:44 smithi079 bash[19822]: cluster 2024-01-21T11:34:43.356333+0000 mgr.smithi046.egcsjs (mgr.14182) 704 : 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-01-21T11:34:44.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:44 smithi046 bash[16032]: cluster 2024-01-21T11:34:43.356333+0000 mgr.smithi046.egcsjs (mgr.14182) 704 : 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-01-21T11:34:44.904 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:34:44.904 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:55.043033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\nDeploy daemon haproxy.nfs.foo.smithi079.rfivdi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.314200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.unxzai on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\nDeploy daemon haproxy.nfs.foo.smithi046.unxzai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.316447Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.crvpno on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:34:45.509 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:34:46.510 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:34:46.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:46 smithi079 bash[19822]: audit 2024-01-21T11:34:44.893411+0000 mgr.smithi046.egcsjs (mgr.14182) 705 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:46.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:46 smithi079 bash[19822]: cluster 2024-01-21T11:34:45.357355+0000 mgr.smithi046.egcsjs (mgr.14182) 706 : cluster [DBG] pgmap v497: 225 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-01-21T11:34:46.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:46 smithi046 bash[16032]: audit 2024-01-21T11:34:44.893411+0000 mgr.smithi046.egcsjs (mgr.14182) 705 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:46.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:46 smithi046 bash[16032]: cluster 2024-01-21T11:34:45.357355+0000 mgr.smithi046.egcsjs (mgr.14182) 706 : cluster [DBG] pgmap v497: 225 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-01-21T11:34:48.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:48 smithi079 bash[19822]: cluster 2024-01-21T11:34:47.358902+0000 mgr.smithi046.egcsjs (mgr.14182) 707 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:48.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:48 smithi046 bash[16032]: cluster 2024-01-21T11:34:47.358902+0000 mgr.smithi046.egcsjs (mgr.14182) 707 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:49.712 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:34:49.712 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:55.043033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\nDeploy daemon haproxy.nfs.foo.smithi079.rfivdi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.314200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.unxzai on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\nDeploy daemon haproxy.nfs.foo.smithi046.unxzai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.316447Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.crvpno on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:34:50.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:34:50.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:50 smithi046 bash[16032]: cluster 2024-01-21T11:34:49.360814+0000 mgr.smithi046.egcsjs (mgr.14182) 708 : 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-01-21T11:34:50.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:50 smithi079 bash[19822]: cluster 2024-01-21T11:34:49.360814+0000 mgr.smithi046.egcsjs (mgr.14182) 708 : 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-01-21T11:34:51.299 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:34:51.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:51 smithi046 bash[16032]: audit 2024-01-21T11:34:49.700960+0000 mgr.smithi046.egcsjs (mgr.14182) 709 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:51.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:51 smithi079 bash[19822]: audit 2024-01-21T11:34:49.700960+0000 mgr.smithi046.egcsjs (mgr.14182) 709 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:52.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:52 smithi079 bash[19822]: cluster 2024-01-21T11:34:51.362860+0000 mgr.smithi046.egcsjs (mgr.14182) 710 : 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-01-21T11:34:52.759 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:52 smithi046 bash[16032]: cluster 2024-01-21T11:34:51.362860+0000 mgr.smithi046.egcsjs (mgr.14182) 710 : 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-01-21T11:34:54.555 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:34:54.555 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:55.043033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\nDeploy daemon haproxy.nfs.foo.smithi079.rfivdi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.314200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.unxzai on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\nDeploy daemon haproxy.nfs.foo.smithi046.unxzai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.316447Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.crvpno on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:34:54.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:54 smithi079 bash[19822]: cluster 2024-01-21T11:34:53.364171+0000 mgr.smithi046.egcsjs (mgr.14182) 711 : 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-01-21T11:34:54.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:54 smithi046 bash[16032]: cluster 2024-01-21T11:34:53.364171+0000 mgr.smithi046.egcsjs (mgr.14182) 711 : 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-01-21T11:34:55.159 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:34:55.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:55 smithi079 bash[19822]: audit 2024-01-21T11:34:54.539322+0000 mgr.smithi046.egcsjs (mgr.14182) 712 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:55.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:55 smithi046 bash[16032]: audit 2024-01-21T11:34:54.539322+0000 mgr.smithi046.egcsjs (mgr.14182) 712 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:34:56.160 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:34:56.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:56 smithi046 bash[16032]: cluster 2024-01-21T11:34:55.366066+0000 mgr.smithi046.egcsjs (mgr.14182) 713 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:34:56.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:56 smithi079 bash[19822]: cluster 2024-01-21T11:34:55.366066+0000 mgr.smithi046.egcsjs (mgr.14182) 713 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:34:58.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:58 smithi046 bash[16032]: cluster 2024-01-21T11:34:57.366972+0000 mgr.smithi046.egcsjs (mgr.14182) 714 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:58.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:58 smithi079 bash[19822]: cluster 2024-01-21T11:34:57.366972+0000 mgr.smithi046.egcsjs (mgr.14182) 714 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:34:59.378 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:34:59.378 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:32:50.908859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.krcxxa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:55.043033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\nDeploy daemon haproxy.nfs.foo.smithi079.rfivdi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.314200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.unxzai on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\nDeploy daemon haproxy.nfs.foo.smithi046.unxzai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.316447Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.crvpno on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:34:59.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:34:59 smithi046 bash[16032]: audit 2024-01-21T11:34:59.322177+0000 mon.smithi046 (mon.0) 840 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:34:59.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:34:59.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:34:59 smithi079 bash[19822]: audit 2024-01-21T11:34:59.322177+0000 mon.smithi046 (mon.0) 840 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:35:00.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:00 smithi046 bash[16032]: audit 2024-01-21T11:34:59.363843+0000 mgr.smithi046.egcsjs (mgr.14182) 715 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:00.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:00 smithi046 bash[16032]: cluster 2024-01-21T11:34:59.368457+0000 mgr.smithi046.egcsjs (mgr.14182) 716 : 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-01-21T11:35:00.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:00 smithi046 bash[16032]: audit 2024-01-21T11:34:59.636508+0000 mon.smithi046 (mon.0) 841 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:00.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:00 smithi046 bash[16032]: audit 2024-01-21T11:34:59.637822+0000 mon.smithi046 (mon.0) 842 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:35:00.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:00 smithi046 bash[16032]: audit 2024-01-21T11:34:59.646303+0000 mon.smithi046 (mon.0) 843 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:35:00.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:00 smithi046 bash[16032]: audit 2024-01-21T11:34:59.655711+0000 mon.smithi046 (mon.0) 844 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:35:00.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:00 smithi046 bash[16032]: audit 2024-01-21T11:34:59.672362+0000 mon.smithi046 (mon.0) 845 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:35:00.970 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:00 smithi079 bash[19822]: audit 2024-01-21T11:34:59.363843+0000 mgr.smithi046.egcsjs (mgr.14182) 715 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:00 smithi079 bash[19822]: cluster 2024-01-21T11:34:59.368457+0000 mgr.smithi046.egcsjs (mgr.14182) 716 : 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-01-21T11:35:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:00 smithi079 bash[19822]: audit 2024-01-21T11:34:59.636508+0000 mon.smithi046 (mon.0) 841 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:35:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:00 smithi079 bash[19822]: audit 2024-01-21T11:34:59.637822+0000 mon.smithi046 (mon.0) 842 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:35:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:00 smithi079 bash[19822]: audit 2024-01-21T11:34:59.646303+0000 mon.smithi046 (mon.0) 843 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:35:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:00 smithi079 bash[19822]: audit 2024-01-21T11:34:59.655711+0000 mon.smithi046 (mon.0) 844 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:35:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:00 smithi079 bash[19822]: audit 2024-01-21T11:34:59.672362+0000 mon.smithi046 (mon.0) 845 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:35:01.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:01 smithi046 bash[16032]: cluster 2024-01-21T11:34:59.647347+0000 mgr.smithi046.egcsjs (mgr.14182) 717 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:35:01.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:01 smithi046 bash[16032]: cephadm 2024-01-21T11:34:59.676694+0000 mgr.smithi046.egcsjs (mgr.14182) 718 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.lbljne on smithi079 2024-01-21T11:35:01.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:01 smithi046 bash[16032]: cluster 2024-01-21T11:35:00.642271+0000 mon.smithi046 (mon.0) 846 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:35:01.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:01 smithi046 bash[16032]: cluster 2024-01-21T11:35:00.642341+0000 mon.smithi046 (mon.0) 847 : cluster [INF] Cluster is now healthy 2024-01-21T11:35:01.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:01 smithi079 bash[19822]: cluster 2024-01-21T11:34:59.647347+0000 mgr.smithi046.egcsjs (mgr.14182) 717 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:35:01.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:01 smithi079 bash[19822]: cephadm 2024-01-21T11:34:59.676694+0000 mgr.smithi046.egcsjs (mgr.14182) 718 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.lbljne on smithi079 2024-01-21T11:35:01.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:01 smithi079 bash[19822]: cluster 2024-01-21T11:35:00.642271+0000 mon.smithi046 (mon.0) 846 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:35:01.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:01 smithi079 bash[19822]: cluster 2024-01-21T11:35:00.642341+0000 mon.smithi046 (mon.0) 847 : cluster [INF] Cluster is now healthy 2024-01-21T11:35:03.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:03 smithi079 bash[19822]: cluster 2024-01-21T11:35:01.649075+0000 mgr.smithi046.egcsjs (mgr.14182) 719 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:35:03.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:03 smithi079 bash[19822]: audit 2024-01-21T11:35:03.396678+0000 mon.smithi046 (mon.0) 848 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.lbljne"}]: dispatch 2024-01-21T11:35:03.783 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:03 smithi046 bash[16032]: cluster 2024-01-21T11:35:01.649075+0000 mgr.smithi046.egcsjs (mgr.14182) 719 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:35:03.783 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:03 smithi046 bash[16032]: audit 2024-01-21T11:35:03.396678+0000 mon.smithi046 (mon.0) 848 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.lbljne"}]: dispatch 2024-01-21T11:35:04.224 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:35:04.224 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:33:55.043033Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.rfivdi on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-rfivdi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.rfivdi\nDeploy daemon haproxy.nfs.foo.smithi079.rfivdi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.314200Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.unxzai on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-unxzai\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.unxzai\nDeploy daemon haproxy.nfs.foo.smithi046.unxzai ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:33:59.316447Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.crvpno on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:03.398247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\nDeploy daemon haproxy.nfs.foo.smithi079.lbljne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -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.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:35:04.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: cephadm 2024-01-21T11:35:03.395524+0000 mgr.smithi046.egcsjs (mgr.14182) 720 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne 2024-01-21T11:35:04.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:35:04.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne 2024-01-21T11:35:04.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne 2024-01-21T11:35:04.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:35:04.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne 2024-01-21T11:35:04.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.lbljne ... 2024-01-21T11:35:04.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:04.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:04.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:04.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:04.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:04.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:35:04.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:35:04.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:35:04.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:35:04.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:35:04.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne 2024-01-21T11:35:04.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:35:04.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne 2024-01-21T11:35:04.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne 2024-01-21T11:35:04.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:35:04.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne 2024-01-21T11:35:04.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.lbljne ... 2024-01-21T11:35:04.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:04.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:04.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:04.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:04.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:04.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: cephadm 2024-01-21T11:35:03.396049+0000 mgr.smithi046.egcsjs (mgr.14182) 721 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.lbljne 2024-01-21T11:35:04.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: cephadm 2024-01-21T11:35:03.398518+0000 mgr.smithi046.egcsjs (mgr.14182) 722 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne 2024-01-21T11:35:04.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:35:04.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne 2024-01-21T11:35:04.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne 2024-01-21T11:35:04.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:35:04.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne 2024-01-21T11:35:04.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.lbljne ... 2024-01-21T11:35:04.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:04.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:04.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:04.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:04.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:04.638 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:04 smithi046 bash[16032]: cephadm 2024-01-21T11:35:03.403581+0000 mgr.smithi046.egcsjs (mgr.14182) 723 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.bmncqd on smithi046 2024-01-21T11:35:04.840 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:35:04.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: cephadm 2024-01-21T11:35:03.395524+0000 mgr.smithi046.egcsjs (mgr.14182) 720 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne 2024-01-21T11:35:04.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:35:04.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne 2024-01-21T11:35:04.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne 2024-01-21T11:35:04.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:35:04.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne 2024-01-21T11:35:04.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.lbljne ... 2024-01-21T11:35:04.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:04.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:04.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:04.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:04.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:04.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:35:04.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:35:04.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:35:04.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:35:04.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:35:04.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne 2024-01-21T11:35:04.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:35:04.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne 2024-01-21T11:35:04.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne 2024-01-21T11:35:04.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:35:04.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne 2024-01-21T11:35:04.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.lbljne ... 2024-01-21T11:35:04.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:04.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:04.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:04.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:04.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:04.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: cephadm 2024-01-21T11:35:03.396049+0000 mgr.smithi046.egcsjs (mgr.14182) 721 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.lbljne 2024-01-21T11:35:04.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: cephadm 2024-01-21T11:35:03.398518+0000 mgr.smithi046.egcsjs (mgr.14182) 722 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne 2024-01-21T11:35:04.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:35:04.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne 2024-01-21T11:35:04.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne 2024-01-21T11:35:04.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:35:04.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne 2024-01-21T11:35:04.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.lbljne ... 2024-01-21T11:35:04.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:04.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:04.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:04.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:04.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:04.992 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:04 smithi079 bash[19822]: cephadm 2024-01-21T11:35:03.403581+0000 mgr.smithi046.egcsjs (mgr.14182) 723 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.bmncqd on smithi046 2024-01-21T11:35:05.840 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:05.853 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:05 smithi046 bash[16032]: cluster 2024-01-21T11:35:03.649949+0000 mgr.smithi046.egcsjs (mgr.14182) 724 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:35:05.853 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:05 smithi046 bash[16032]: audit 2024-01-21T11:35:04.207930+0000 mgr.smithi046.egcsjs (mgr.14182) 725 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:05.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:05 smithi079 bash[19822]: cluster 2024-01-21T11:35:03.649949+0000 mgr.smithi046.egcsjs (mgr.14182) 724 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:35:05.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:05 smithi079 bash[19822]: audit 2024-01-21T11:35:04.207930+0000 mgr.smithi046.egcsjs (mgr.14182) 725 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:07.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:07 smithi046 bash[16032]: cluster 2024-01-21T11:35:05.651552+0000 mgr.smithi046.egcsjs (mgr.14182) 726 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:35:07.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:07 smithi046 bash[16032]: audit 2024-01-21T11:35:07.420975+0000 mon.smithi046 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.bmncqd"}]: dispatch 2024-01-21T11:35:07.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:07 smithi079 bash[19822]: cluster 2024-01-21T11:35:05.651552+0000 mgr.smithi046.egcsjs (mgr.14182) 726 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:35:07.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:07 smithi079 bash[19822]: audit 2024-01-21T11:35:07.420975+0000 mon.smithi046 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.bmncqd"}]: dispatch 2024-01-21T11:35:08.841 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: cephadm 2024-01-21T11:35:07.420303+0000 mgr.smithi046.egcsjs (mgr.14182) 727 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd 2024-01-21T11:35:08.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:35:08.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd 2024-01-21T11:35:08.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd 2024-01-21T11:35:08.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:35:08.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd 2024-01-21T11:35:08.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.bmncqd ... 2024-01-21T11:35:08.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:08.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:08.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:08.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:08.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:08.842 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:35:08.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:35:08.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:35:08.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:35:08.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:35:08.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd 2024-01-21T11:35:08.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:35:08.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd 2024-01-21T11:35:08.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd 2024-01-21T11:35:08.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:35:08.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd 2024-01-21T11:35:08.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.bmncqd ... 2024-01-21T11:35:08.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:08.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:08.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:08.843 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:08.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:08.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: cephadm 2024-01-21T11:35:07.420535+0000 mgr.smithi046.egcsjs (mgr.14182) 728 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.bmncqd 2024-01-21T11:35:08.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: cephadm 2024-01-21T11:35:07.421876+0000 mgr.smithi046.egcsjs (mgr.14182) 729 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd 2024-01-21T11:35:08.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:35:08.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd 2024-01-21T11:35:08.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd 2024-01-21T11:35:08.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:35:08.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd 2024-01-21T11:35:08.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.bmncqd ... 2024-01-21T11:35:08.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:08.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:08.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:08.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:08.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:08.845 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: cephadm 2024-01-21T11:35:07.423780+0000 mgr.smithi046.egcsjs (mgr.14182) 730 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:35:08.845 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: cephadm 2024-01-21T11:35:07.425322+0000 mgr.smithi046.egcsjs (mgr.14182) 731 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:35:08.845 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: cluster 2024-01-21T11:35:07.426291+0000 mgr.smithi046.egcsjs (mgr.14182) 732 : cluster [DBG] pgmap v509: 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-01-21T11:35:08.845 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:08 smithi046 bash[16032]: cluster 2024-01-21T11:35:07.524288+0000 mon.smithi046 (mon.0) 850 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:35:08.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: cephadm 2024-01-21T11:35:07.420303+0000 mgr.smithi046.egcsjs (mgr.14182) 727 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd 2024-01-21T11:35:08.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:35:08.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd 2024-01-21T11:35:08.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd 2024-01-21T11:35:08.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:35:08.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd 2024-01-21T11:35:08.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.bmncqd ... 2024-01-21T11:35:08.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:08.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:08.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:08.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:08.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:08.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:35:08.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:35:08.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:35:08.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:35:08.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:35:08.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd 2024-01-21T11:35:08.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:35:08.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd 2024-01-21T11:35:08.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd 2024-01-21T11:35:08.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:35:08.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd 2024-01-21T11:35:08.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.bmncqd ... 2024-01-21T11:35:08.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:08.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:08.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:08.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:08.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:08.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: cephadm 2024-01-21T11:35:07.420535+0000 mgr.smithi046.egcsjs (mgr.14182) 728 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.bmncqd 2024-01-21T11:35:08.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: cephadm 2024-01-21T11:35:07.421876+0000 mgr.smithi046.egcsjs (mgr.14182) 729 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd 2024-01-21T11:35:08.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:35:08.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd 2024-01-21T11:35:08.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd 2024-01-21T11:35:08.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:35:08.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd 2024-01-21T11:35:08.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.bmncqd ... 2024-01-21T11:35:08.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:08.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:35:08.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:35:08.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:35:08.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:35:08.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: cephadm 2024-01-21T11:35:07.423780+0000 mgr.smithi046.egcsjs (mgr.14182) 730 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:35:08.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: cephadm 2024-01-21T11:35:07.425322+0000 mgr.smithi046.egcsjs (mgr.14182) 731 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:35:08.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: cluster 2024-01-21T11:35:07.426291+0000 mgr.smithi046.egcsjs (mgr.14182) 732 : cluster [DBG] pgmap v509: 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-01-21T11:35:08.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:08 smithi079 bash[19822]: cluster 2024-01-21T11:35:07.524288+0000 mon.smithi046 (mon.0) 850 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:35:09.288 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:35:09.288 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:03.398247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\nDeploy daemon haproxy.nfs.foo.smithi079.lbljne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.421752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\nDeploy daemon haproxy.nfs.foo.smithi046.bmncqd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.423667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:35:09.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:35:10.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:10 smithi046 bash[16032]: audit 2024-01-21T11:35:09.269910+0000 mgr.smithi046.egcsjs (mgr.14182) 733 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:10.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:10 smithi046 bash[16032]: cluster 2024-01-21T11:35:09.427824+0000 mgr.smithi046.egcsjs (mgr.14182) 734 : cluster [DBG] pgmap v510: 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-01-21T11:35:10.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:10 smithi046 bash[16032]: audit 2024-01-21T11:35:10.027553+0000 mon.smithi046 (mon.0) 851 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:35:10.899 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:10.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:10 smithi079 bash[19822]: audit 2024-01-21T11:35:09.269910+0000 mgr.smithi046.egcsjs (mgr.14182) 733 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:10.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:10 smithi079 bash[19822]: cluster 2024-01-21T11:35:09.427824+0000 mgr.smithi046.egcsjs (mgr.14182) 734 : cluster [DBG] pgmap v510: 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-01-21T11:35:10.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:10 smithi079 bash[19822]: audit 2024-01-21T11:35:10.027553+0000 mon.smithi046 (mon.0) 851 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:35:12.369 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:12 smithi046 bash[16032]: cluster 2024-01-21T11:35:11.429818+0000 mgr.smithi046.egcsjs (mgr.14182) 735 : cluster [DBG] pgmap v511: 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-01-21T11:35:12.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:12 smithi079 bash[19822]: cluster 2024-01-21T11:35:11.429818+0000 mgr.smithi046.egcsjs (mgr.14182) 735 : cluster [DBG] pgmap v511: 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-01-21T11:35:14.112 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:35:14.112 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:03.398247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\nDeploy daemon haproxy.nfs.foo.smithi079.lbljne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.421752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\nDeploy daemon haproxy.nfs.foo.smithi046.bmncqd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.423667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:35:14.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:35:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:14 smithi046 bash[16032]: cluster 2024-01-21T11:35:13.431238+0000 mgr.smithi046.egcsjs (mgr.14182) 736 : cluster [DBG] pgmap v512: 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-01-21T11:35:14.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:14 smithi079 bash[19822]: cluster 2024-01-21T11:35:13.431238+0000 mgr.smithi046.egcsjs (mgr.14182) 736 : cluster [DBG] pgmap v512: 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-01-21T11:35:15.714 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:15.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:15 smithi046 bash[16032]: audit 2024-01-21T11:35:14.101243+0000 mgr.smithi046.egcsjs (mgr.14182) 737 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:15.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:15 smithi079 bash[19822]: audit 2024-01-21T11:35:14.101243+0000 mgr.smithi046.egcsjs (mgr.14182) 737 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:16.837 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:16 smithi046 bash[16032]: cluster 2024-01-21T11:35:15.433094+0000 mgr.smithi046.egcsjs (mgr.14182) 738 : cluster [DBG] pgmap v513: 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-01-21T11:35:16.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:16 smithi079 bash[19822]: cluster 2024-01-21T11:35:15.433094+0000 mgr.smithi046.egcsjs (mgr.14182) 738 : cluster [DBG] pgmap v513: 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-01-21T11:35:18.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:18 smithi046 bash[16032]: cluster 2024-01-21T11:35:17.434723+0000 mgr.smithi046.egcsjs (mgr.14182) 739 : cluster [DBG] pgmap v514: 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-01-21T11:35:18.743 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:35:18.743 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:03.398247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\nDeploy daemon haproxy.nfs.foo.smithi079.lbljne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.421752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\nDeploy daemon haproxy.nfs.foo.smithi046.bmncqd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.423667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:35:18.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:18 smithi079 bash[19822]: cluster 2024-01-21T11:35:17.434723+0000 mgr.smithi046.egcsjs (mgr.14182) 739 : cluster [DBG] pgmap v514: 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-01-21T11:35:19.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:35:20.366 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:20.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:20 smithi046 bash[16032]: audit 2024-01-21T11:35:18.726827+0000 mgr.smithi046.egcsjs (mgr.14182) 740 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:20.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:20 smithi046 bash[16032]: cluster 2024-01-21T11:35:19.436419+0000 mgr.smithi046.egcsjs (mgr.14182) 741 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:20.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:20 smithi079 bash[19822]: audit 2024-01-21T11:35:18.726827+0000 mgr.smithi046.egcsjs (mgr.14182) 740 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:20.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:20 smithi079 bash[19822]: cluster 2024-01-21T11:35:19.436419+0000 mgr.smithi046.egcsjs (mgr.14182) 741 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:22.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:22 smithi046 bash[16032]: cluster 2024-01-21T11:35:21.438499+0000 mgr.smithi046.egcsjs (mgr.14182) 742 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:22.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:22 smithi079 bash[19822]: cluster 2024-01-21T11:35:21.438499+0000 mgr.smithi046.egcsjs (mgr.14182) 742 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:23.707 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:35:23.707 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:03.398247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\nDeploy daemon haproxy.nfs.foo.smithi079.lbljne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.421752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\nDeploy daemon haproxy.nfs.foo.smithi046.bmncqd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.423667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:35:24.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:35:24.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:24 smithi046 bash[16032]: cluster 2024-01-21T11:35:23.439868+0000 mgr.smithi046.egcsjs (mgr.14182) 743 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:24.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:24 smithi079 bash[19822]: cluster 2024-01-21T11:35:23.439868+0000 mgr.smithi046.egcsjs (mgr.14182) 743 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:25.262 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:25.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:25 smithi046 bash[16032]: audit 2024-01-21T11:35:23.692730+0000 mgr.smithi046.egcsjs (mgr.14182) 744 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:25.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:25 smithi079 bash[19822]: audit 2024-01-21T11:35:23.692730+0000 mgr.smithi046.egcsjs (mgr.14182) 744 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:26.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:26 smithi046 bash[16032]: cluster 2024-01-21T11:35:25.441739+0000 mgr.smithi046.egcsjs (mgr.14182) 745 : cluster [DBG] pgmap v518: 225 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-01-21T11:35:26.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:26 smithi079 bash[19822]: cluster 2024-01-21T11:35:25.441739+0000 mgr.smithi046.egcsjs (mgr.14182) 745 : cluster [DBG] pgmap v518: 225 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-01-21T11:35:28.333 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:35:28.333 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:03.398247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\nDeploy daemon haproxy.nfs.foo.smithi079.lbljne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.421752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\nDeploy daemon haproxy.nfs.foo.smithi046.bmncqd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.423667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:35:28.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:28 smithi046 bash[16032]: cluster 2024-01-21T11:35:27.443428+0000 mgr.smithi046.egcsjs (mgr.14182) 746 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:28.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:35:28.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:28 smithi079 bash[19822]: cluster 2024-01-21T11:35:27.443428+0000 mgr.smithi046.egcsjs (mgr.14182) 746 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:29.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:29 smithi046 bash[16032]: audit 2024-01-21T11:35:28.322497+0000 mgr.smithi046.egcsjs (mgr.14182) 747 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:29.909 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:29 smithi079 bash[19822]: audit 2024-01-21T11:35:28.322497+0000 mgr.smithi046.egcsjs (mgr.14182) 747 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:30.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:30 smithi046 bash[16032]: cluster 2024-01-21T11:35:29.445101+0000 mgr.smithi046.egcsjs (mgr.14182) 748 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:30.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:30 smithi079 bash[19822]: cluster 2024-01-21T11:35:29.445101+0000 mgr.smithi046.egcsjs (mgr.14182) 748 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:32.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:32 smithi046 bash[16032]: cluster 2024-01-21T11:35:31.447146+0000 mgr.smithi046.egcsjs (mgr.14182) 749 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:32.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:32 smithi079 bash[19822]: cluster 2024-01-21T11:35:31.447146+0000 mgr.smithi046.egcsjs (mgr.14182) 749 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:33.083 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:35:33.083 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:03.398247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\nDeploy daemon haproxy.nfs.foo.smithi079.lbljne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.421752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\nDeploy daemon haproxy.nfs.foo.smithi046.bmncqd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.423667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:35:33.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:35:34.655 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:34.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:34 smithi046 bash[16032]: audit 2024-01-21T11:35:33.066966+0000 mgr.smithi046.egcsjs (mgr.14182) 750 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:34.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:34 smithi046 bash[16032]: cluster 2024-01-21T11:35:33.448612+0000 mgr.smithi046.egcsjs (mgr.14182) 751 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:34.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:34 smithi079 bash[19822]: audit 2024-01-21T11:35:33.066966+0000 mgr.smithi046.egcsjs (mgr.14182) 750 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:34.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:34 smithi079 bash[19822]: cluster 2024-01-21T11:35:33.448612+0000 mgr.smithi046.egcsjs (mgr.14182) 751 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:36.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:36 smithi046 bash[16032]: cluster 2024-01-21T11:35:35.450512+0000 mgr.smithi046.egcsjs (mgr.14182) 752 : cluster [DBG] pgmap v523: 225 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-01-21T11:35:36.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:36 smithi079 bash[19822]: cluster 2024-01-21T11:35:35.450512+0000 mgr.smithi046.egcsjs (mgr.14182) 752 : cluster [DBG] pgmap v523: 225 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-01-21T11:35:37.674 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:35:37.674 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:03.398247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\nDeploy daemon haproxy.nfs.foo.smithi079.lbljne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.421752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\nDeploy daemon haproxy.nfs.foo.smithi046.bmncqd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.423667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:35:38.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:35:38.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:38 smithi046 bash[16032]: cluster 2024-01-21T11:35:37.451616+0000 mgr.smithi046.egcsjs (mgr.14182) 753 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:38.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:38 smithi079 bash[19822]: cluster 2024-01-21T11:35:37.451616+0000 mgr.smithi046.egcsjs (mgr.14182) 753 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:39.338 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:39.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:39 smithi046 bash[16032]: audit 2024-01-21T11:35:37.661556+0000 mgr.smithi046.egcsjs (mgr.14182) 754 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:39.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:39 smithi079 bash[19822]: audit 2024-01-21T11:35:37.661556+0000 mgr.smithi046.egcsjs (mgr.14182) 754 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:40.616 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:40 smithi046 bash[16032]: cluster 2024-01-21T11:35:39.453209+0000 mgr.smithi046.egcsjs (mgr.14182) 755 : 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-01-21T11:35:40.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:40 smithi079 bash[19822]: cluster 2024-01-21T11:35:39.453209+0000 mgr.smithi046.egcsjs (mgr.14182) 755 : 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-01-21T11:35:42.265 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:35:42.265 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:03.398247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\nDeploy daemon haproxy.nfs.foo.smithi079.lbljne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.421752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\nDeploy daemon haproxy.nfs.foo.smithi046.bmncqd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.423667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:35:42.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:42 smithi046 bash[16032]: cluster 2024-01-21T11:35:41.455176+0000 mgr.smithi046.egcsjs (mgr.14182) 756 : 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-01-21T11:35:42.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:42 smithi079 bash[19822]: cluster 2024-01-21T11:35:41.455176+0000 mgr.smithi046.egcsjs (mgr.14182) 756 : 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-01-21T11:35:42.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:35:43.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:43 smithi046 bash[16032]: audit 2024-01-21T11:35:42.249704+0000 mgr.smithi046.egcsjs (mgr.14182) 757 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:43.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:43 smithi079 bash[19822]: audit 2024-01-21T11:35:42.249704+0000 mgr.smithi046.egcsjs (mgr.14182) 757 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:43.847 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:44.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:44 smithi046 bash[16032]: cluster 2024-01-21T11:35:43.456615+0000 mgr.smithi046.egcsjs (mgr.14182) 758 : 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-01-21T11:35:44.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:44 smithi079 bash[19822]: cluster 2024-01-21T11:35:43.456615+0000 mgr.smithi046.egcsjs (mgr.14182) 758 : 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-01-21T11:35:46.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:46 smithi046 bash[16032]: cluster 2024-01-21T11:35:45.458541+0000 mgr.smithi046.egcsjs (mgr.14182) 759 : cluster [DBG] pgmap v528: 225 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-01-21T11:35:46.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:46 smithi079 bash[19822]: cluster 2024-01-21T11:35:45.458541+0000 mgr.smithi046.egcsjs (mgr.14182) 759 : cluster [DBG] pgmap v528: 225 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-01-21T11:35:46.964 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:35:46.964 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:03.398247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\nDeploy daemon haproxy.nfs.foo.smithi079.lbljne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.421752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\nDeploy daemon haproxy.nfs.foo.smithi046.bmncqd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.423667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:35:47.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:35:48.576 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:48 smithi046 bash[16032]: audit 2024-01-21T11:35:46.945673+0000 mgr.smithi046.egcsjs (mgr.14182) 760 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:48.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:48 smithi046 bash[16032]: cluster 2024-01-21T11:35:47.460232+0000 mgr.smithi046.egcsjs (mgr.14182) 761 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:48.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:48 smithi079 bash[19822]: audit 2024-01-21T11:35:46.945673+0000 mgr.smithi046.egcsjs (mgr.14182) 760 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:48.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:48 smithi079 bash[19822]: cluster 2024-01-21T11:35:47.460232+0000 mgr.smithi046.egcsjs (mgr.14182) 761 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:50.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:50 smithi046 bash[16032]: cluster 2024-01-21T11:35:49.461865+0000 mgr.smithi046.egcsjs (mgr.14182) 762 : 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-01-21T11:35:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:50 smithi079 bash[19822]: cluster 2024-01-21T11:35:49.461865+0000 mgr.smithi046.egcsjs (mgr.14182) 762 : 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-01-21T11:35:51.781 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:35:51.781 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:03.398247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\nDeploy daemon haproxy.nfs.foo.smithi079.lbljne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.421752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\nDeploy daemon haproxy.nfs.foo.smithi046.bmncqd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.423667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:35:52.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:35:52.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:52 smithi046 bash[16032]: cluster 2024-01-21T11:35:51.463918+0000 mgr.smithi046.egcsjs (mgr.14182) 763 : 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-01-21T11:35:52.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:52 smithi079 bash[19822]: cluster 2024-01-21T11:35:51.463918+0000 mgr.smithi046.egcsjs (mgr.14182) 763 : 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-01-21T11:35:53.360 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:53.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:53 smithi046 bash[16032]: audit 2024-01-21T11:35:51.769939+0000 mgr.smithi046.egcsjs (mgr.14182) 764 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:53.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:53 smithi079 bash[19822]: audit 2024-01-21T11:35:51.769939+0000 mgr.smithi046.egcsjs (mgr.14182) 764 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:54.552 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:54 smithi046 bash[16032]: cluster 2024-01-21T11:35:53.464797+0000 mgr.smithi046.egcsjs (mgr.14182) 765 : 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-01-21T11:35:54.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:54 smithi079 bash[19822]: cluster 2024-01-21T11:35:53.464797+0000 mgr.smithi046.egcsjs (mgr.14182) 765 : 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-01-21T11:35:56.446 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:35:56.447 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:03.398247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\nDeploy daemon haproxy.nfs.foo.smithi079.lbljne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.421752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\nDeploy daemon haproxy.nfs.foo.smithi046.bmncqd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.423667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:35:56.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:56 smithi046 bash[16032]: cluster 2024-01-21T11:35:55.466617+0000 mgr.smithi046.egcsjs (mgr.14182) 766 : cluster [DBG] pgmap v533: 225 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-01-21T11:35:56.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:56 smithi079 bash[19822]: cluster 2024-01-21T11:35:55.466617+0000 mgr.smithi046.egcsjs (mgr.14182) 766 : cluster [DBG] pgmap v533: 225 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-01-21T11:35:57.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:35:57.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:57 smithi046 bash[16032]: audit 2024-01-21T11:35:56.435730+0000 mgr.smithi046.egcsjs (mgr.14182) 767 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:57.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:57 smithi079 bash[19822]: audit 2024-01-21T11:35:56.435730+0000 mgr.smithi046.egcsjs (mgr.14182) 767 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:35:58.010 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:35:58.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:35:58 smithi046 bash[16032]: cluster 2024-01-21T11:35:57.468308+0000 mgr.smithi046.egcsjs (mgr.14182) 768 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:35:58.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:35:58 smithi079 bash[19822]: cluster 2024-01-21T11:35:57.468308+0000 mgr.smithi046.egcsjs (mgr.14182) 768 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:00.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:00 smithi046 bash[16032]: cluster 2024-01-21T11:35:59.469973+0000 mgr.smithi046.egcsjs (mgr.14182) 769 : 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-01-21T11:36:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:00 smithi079 bash[19822]: cluster 2024-01-21T11:35:59.469973+0000 mgr.smithi046.egcsjs (mgr.14182) 769 : 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-01-21T11:36:01.095 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:36:01.096 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:03.398247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\nDeploy daemon haproxy.nfs.foo.smithi079.lbljne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.421752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\nDeploy daemon haproxy.nfs.foo.smithi046.bmncqd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.423667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:36:01.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:02.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:02 smithi046 bash[16032]: audit 2024-01-21T11:36:01.076933+0000 mgr.smithi046.egcsjs (mgr.14182) 770 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:02.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:02 smithi046 bash[16032]: cluster 2024-01-21T11:36:01.472025+0000 mgr.smithi046.egcsjs (mgr.14182) 771 : 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-01-21T11:36:02.722 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:02.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:02 smithi079 bash[19822]: audit 2024-01-21T11:36:01.076933+0000 mgr.smithi046.egcsjs (mgr.14182) 770 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:02.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:02 smithi079 bash[19822]: cluster 2024-01-21T11:36:01.472025+0000 mgr.smithi046.egcsjs (mgr.14182) 771 : 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-01-21T11:36:04.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:04 smithi046 bash[16032]: cluster 2024-01-21T11:36:03.473343+0000 mgr.smithi046.egcsjs (mgr.14182) 772 : 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-01-21T11:36:04.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:04 smithi079 bash[19822]: cluster 2024-01-21T11:36:03.473343+0000 mgr.smithi046.egcsjs (mgr.14182) 772 : 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-01-21T11:36:05.834 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:36:05.834 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:03.398247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\nDeploy daemon haproxy.nfs.foo.smithi079.lbljne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.421752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\nDeploy daemon haproxy.nfs.foo.smithi046.bmncqd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.423667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:36:06.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:06 smithi046 bash[16032]: cluster 2024-01-21T11:36:05.475830+0000 mgr.smithi046.egcsjs (mgr.14182) 773 : cluster [DBG] pgmap v538: 225 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-01-21T11:36:06.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:06 smithi079 bash[19822]: cluster 2024-01-21T11:36:05.475830+0000 mgr.smithi046.egcsjs (mgr.14182) 773 : cluster [DBG] pgmap v538: 225 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-01-21T11:36:07.391 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:07.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:07 smithi046 bash[16032]: audit 2024-01-21T11:36:05.817292+0000 mgr.smithi046.egcsjs (mgr.14182) 774 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:07.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:07 smithi046 bash[16032]: audit 2024-01-21T11:36:07.428856+0000 mon.smithi046 (mon.0) 852 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:36:07.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:07 smithi079 bash[19822]: audit 2024-01-21T11:36:05.817292+0000 mgr.smithi046.egcsjs (mgr.14182) 774 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:07.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:07 smithi079 bash[19822]: audit 2024-01-21T11:36:07.428856+0000 mon.smithi046 (mon.0) 852 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:36:08.737 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:08 smithi046 bash[16032]: cluster 2024-01-21T11:36:07.477534+0000 mgr.smithi046.egcsjs (mgr.14182) 775 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:08.737 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:08 smithi046 bash[16032]: audit 2024-01-21T11:36:07.755683+0000 mon.smithi046 (mon.0) 853 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:36:08.737 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:08 smithi046 bash[16032]: audit 2024-01-21T11:36:07.757089+0000 mon.smithi046 (mon.0) 854 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:36:08.737 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:08 smithi046 bash[16032]: audit 2024-01-21T11:36:07.763382+0000 mon.smithi046 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:36:08.737 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:08 smithi046 bash[16032]: audit 2024-01-21T11:36:07.770942+0000 mon.smithi046 (mon.0) 856 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:36:08.737 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:08 smithi046 bash[16032]: audit 2024-01-21T11:36:07.788162+0000 mon.smithi046 (mon.0) 857 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:36:08.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:08 smithi079 bash[19822]: cluster 2024-01-21T11:36:07.477534+0000 mgr.smithi046.egcsjs (mgr.14182) 775 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:08.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:08 smithi079 bash[19822]: audit 2024-01-21T11:36:07.755683+0000 mon.smithi046 (mon.0) 853 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:36:08.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:08 smithi079 bash[19822]: audit 2024-01-21T11:36:07.757089+0000 mon.smithi046 (mon.0) 854 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:36:08.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:08 smithi079 bash[19822]: audit 2024-01-21T11:36:07.763382+0000 mon.smithi046 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:36:08.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:08 smithi079 bash[19822]: audit 2024-01-21T11:36:07.770942+0000 mon.smithi046 (mon.0) 856 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:36:08.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:08 smithi079 bash[19822]: audit 2024-01-21T11:36:07.788162+0000 mon.smithi046 (mon.0) 857 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:36:09.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:09 smithi046 bash[16032]: cluster 2024-01-21T11:36:07.764580+0000 mgr.smithi046.egcsjs (mgr.14182) 776 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:36:09.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:09 smithi046 bash[16032]: cephadm 2024-01-21T11:36:07.792579+0000 mgr.smithi046.egcsjs (mgr.14182) 777 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.gfglmx on smithi079 2024-01-21T11:36:09.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:09 smithi046 bash[16032]: cluster 2024-01-21T11:36:08.761605+0000 mon.smithi046 (mon.0) 858 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:36:09.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:09 smithi046 bash[16032]: cluster 2024-01-21T11:36:08.761750+0000 mon.smithi046 (mon.0) 859 : cluster [INF] Cluster is now healthy 2024-01-21T11:36:09.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:09 smithi046 bash[16032]: audit 2024-01-21T11:36:09.304492+0000 mon.smithi046 (mon.0) 860 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:36:09.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:09 smithi079 bash[19822]: cluster 2024-01-21T11:36:07.764580+0000 mgr.smithi046.egcsjs (mgr.14182) 776 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:36:09.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:09 smithi079 bash[19822]: cephadm 2024-01-21T11:36:07.792579+0000 mgr.smithi046.egcsjs (mgr.14182) 777 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.gfglmx on smithi079 2024-01-21T11:36:09.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:09 smithi079 bash[19822]: cluster 2024-01-21T11:36:08.761605+0000 mon.smithi046 (mon.0) 858 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:36:09.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:09 smithi079 bash[19822]: cluster 2024-01-21T11:36:08.761750+0000 mon.smithi046 (mon.0) 859 : cluster [INF] Cluster is now healthy 2024-01-21T11:36:09.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:09 smithi079 bash[19822]: audit 2024-01-21T11:36:09.304492+0000 mon.smithi046 (mon.0) 860 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:36:10.340 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:36:10.340 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:33:59.318075Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.bpkkqn on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:03.398247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\nDeploy daemon haproxy.nfs.foo.smithi079.lbljne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.421752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\nDeploy daemon haproxy.nfs.foo.smithi046.bmncqd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.423667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:36:10.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:11.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:11 smithi046 bash[16032]: cluster 2024-01-21T11:36:09.766057+0000 mgr.smithi046.egcsjs (mgr.14182) 778 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:36:11.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:11 smithi046 bash[16032]: audit 2024-01-21T11:36:10.322525+0000 mgr.smithi046.egcsjs (mgr.14182) 779 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:11.922 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:11.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:11 smithi079 bash[19822]: cluster 2024-01-21T11:36:09.766057+0000 mgr.smithi046.egcsjs (mgr.14182) 778 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:36:11.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:11 smithi079 bash[19822]: audit 2024-01-21T11:36:10.322525+0000 mgr.smithi046.egcsjs (mgr.14182) 779 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:12.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: cephadm 2024-01-21T11:36:11.564075+0000 mgr.smithi046.egcsjs (mgr.14182) 780 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx 2024-01-21T11:36:12.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:36:12.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx 2024-01-21T11:36:12.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx 2024-01-21T11:36:12.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:36:12.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx 2024-01-21T11:36:12.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.gfglmx ... 2024-01-21T11:36:12.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:12.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:12.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:12.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:12.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:12.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:36:12.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:36:12.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:36:12.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:36:12.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:36:12.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx 2024-01-21T11:36:12.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:36:12.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx 2024-01-21T11:36:12.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx 2024-01-21T11:36:12.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:36:12.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx 2024-01-21T11:36:12.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.gfglmx ... 2024-01-21T11:36:12.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:12.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:12.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:12.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:12.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:12.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: cephadm 2024-01-21T11:36:11.564656+0000 mgr.smithi046.egcsjs (mgr.14182) 781 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.gfglmx 2024-01-21T11:36:12.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: audit 2024-01-21T11:36:11.565474+0000 mon.smithi046 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.gfglmx"}]: dispatch 2024-01-21T11:36:12.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: cephadm 2024-01-21T11:36:11.568456+0000 mgr.smithi046.egcsjs (mgr.14182) 782 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx 2024-01-21T11:36:12.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:36:12.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx 2024-01-21T11:36:12.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx 2024-01-21T11:36:12.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:36:12.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx 2024-01-21T11:36:12.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.gfglmx ... 2024-01-21T11:36:12.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:12.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:12.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:12.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:12.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:12.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:12 smithi046 bash[16032]: cephadm 2024-01-21T11:36:11.573657+0000 mgr.smithi046.egcsjs (mgr.14182) 783 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.qvtvpz on smithi046 2024-01-21T11:36:12.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: cephadm 2024-01-21T11:36:11.564075+0000 mgr.smithi046.egcsjs (mgr.14182) 780 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx 2024-01-21T11:36:12.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:36:12.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx 2024-01-21T11:36:12.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx 2024-01-21T11:36:12.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:36:12.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx 2024-01-21T11:36:12.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.gfglmx ... 2024-01-21T11:36:12.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:12.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:12.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:12.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:12.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:12.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:36:12.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:36:12.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:36:12.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:36:12.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:36:12.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx 2024-01-21T11:36:12.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:36:12.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx 2024-01-21T11:36:12.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx 2024-01-21T11:36:12.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:36:12.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx 2024-01-21T11:36:12.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.gfglmx ... 2024-01-21T11:36:12.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:12.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:12.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:12.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:12.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:12.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: cephadm 2024-01-21T11:36:11.564656+0000 mgr.smithi046.egcsjs (mgr.14182) 781 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.gfglmx 2024-01-21T11:36:12.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: audit 2024-01-21T11:36:11.565474+0000 mon.smithi046 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.gfglmx"}]: dispatch 2024-01-21T11:36:12.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: cephadm 2024-01-21T11:36:11.568456+0000 mgr.smithi046.egcsjs (mgr.14182) 782 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx 2024-01-21T11:36:12.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:36:12.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx 2024-01-21T11:36:12.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx 2024-01-21T11:36:12.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:36:12.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx 2024-01-21T11:36:12.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.gfglmx ... 2024-01-21T11:36:12.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:12.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:12.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:12.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:12.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:12.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:12 smithi079 bash[19822]: cephadm 2024-01-21T11:36:11.573657+0000 mgr.smithi046.egcsjs (mgr.14182) 783 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.qvtvpz on smithi046 2024-01-21T11:36:13.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:13 smithi046 bash[16032]: cluster 2024-01-21T11:36:11.767365+0000 mgr.smithi046.egcsjs (mgr.14182) 784 : cluster [DBG] pgmap v542: 225 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-01-21T11:36:13.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:13 smithi079 bash[19822]: cluster 2024-01-21T11:36:11.767365+0000 mgr.smithi046.egcsjs (mgr.14182) 784 : cluster [DBG] pgmap v542: 225 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-01-21T11:36:14.928 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:36:14.928 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:03.398247Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.lbljne on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-lbljne\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.lbljne\nDeploy daemon haproxy.nfs.foo.smithi079.lbljne ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.421752Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bmncqd on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bmncqd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bmncqd\nDeploy daemon haproxy.nfs.foo.smithi046.bmncqd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:35:07.423667Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.vvirng on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:11.568185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\nDeploy daemon haproxy.nfs.foo.smithi079.gfglmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -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.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:36:15.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:15.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:15 smithi046 bash[16032]: cluster 2024-01-21T11:36:13.768754+0000 mgr.smithi046.egcsjs (mgr.14182) 785 : cluster [DBG] pgmap v543: 225 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-01-21T11:36:15.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:15 smithi079 bash[19822]: cluster 2024-01-21T11:36:13.768754+0000 mgr.smithi046.egcsjs (mgr.14182) 785 : cluster [DBG] pgmap v543: 225 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-01-21T11:36:16.631 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:16.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: audit 2024-01-21T11:36:14.912528+0000 mgr.smithi046.egcsjs (mgr.14182) 786 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:16.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: cephadm 2024-01-21T11:36:15.634219+0000 mgr.smithi046.egcsjs (mgr.14182) 787 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz 2024-01-21T11:36:16.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:36:16.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz 2024-01-21T11:36:16.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz 2024-01-21T11:36:16.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:36:16.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz 2024-01-21T11:36:16.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.qvtvpz ... 2024-01-21T11:36:16.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:16.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:16.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:16.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:16.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:16.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:36:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:36:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:36:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:36:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:36:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz 2024-01-21T11:36:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:36:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz 2024-01-21T11:36:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz 2024-01-21T11:36:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:36:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz 2024-01-21T11:36:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.qvtvpz ... 2024-01-21T11:36:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:16.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: cephadm 2024-01-21T11:36:15.634757+0000 mgr.smithi046.egcsjs (mgr.14182) 788 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.qvtvpz 2024-01-21T11:36:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: audit 2024-01-21T11:36:15.635390+0000 mon.smithi046 (mon.0) 862 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.qvtvpz"}]: dispatch 2024-01-21T11:36:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: cephadm 2024-01-21T11:36:15.636550+0000 mgr.smithi046.egcsjs (mgr.14182) 789 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.qvtvpz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz 2024-01-21T11:36:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:36:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz 2024-01-21T11:36:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz 2024-01-21T11:36:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:36:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz 2024-01-21T11:36:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.qvtvpz ... 2024-01-21T11:36:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:16.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:16.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:16.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: cephadm 2024-01-21T11:36:15.639338+0000 mgr.smithi046.egcsjs (mgr.14182) 790 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.wplljn on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:36:16.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: cephadm 2024-01-21T11:36:15.641753+0000 mgr.smithi046.egcsjs (mgr.14182) 791 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:36:16.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:16 smithi046 bash[16032]: cluster 2024-01-21T11:36:15.643085+0000 mgr.smithi046.egcsjs (mgr.14182) 792 : cluster [DBG] pgmap v544: 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-01-21T11:36:16.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: audit 2024-01-21T11:36:14.912528+0000 mgr.smithi046.egcsjs (mgr.14182) 786 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:16.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: cephadm 2024-01-21T11:36:15.634219+0000 mgr.smithi046.egcsjs (mgr.14182) 787 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz 2024-01-21T11:36:16.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:36:16.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz 2024-01-21T11:36:16.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz 2024-01-21T11:36:16.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:36:16.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz 2024-01-21T11:36:16.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.qvtvpz ... 2024-01-21T11:36:16.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:16.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:16.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:16.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:16.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:16.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:36:16.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:36:16.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:36:16.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:36:16.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:36:16.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz 2024-01-21T11:36:16.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:36:16.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz 2024-01-21T11:36:16.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz 2024-01-21T11:36:16.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:36:16.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz 2024-01-21T11:36:16.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.qvtvpz ... 2024-01-21T11:36:16.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:16.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:16.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:16.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:16.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:16.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: cephadm 2024-01-21T11:36:15.634757+0000 mgr.smithi046.egcsjs (mgr.14182) 788 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.qvtvpz 2024-01-21T11:36:16.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: audit 2024-01-21T11:36:15.635390+0000 mon.smithi046 (mon.0) 862 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.qvtvpz"}]: dispatch 2024-01-21T11:36:16.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: cephadm 2024-01-21T11:36:15.636550+0000 mgr.smithi046.egcsjs (mgr.14182) 789 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.qvtvpz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz 2024-01-21T11:36:16.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:36:16.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz 2024-01-21T11:36:16.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz 2024-01-21T11:36:16.894 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:36:16.894 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz 2024-01-21T11:36:16.894 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.qvtvpz ... 2024-01-21T11:36:16.894 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:16.894 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:36:16.894 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:36:16.894 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:36:16.894 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:36:16.894 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: cephadm 2024-01-21T11:36:15.639338+0000 mgr.smithi046.egcsjs (mgr.14182) 790 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.wplljn on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:36:16.894 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: cephadm 2024-01-21T11:36:15.641753+0000 mgr.smithi046.egcsjs (mgr.14182) 791 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:36:16.895 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:16 smithi079 bash[19822]: cluster 2024-01-21T11:36:15.643085+0000 mgr.smithi046.egcsjs (mgr.14182) 792 : cluster [DBG] pgmap v544: 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-01-21T11:36:17.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:17 smithi046 bash[16032]: cluster 2024-01-21T11:36:16.577990+0000 mon.smithi046 (mon.0) 863 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:36:17.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:17 smithi079 bash[19822]: cluster 2024-01-21T11:36:16.577990+0000 mon.smithi046 (mon.0) 863 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:36:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:18 smithi046 bash[16032]: cluster 2024-01-21T11:36:17.644524+0000 mgr.smithi046.egcsjs (mgr.14182) 793 : cluster [DBG] pgmap v545: 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-01-21T11:36:18.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:18 smithi079 bash[19822]: cluster 2024-01-21T11:36:17.644524+0000 mgr.smithi046.egcsjs (mgr.14182) 793 : cluster [DBG] pgmap v545: 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-01-21T11:36:19.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:19 smithi046 bash[16032]: cluster 2024-01-21T11:36:19.645908+0000 mgr.smithi046.egcsjs (mgr.14182) 794 : cluster [DBG] pgmap v546: 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-01-21T11:36:19.931 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:36:19.932 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:11.568185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\nDeploy daemon haproxy.nfs.foo.smithi079.gfglmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.636397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qvtvpz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\nDeploy daemon haproxy.nfs.foo.smithi046.qvtvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.639202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wplljn on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:36:19.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:19 smithi079 bash[19822]: cluster 2024-01-21T11:36:19.645908+0000 mgr.smithi046.egcsjs (mgr.14182) 794 : cluster [DBG] pgmap v546: 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-01-21T11:36:20.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:21.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:21 smithi046 bash[16032]: audit 2024-01-21T11:36:19.915575+0000 mgr.smithi046.egcsjs (mgr.14182) 795 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:21.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:21 smithi046 bash[16032]: audit 2024-01-21T11:36:20.088259+0000 mon.smithi046 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:36:21.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:21 smithi079 bash[19822]: audit 2024-01-21T11:36:19.915575+0000 mgr.smithi046.egcsjs (mgr.14182) 795 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:21.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:21 smithi079 bash[19822]: audit 2024-01-21T11:36:20.088259+0000 mon.smithi046 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:36:21.531 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:22.589 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:22 smithi046 bash[16032]: cluster 2024-01-21T11:36:21.647845+0000 mgr.smithi046.egcsjs (mgr.14182) 796 : cluster [DBG] pgmap v547: 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-01-21T11:36:22.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:22 smithi079 bash[19822]: cluster 2024-01-21T11:36:21.647845+0000 mgr.smithi046.egcsjs (mgr.14182) 796 : cluster [DBG] pgmap v547: 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-01-21T11:36:23.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:23 smithi079 bash[19822]: cluster 2024-01-21T11:36:23.649427+0000 mgr.smithi046.egcsjs (mgr.14182) 797 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2024-01-21T11:36:24.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:23 smithi046 bash[16032]: cluster 2024-01-21T11:36:23.649427+0000 mgr.smithi046.egcsjs (mgr.14182) 797 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2024-01-21T11:36:24.839 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:36:24.839 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:11.568185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\nDeploy daemon haproxy.nfs.foo.smithi079.gfglmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.636397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qvtvpz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\nDeploy daemon haproxy.nfs.foo.smithi046.qvtvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.639202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wplljn on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:36:25.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:25.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:25 smithi046 bash[16032]: audit 2024-01-21T11:36:24.302687+0000 mon.smithi046 (mon.0) 865 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:36:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:25 smithi079 bash[19822]: audit 2024-01-21T11:36:24.302687+0000 mon.smithi046 (mon.0) 865 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:36:26.485 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:26 smithi046 bash[16032]: audit 2024-01-21T11:36:24.820350+0000 mgr.smithi046.egcsjs (mgr.14182) 798 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:26 smithi046 bash[16032]: cluster 2024-01-21T11:36:25.651256+0000 mgr.smithi046.egcsjs (mgr.14182) 799 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 46 op/s 2024-01-21T11:36:26.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:26 smithi079 bash[19822]: audit 2024-01-21T11:36:24.820350+0000 mgr.smithi046.egcsjs (mgr.14182) 798 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:26.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:26 smithi079 bash[19822]: cluster 2024-01-21T11:36:25.651256+0000 mgr.smithi046.egcsjs (mgr.14182) 799 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 46 op/s 2024-01-21T11:36:27.798 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:27 smithi046 bash[16032]: cluster 2024-01-21T11:36:27.652651+0000 mgr.smithi046.egcsjs (mgr.14182) 800 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 50 op/s 2024-01-21T11:36:27.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:27 smithi079 bash[19822]: cluster 2024-01-21T11:36:27.652651+0000 mgr.smithi046.egcsjs (mgr.14182) 800 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 50 op/s 2024-01-21T11:36:29.514 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:36:29.514 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:11.568185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\nDeploy daemon haproxy.nfs.foo.smithi079.gfglmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.636397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qvtvpz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\nDeploy daemon haproxy.nfs.foo.smithi046.qvtvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.639202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wplljn on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:36:29.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:29 smithi046 bash[16032]: audit 2024-01-21T11:36:29.500257+0000 mgr.smithi046.egcsjs (mgr.14182) 801 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:29.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:29 smithi046 bash[16032]: cluster 2024-01-21T11:36:29.653989+0000 mgr.smithi046.egcsjs (mgr.14182) 802 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-01-21T11:36:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:29 smithi079 bash[19822]: audit 2024-01-21T11:36:29.500257+0000 mgr.smithi046.egcsjs (mgr.14182) 801 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:29 smithi079 bash[19822]: cluster 2024-01-21T11:36:29.653989+0000 mgr.smithi046.egcsjs (mgr.14182) 802 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-01-21T11:36:30.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:31.113 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:32.610 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:32 smithi046 bash[16032]: cluster 2024-01-21T11:36:31.656726+0000 mgr.smithi046.egcsjs (mgr.14182) 803 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-01-21T11:36:32.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:32 smithi079 bash[19822]: cluster 2024-01-21T11:36:31.656726+0000 mgr.smithi046.egcsjs (mgr.14182) 803 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-01-21T11:36:33.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:33 smithi079 bash[19822]: cluster 2024-01-21T11:36:33.658375+0000 mgr.smithi046.egcsjs (mgr.14182) 804 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-01-21T11:36:34.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:33 smithi046 bash[16032]: cluster 2024-01-21T11:36:33.658375+0000 mgr.smithi046.egcsjs (mgr.14182) 804 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 66 op/s 2024-01-21T11:36:34.294 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:36:34.294 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:11.568185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\nDeploy daemon haproxy.nfs.foo.smithi079.gfglmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.636397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qvtvpz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\nDeploy daemon haproxy.nfs.foo.smithi046.qvtvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.639202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wplljn on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:36:34.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:34.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:34 smithi079 bash[19822]: audit 2024-01-21T11:36:34.283505+0000 mgr.smithi046.egcsjs (mgr.14182) 805 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:35.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:34 smithi046 bash[16032]: audit 2024-01-21T11:36:34.283505+0000 mgr.smithi046.egcsjs (mgr.14182) 805 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:35.883 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:36.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:35 smithi046 bash[16032]: cluster 2024-01-21T11:36:35.660364+0000 mgr.smithi046.egcsjs (mgr.14182) 806 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-01-21T11:36:36.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:35 smithi079 bash[19822]: cluster 2024-01-21T11:36:35.660364+0000 mgr.smithi046.egcsjs (mgr.14182) 806 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 63 op/s 2024-01-21T11:36:37.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:37 smithi079 bash[19822]: cluster 2024-01-21T11:36:37.661663+0000 mgr.smithi046.egcsjs (mgr.14182) 807 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 21 op/s 2024-01-21T11:36:38.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:37 smithi046 bash[16032]: cluster 2024-01-21T11:36:37.661663+0000 mgr.smithi046.egcsjs (mgr.14182) 807 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 21 op/s 2024-01-21T11:36:39.104 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:36:39.104 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:11.568185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\nDeploy daemon haproxy.nfs.foo.smithi079.gfglmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.636397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qvtvpz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\nDeploy daemon haproxy.nfs.foo.smithi046.qvtvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.639202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wplljn on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:36:39.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:39.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:39 smithi079 bash[19822]: audit 2024-01-21T11:36:39.092695+0000 mgr.smithi046.egcsjs (mgr.14182) 808 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:39.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:39 smithi079 bash[19822]: cluster 2024-01-21T11:36:39.663126+0000 mgr.smithi046.egcsjs (mgr.14182) 809 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 0 B/s wr, 16 op/s 2024-01-21T11:36:40.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:39 smithi046 bash[16032]: audit 2024-01-21T11:36:39.092695+0000 mgr.smithi046.egcsjs (mgr.14182) 808 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:40.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:39 smithi046 bash[16032]: cluster 2024-01-21T11:36:39.663126+0000 mgr.smithi046.egcsjs (mgr.14182) 809 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 0 B/s wr, 16 op/s 2024-01-21T11:36:40.711 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:42.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:42 smithi046 bash[16032]: cluster 2024-01-21T11:36:41.665684+0000 mgr.smithi046.egcsjs (mgr.14182) 810 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:42.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:42 smithi079 bash[19822]: cluster 2024-01-21T11:36:41.665684+0000 mgr.smithi046.egcsjs (mgr.14182) 810 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:43.819 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:36:43.819 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:11.568185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\nDeploy daemon haproxy.nfs.foo.smithi079.gfglmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.636397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qvtvpz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\nDeploy daemon haproxy.nfs.foo.smithi046.qvtvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.639202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wplljn on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:36:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:43 smithi079 bash[19822]: cluster 2024-01-21T11:36:43.667245+0000 mgr.smithi046.egcsjs (mgr.14182) 811 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:44.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:43 smithi046 bash[16032]: cluster 2024-01-21T11:36:43.667245+0000 mgr.smithi046.egcsjs (mgr.14182) 811 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:44.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:45.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:44 smithi046 bash[16032]: audit 2024-01-21T11:36:43.799475+0000 mgr.smithi046.egcsjs (mgr.14182) 812 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:45.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:44 smithi079 bash[19822]: audit 2024-01-21T11:36:43.799475+0000 mgr.smithi046.egcsjs (mgr.14182) 812 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:45.410 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:47.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:47 smithi046 bash[16032]: cluster 2024-01-21T11:36:45.669565+0000 mgr.smithi046.egcsjs (mgr.14182) 813 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:36:47.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:47 smithi079 bash[19822]: cluster 2024-01-21T11:36:45.669565+0000 mgr.smithi046.egcsjs (mgr.14182) 813 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:36:48.440 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:36:48.440 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:11.568185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\nDeploy daemon haproxy.nfs.foo.smithi079.gfglmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.636397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qvtvpz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\nDeploy daemon haproxy.nfs.foo.smithi046.qvtvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.639202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wplljn on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:36:49.031 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:49.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:49 smithi046 bash[16032]: cluster 2024-01-21T11:36:47.670845+0000 mgr.smithi046.egcsjs (mgr.14182) 814 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:49.382 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:49 smithi046 bash[16032]: audit 2024-01-21T11:36:48.421139+0000 mgr.smithi046.egcsjs (mgr.14182) 815 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:49.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:49 smithi079 bash[19822]: cluster 2024-01-21T11:36:47.670845+0000 mgr.smithi046.egcsjs (mgr.14182) 814 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:49.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:49 smithi079 bash[19822]: audit 2024-01-21T11:36:48.421139+0000 mgr.smithi046.egcsjs (mgr.14182) 815 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:50.032 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:51.394 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:51 smithi046 bash[16032]: cluster 2024-01-21T11:36:49.672630+0000 mgr.smithi046.egcsjs (mgr.14182) 816 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:51.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:51 smithi079 bash[19822]: cluster 2024-01-21T11:36:49.672630+0000 mgr.smithi046.egcsjs (mgr.14182) 816 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:53.175 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:36:53.175 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:11.568185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\nDeploy daemon haproxy.nfs.foo.smithi079.gfglmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.636397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qvtvpz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\nDeploy daemon haproxy.nfs.foo.smithi046.qvtvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.639202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wplljn on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:36:53.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:53 smithi046 bash[16032]: cluster 2024-01-21T11:36:51.673843+0000 mgr.smithi046.egcsjs (mgr.14182) 817 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:53.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:53 smithi079 bash[19822]: cluster 2024-01-21T11:36:51.673843+0000 mgr.smithi046.egcsjs (mgr.14182) 817 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:53.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:54.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:54 smithi046 bash[16032]: audit 2024-01-21T11:36:53.159314+0000 mgr.smithi046.egcsjs (mgr.14182) 818 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:54.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:54 smithi079 bash[19822]: audit 2024-01-21T11:36:53.159314+0000 mgr.smithi046.egcsjs (mgr.14182) 818 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:54.744 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:55.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:55 smithi046 bash[16032]: cluster 2024-01-21T11:36:53.675449+0000 mgr.smithi046.egcsjs (mgr.14182) 819 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:55.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:55 smithi079 bash[19822]: cluster 2024-01-21T11:36:53.675449+0000 mgr.smithi046.egcsjs (mgr.14182) 819 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:57.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:57 smithi046 bash[16032]: cluster 2024-01-21T11:36:55.677435+0000 mgr.smithi046.egcsjs (mgr.14182) 820 : cluster [DBG] pgmap v564: 225 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-01-21T11:36:57.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:57 smithi079 bash[19822]: cluster 2024-01-21T11:36:55.677435+0000 mgr.smithi046.egcsjs (mgr.14182) 820 : cluster [DBG] pgmap v564: 225 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-01-21T11:36:57.863 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:36:57.863 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:11.568185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\nDeploy daemon haproxy.nfs.foo.smithi079.gfglmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.636397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qvtvpz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\nDeploy daemon haproxy.nfs.foo.smithi046.qvtvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.639202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wplljn on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:36:58.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:36:59.472 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:36:59.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:59 smithi046 bash[16032]: cluster 2024-01-21T11:36:57.678690+0000 mgr.smithi046.egcsjs (mgr.14182) 821 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:59.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:36:59 smithi046 bash[16032]: audit 2024-01-21T11:36:57.844089+0000 mgr.smithi046.egcsjs (mgr.14182) 822 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:36:59.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:59 smithi079 bash[19822]: cluster 2024-01-21T11:36:57.678690+0000 mgr.smithi046.egcsjs (mgr.14182) 821 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:36:59.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:36:59 smithi079 bash[19822]: audit 2024-01-21T11:36:57.844089+0000 mgr.smithi046.egcsjs (mgr.14182) 822 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:01.572 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:01 smithi046 bash[16032]: cluster 2024-01-21T11:36:59.680501+0000 mgr.smithi046.egcsjs (mgr.14182) 823 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:01.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:01 smithi079 bash[19822]: cluster 2024-01-21T11:36:59.680501+0000 mgr.smithi046.egcsjs (mgr.14182) 823 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:02.552 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:37:02.552 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:11.568185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\nDeploy daemon haproxy.nfs.foo.smithi079.gfglmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.636397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qvtvpz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\nDeploy daemon haproxy.nfs.foo.smithi046.qvtvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.639202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wplljn on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:37:03.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:03.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:03 smithi046 bash[16032]: cluster 2024-01-21T11:37:01.681936+0000 mgr.smithi046.egcsjs (mgr.14182) 824 : 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-01-21T11:37:03.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:03 smithi046 bash[16032]: audit 2024-01-21T11:37:02.537865+0000 mgr.smithi046.egcsjs (mgr.14182) 825 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:03.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:03 smithi079 bash[19822]: cluster 2024-01-21T11:37:01.681936+0000 mgr.smithi046.egcsjs (mgr.14182) 824 : 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-01-21T11:37:03.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:03 smithi079 bash[19822]: audit 2024-01-21T11:37:02.537865+0000 mgr.smithi046.egcsjs (mgr.14182) 825 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:04.145 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:05.421 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:05 smithi046 bash[16032]: cluster 2024-01-21T11:37:03.683615+0000 mgr.smithi046.egcsjs (mgr.14182) 826 : 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-01-21T11:37:05.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:05 smithi079 bash[19822]: cluster 2024-01-21T11:37:03.683615+0000 mgr.smithi046.egcsjs (mgr.14182) 826 : 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-01-21T11:37:07.152 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:37:07.152 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:11.568185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\nDeploy daemon haproxy.nfs.foo.smithi079.gfglmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.636397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qvtvpz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\nDeploy daemon haproxy.nfs.foo.smithi046.qvtvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.639202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wplljn on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:37:07.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:07 smithi046 bash[16032]: cluster 2024-01-21T11:37:05.685590+0000 mgr.smithi046.egcsjs (mgr.14182) 827 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 4 op/s 2024-01-21T11:37:07.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:07 smithi079 bash[19822]: cluster 2024-01-21T11:37:05.685590+0000 mgr.smithi046.egcsjs (mgr.14182) 827 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 4 op/s 2024-01-21T11:37:07.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:08.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:08 smithi046 bash[16032]: audit 2024-01-21T11:37:07.133557+0000 mgr.smithi046.egcsjs (mgr.14182) 828 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:08.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:08 smithi079 bash[19822]: audit 2024-01-21T11:37:07.133557+0000 mgr.smithi046.egcsjs (mgr.14182) 828 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:08.739 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:09.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:09 smithi046 bash[16032]: cluster 2024-01-21T11:37:07.686994+0000 mgr.smithi046.egcsjs (mgr.14182) 829 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s 2024-01-21T11:37:09.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:09 smithi079 bash[19822]: cluster 2024-01-21T11:37:07.686994+0000 mgr.smithi046.egcsjs (mgr.14182) 829 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s 2024-01-21T11:37:11.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:11 smithi046 bash[16032]: cluster 2024-01-21T11:37:09.688744+0000 mgr.smithi046.egcsjs (mgr.14182) 830 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-21T11:37:11.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:11 smithi079 bash[19822]: cluster 2024-01-21T11:37:09.688744+0000 mgr.smithi046.egcsjs (mgr.14182) 830 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-21T11:37:11.785 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:37:11.785 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:11.568185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\nDeploy daemon haproxy.nfs.foo.smithi079.gfglmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.636397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qvtvpz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\nDeploy daemon haproxy.nfs.foo.smithi046.qvtvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.639202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wplljn on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:37:12.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:13.400 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:13.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:13 smithi046 bash[16032]: cluster 2024-01-21T11:37:11.689917+0000 mgr.smithi046.egcsjs (mgr.14182) 831 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-21T11:37:13.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:13 smithi046 bash[16032]: audit 2024-01-21T11:37:11.774343+0000 mgr.smithi046.egcsjs (mgr.14182) 832 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:13.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:13 smithi079 bash[19822]: cluster 2024-01-21T11:37:11.689917+0000 mgr.smithi046.egcsjs (mgr.14182) 831 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-21T11:37:13.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:13 smithi079 bash[19822]: audit 2024-01-21T11:37:11.774343+0000 mgr.smithi046.egcsjs (mgr.14182) 832 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:15.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:15 smithi046 bash[16032]: cluster 2024-01-21T11:37:13.691571+0000 mgr.smithi046.egcsjs (mgr.14182) 833 : cluster [DBG] pgmap v573: 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-01-21T11:37:15.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:15 smithi079 bash[19822]: cluster 2024-01-21T11:37:13.691571+0000 mgr.smithi046.egcsjs (mgr.14182) 833 : cluster [DBG] pgmap v573: 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-01-21T11:37:16.601 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:37:16.601 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:35:07.425218Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.ysefba on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:11.568185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\nDeploy daemon haproxy.nfs.foo.smithi079.gfglmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.636397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qvtvpz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\nDeploy daemon haproxy.nfs.foo.smithi046.qvtvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.639202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wplljn on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:37:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:16 smithi046 bash[16032]: audit 2024-01-21T11:37:15.647097+0000 mon.smithi046 (mon.0) 866 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:37:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:16 smithi046 bash[16032]: audit 2024-01-21T11:37:15.965175+0000 mon.smithi046 (mon.0) 867 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:37:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:16 smithi046 bash[16032]: audit 2024-01-21T11:37:15.966811+0000 mon.smithi046 (mon.0) 868 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:37:16.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:16 smithi046 bash[16032]: audit 2024-01-21T11:37:15.976279+0000 mon.smithi046 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:37:16.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:16 smithi046 bash[16032]: audit 2024-01-21T11:37:15.988108+0000 mon.smithi046 (mon.0) 870 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:37:16.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:16 smithi046 bash[16032]: audit 2024-01-21T11:37:15.999427+0000 mon.smithi046 (mon.0) 871 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:37:16.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:16 smithi079 bash[19822]: audit 2024-01-21T11:37:15.647097+0000 mon.smithi046 (mon.0) 866 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:37:16.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:16 smithi079 bash[19822]: audit 2024-01-21T11:37:15.965175+0000 mon.smithi046 (mon.0) 867 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:37:16.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:16 smithi079 bash[19822]: audit 2024-01-21T11:37:15.966811+0000 mon.smithi046 (mon.0) 868 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:37:16.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:16 smithi079 bash[19822]: audit 2024-01-21T11:37:15.976279+0000 mon.smithi046 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:37:16.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:16 smithi079 bash[19822]: audit 2024-01-21T11:37:15.988108+0000 mon.smithi046 (mon.0) 870 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:37:16.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:16 smithi079 bash[19822]: audit 2024-01-21T11:37:15.999427+0000 mon.smithi046 (mon.0) 871 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:37:17.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:17.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:17 smithi046 bash[16032]: cluster 2024-01-21T11:37:15.693655+0000 mgr.smithi046.egcsjs (mgr.14182) 834 : cluster [DBG] pgmap v574: 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-01-21T11:37:17.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:17 smithi046 bash[16032]: cluster 2024-01-21T11:37:15.977498+0000 mgr.smithi046.egcsjs (mgr.14182) 835 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-21T11:37:17.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:17 smithi046 bash[16032]: cephadm 2024-01-21T11:37:16.005711+0000 mgr.smithi046.egcsjs (mgr.14182) 836 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.kbpivl on smithi079 2024-01-21T11:37:17.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:17 smithi046 bash[16032]: cluster 2024-01-21T11:37:16.363166+0000 mon.smithi046 (mon.0) 872 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:37:17.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:17 smithi046 bash[16032]: cluster 2024-01-21T11:37:16.363235+0000 mon.smithi046 (mon.0) 873 : cluster [INF] Cluster is now healthy 2024-01-21T11:37:17.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:17 smithi046 bash[16032]: audit 2024-01-21T11:37:16.582501+0000 mgr.smithi046.egcsjs (mgr.14182) 837 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:17.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:17 smithi079 bash[19822]: cluster 2024-01-21T11:37:15.693655+0000 mgr.smithi046.egcsjs (mgr.14182) 834 : cluster [DBG] pgmap v574: 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-01-21T11:37:17.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:17 smithi079 bash[19822]: cluster 2024-01-21T11:37:15.977498+0000 mgr.smithi046.egcsjs (mgr.14182) 835 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-21T11:37:17.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:17 smithi079 bash[19822]: cephadm 2024-01-21T11:37:16.005711+0000 mgr.smithi046.egcsjs (mgr.14182) 836 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.kbpivl on smithi079 2024-01-21T11:37:17.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:17 smithi079 bash[19822]: cluster 2024-01-21T11:37:16.363166+0000 mon.smithi046 (mon.0) 872 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:37:17.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:17 smithi079 bash[19822]: cluster 2024-01-21T11:37:16.363235+0000 mon.smithi046 (mon.0) 873 : cluster [INF] Cluster is now healthy 2024-01-21T11:37:17.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:17 smithi079 bash[19822]: audit 2024-01-21T11:37:16.582501+0000 mgr.smithi046.egcsjs (mgr.14182) 837 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:18.236 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:19.582 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:19 smithi046 bash[16032]: cluster 2024-01-21T11:37:17.978548+0000 mgr.smithi046.egcsjs (mgr.14182) 838 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-21T11:37:19.660 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:19 smithi079 bash[19822]: cluster 2024-01-21T11:37:17.978548+0000 mgr.smithi046.egcsjs (mgr.14182) 838 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-21T11:37:20.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:20 smithi079 bash[19822]: audit 2024-01-21T11:37:19.726484+0000 mon.smithi046 (mon.0) 874 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.kbpivl"}]: dispatch 2024-01-21T11:37:20.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:20 smithi046 bash[16032]: audit 2024-01-21T11:37:19.726484+0000 mon.smithi046 (mon.0) 874 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.kbpivl"}]: dispatch 2024-01-21T11:37:21.597 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:37:21.597 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:11.568185Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.gfglmx on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-gfglmx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.gfglmx\nDeploy daemon haproxy.nfs.foo.smithi079.gfglmx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.636397Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qvtvpz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qvtvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qvtvpz\nDeploy daemon haproxy.nfs.foo.smithi046.qvtvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:36:15.639202Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.wplljn on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:19.728128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\nDeploy daemon haproxy.nfs.foo.smithi079.kbpivl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -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.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:37:21.667 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: cephadm 2024-01-21T11:37:19.725077+0000 mgr.smithi046.egcsjs (mgr.14182) 839 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl 2024-01-21T11:37:21.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:37:21.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl 2024-01-21T11:37:21.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl 2024-01-21T11:37:21.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:37:21.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl 2024-01-21T11:37:21.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.kbpivl ... 2024-01-21T11:37:21.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:21.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:21.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:21.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:21.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:21.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:37:21.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:37:21.668 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:37:21.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:37:21.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:37:21.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl 2024-01-21T11:37:21.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:37:21.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl 2024-01-21T11:37:21.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl 2024-01-21T11:37:21.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:37:21.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl 2024-01-21T11:37:21.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.kbpivl ... 2024-01-21T11:37:21.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:21.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:21.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:21.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:21.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:21.669 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: cephadm 2024-01-21T11:37:19.725726+0000 mgr.smithi046.egcsjs (mgr.14182) 840 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.kbpivl 2024-01-21T11:37:21.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: cephadm 2024-01-21T11:37:19.728432+0000 mgr.smithi046.egcsjs (mgr.14182) 841 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl 2024-01-21T11:37:21.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:37:21.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl 2024-01-21T11:37:21.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl 2024-01-21T11:37:21.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:37:21.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl 2024-01-21T11:37:21.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.kbpivl ... 2024-01-21T11:37:21.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:21.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:21.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:21.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:21.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:21.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: cephadm 2024-01-21T11:37:19.732918+0000 mgr.smithi046.egcsjs (mgr.14182) 842 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.bejlzv on smithi046 2024-01-21T11:37:21.670 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:21 smithi046 bash[16032]: cluster 2024-01-21T11:37:19.979739+0000 mgr.smithi046.egcsjs (mgr.14182) 843 : cluster [DBG] pgmap v577: 225 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-01-21T11:37:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: cephadm 2024-01-21T11:37:19.725077+0000 mgr.smithi046.egcsjs (mgr.14182) 839 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl 2024-01-21T11:37:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:37:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl 2024-01-21T11:37:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl 2024-01-21T11:37:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:37:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl 2024-01-21T11:37:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.kbpivl ... 2024-01-21T11:37:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:21.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:37:21.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:37:21.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:37:21.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:37:21.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:37:21.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl 2024-01-21T11:37:21.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:37:21.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl 2024-01-21T11:37:21.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl 2024-01-21T11:37:21.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:37:21.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl 2024-01-21T11:37:21.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.kbpivl ... 2024-01-21T11:37:21.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:21.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:21.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:21.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:21.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:21.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: cephadm 2024-01-21T11:37:19.725726+0000 mgr.smithi046.egcsjs (mgr.14182) 840 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.kbpivl 2024-01-21T11:37:21.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: cephadm 2024-01-21T11:37:19.728432+0000 mgr.smithi046.egcsjs (mgr.14182) 841 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl 2024-01-21T11:37:21.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:37:21.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl 2024-01-21T11:37:21.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl 2024-01-21T11:37:21.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:37:21.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl 2024-01-21T11:37:21.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.kbpivl ... 2024-01-21T11:37:21.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:21.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:21.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:21.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:21.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:21.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: cephadm 2024-01-21T11:37:19.732918+0000 mgr.smithi046.egcsjs (mgr.14182) 842 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.bejlzv on smithi046 2024-01-21T11:37:21.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:21 smithi079 bash[19822]: cluster 2024-01-21T11:37:19.979739+0000 mgr.smithi046.egcsjs (mgr.14182) 843 : cluster [DBG] pgmap v577: 225 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-01-21T11:37:22.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:22.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:22 smithi046 bash[16032]: audit 2024-01-21T11:37:21.582905+0000 mgr.smithi046.egcsjs (mgr.14182) 844 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:22.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:22 smithi079 bash[19822]: audit 2024-01-21T11:37:21.582905+0000 mgr.smithi046.egcsjs (mgr.14182) 844 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:23.235 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:23.706 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:23 smithi046 bash[16032]: cluster 2024-01-21T11:37:21.981198+0000 mgr.smithi046.egcsjs (mgr.14182) 845 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:37:23.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:23 smithi079 bash[19822]: cluster 2024-01-21T11:37:21.981198+0000 mgr.smithi046.egcsjs (mgr.14182) 845 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:37:24.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:24 smithi079 bash[19822]: audit 2024-01-21T11:37:23.733593+0000 mon.smithi046 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.bejlzv"}]: dispatch 2024-01-21T11:37:24.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:24 smithi079 bash[19822]: audit 2024-01-21T11:37:24.306070+0000 mon.smithi046 (mon.0) 876 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:37:24.787 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:24 smithi046 bash[16032]: audit 2024-01-21T11:37:23.733593+0000 mon.smithi046 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.bejlzv"}]: dispatch 2024-01-21T11:37:24.787 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:24 smithi046 bash[16032]: audit 2024-01-21T11:37:24.306070+0000 mon.smithi046 (mon.0) 876 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:37:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: cephadm 2024-01-21T11:37:23.732589+0000 mgr.smithi046.egcsjs (mgr.14182) 846 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv 2024-01-21T11:37:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:37:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv 2024-01-21T11:37:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv 2024-01-21T11:37:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:37:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv 2024-01-21T11:37:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.bejlzv ... 2024-01-21T11:37:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:25.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:37:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:37:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:37:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:37:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:37:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv 2024-01-21T11:37:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:37:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv 2024-01-21T11:37:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv 2024-01-21T11:37:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:37:25.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv 2024-01-21T11:37:25.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.bejlzv ... 2024-01-21T11:37:25.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:25.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:25.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:25.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:25.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:25.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: cephadm 2024-01-21T11:37:23.733001+0000 mgr.smithi046.egcsjs (mgr.14182) 847 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.bejlzv 2024-01-21T11:37:25.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: cephadm 2024-01-21T11:37:23.735340+0000 mgr.smithi046.egcsjs (mgr.14182) 848 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv 2024-01-21T11:37:25.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:37:25.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv 2024-01-21T11:37:25.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv 2024-01-21T11:37:25.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:37:25.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv 2024-01-21T11:37:25.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.bejlzv ... 2024-01-21T11:37:25.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:25.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:25.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:25.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:25.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:25.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: cephadm 2024-01-21T11:37:23.741147+0000 mgr.smithi046.egcsjs (mgr.14182) 849 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:37:25.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: cephadm 2024-01-21T11:37:23.744329+0000 mgr.smithi046.egcsjs (mgr.14182) 850 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:37:25.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: cluster 2024-01-21T11:37:23.745580+0000 mgr.smithi046.egcsjs (mgr.14182) 851 : cluster [DBG] pgmap v579: 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-01-21T11:37:25.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: cluster 2024-01-21T11:37:24.407021+0000 mon.smithi046 (mon.0) 877 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:37:25.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:25 smithi079 bash[19822]: audit 2024-01-21T11:37:25.141957+0000 mon.smithi046 (mon.0) 878 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:37:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: cephadm 2024-01-21T11:37:23.732589+0000 mgr.smithi046.egcsjs (mgr.14182) 846 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv 2024-01-21T11:37:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:37:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv 2024-01-21T11:37:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv 2024-01-21T11:37:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:37:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv 2024-01-21T11:37:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.bejlzv ... 2024-01-21T11:37:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:25.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:37:25.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:37:25.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:37:25.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:37:25.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:37:25.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv 2024-01-21T11:37:25.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:37:25.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv 2024-01-21T11:37:25.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv 2024-01-21T11:37:25.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:37:25.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv 2024-01-21T11:37:25.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.bejlzv ... 2024-01-21T11:37:25.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:25.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:25.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:25.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:25.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:25.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: cephadm 2024-01-21T11:37:23.733001+0000 mgr.smithi046.egcsjs (mgr.14182) 847 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.bejlzv 2024-01-21T11:37:25.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: cephadm 2024-01-21T11:37:23.735340+0000 mgr.smithi046.egcsjs (mgr.14182) 848 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv 2024-01-21T11:37:25.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:37:25.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv 2024-01-21T11:37:25.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv 2024-01-21T11:37:25.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:37:25.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv 2024-01-21T11:37:25.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.bejlzv ... 2024-01-21T11:37:25.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:25.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:37:25.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:37:25.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:37:25.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:37:25.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: cephadm 2024-01-21T11:37:23.741147+0000 mgr.smithi046.egcsjs (mgr.14182) 849 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:37:25.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: cephadm 2024-01-21T11:37:23.744329+0000 mgr.smithi046.egcsjs (mgr.14182) 850 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:37:25.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: cluster 2024-01-21T11:37:23.745580+0000 mgr.smithi046.egcsjs (mgr.14182) 851 : cluster [DBG] pgmap v579: 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-01-21T11:37:25.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: cluster 2024-01-21T11:37:24.407021+0000 mon.smithi046 (mon.0) 877 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:37:25.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:25 smithi046 bash[16032]: audit 2024-01-21T11:37:25.141957+0000 mon.smithi046 (mon.0) 878 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:37:26.695 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:37:26.695 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:19.728128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\nDeploy daemon haproxy.nfs.foo.smithi079.kbpivl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.735013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\nDeploy daemon haproxy.nfs.foo.smithi046.bejlzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.740917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:37:27.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:27.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:27 smithi046 bash[16032]: cluster 2024-01-21T11:37:25.747441+0000 mgr.smithi046.egcsjs (mgr.14182) 852 : cluster [DBG] pgmap v580: 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-01-21T11:37:27.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:27 smithi079 bash[19822]: cluster 2024-01-21T11:37:25.747441+0000 mgr.smithi046.egcsjs (mgr.14182) 852 : cluster [DBG] pgmap v580: 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-01-21T11:37:28.269 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:28.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:28 smithi046 bash[16032]: audit 2024-01-21T11:37:26.679712+0000 mgr.smithi046.egcsjs (mgr.14182) 853 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:28.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:28 smithi079 bash[19822]: audit 2024-01-21T11:37:26.679712+0000 mgr.smithi046.egcsjs (mgr.14182) 853 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:29.681 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:29 smithi046 bash[16032]: cluster 2024-01-21T11:37:27.748731+0000 mgr.smithi046.egcsjs (mgr.14182) 854 : cluster [DBG] pgmap v581: 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-01-21T11:37:29.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:29 smithi079 bash[19822]: cluster 2024-01-21T11:37:27.748731+0000 mgr.smithi046.egcsjs (mgr.14182) 854 : cluster [DBG] pgmap v581: 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-01-21T11:37:31.483 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:37:31.484 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:19.728128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\nDeploy daemon haproxy.nfs.foo.smithi079.kbpivl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.735013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\nDeploy daemon haproxy.nfs.foo.smithi046.bejlzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.740917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:37:31.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:31 smithi079 bash[19822]: cluster 2024-01-21T11:37:29.750147+0000 mgr.smithi046.egcsjs (mgr.14182) 855 : cluster [DBG] pgmap v582: 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-01-21T11:37:31.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:31 smithi046 bash[16032]: cluster 2024-01-21T11:37:29.750147+0000 mgr.smithi046.egcsjs (mgr.14182) 855 : cluster [DBG] pgmap v582: 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-01-21T11:37:32.142 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:32.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:32 smithi079 bash[19822]: audit 2024-01-21T11:37:31.466791+0000 mgr.smithi046.egcsjs (mgr.14182) 856 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:32.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:32 smithi046 bash[16032]: audit 2024-01-21T11:37:31.466791+0000 mgr.smithi046.egcsjs (mgr.14182) 856 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:33.143 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:33.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:33 smithi079 bash[19822]: cluster 2024-01-21T11:37:31.751781+0000 mgr.smithi046.egcsjs (mgr.14182) 857 : cluster [DBG] pgmap v583: 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-01-21T11:37:33.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:33 smithi046 bash[16032]: cluster 2024-01-21T11:37:31.751781+0000 mgr.smithi046.egcsjs (mgr.14182) 857 : cluster [DBG] pgmap v583: 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-01-21T11:37:35.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:35 smithi079 bash[19822]: cluster 2024-01-21T11:37:33.753163+0000 mgr.smithi046.egcsjs (mgr.14182) 858 : cluster [DBG] pgmap v584: 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-01-21T11:37:35.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:35 smithi046 bash[16032]: cluster 2024-01-21T11:37:33.753163+0000 mgr.smithi046.egcsjs (mgr.14182) 858 : cluster [DBG] pgmap v584: 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-01-21T11:37:36.344 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:37:36.345 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:19.728128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\nDeploy daemon haproxy.nfs.foo.smithi079.kbpivl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.735013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\nDeploy daemon haproxy.nfs.foo.smithi046.bejlzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.740917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:37:36.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:37.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:37 smithi079 bash[19822]: cluster 2024-01-21T11:37:35.754369+0000 mgr.smithi046.egcsjs (mgr.14182) 859 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:37.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:37 smithi079 bash[19822]: audit 2024-01-21T11:37:36.329093+0000 mgr.smithi046.egcsjs (mgr.14182) 860 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:37.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:37 smithi046 bash[16032]: cluster 2024-01-21T11:37:35.754369+0000 mgr.smithi046.egcsjs (mgr.14182) 859 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:37.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:37 smithi046 bash[16032]: audit 2024-01-21T11:37:36.329093+0000 mgr.smithi046.egcsjs (mgr.14182) 860 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:37.935 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:39.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:39 smithi046 bash[16032]: cluster 2024-01-21T11:37:37.755647+0000 mgr.smithi046.egcsjs (mgr.14182) 861 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:39.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:39 smithi046 bash[16032]: audit 2024-01-21T11:37:39.307982+0000 mon.smithi046 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:37:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:39 smithi079 bash[19822]: cluster 2024-01-21T11:37:37.755647+0000 mgr.smithi046.egcsjs (mgr.14182) 861 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:39 smithi079 bash[19822]: audit 2024-01-21T11:37:39.307982+0000 mon.smithi046 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:37:41.159 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:37:41.159 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:19.728128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\nDeploy daemon haproxy.nfs.foo.smithi079.kbpivl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.735013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\nDeploy daemon haproxy.nfs.foo.smithi046.bejlzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.740917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:37:41.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:41.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:41 smithi046 bash[16032]: cluster 2024-01-21T11:37:39.756903+0000 mgr.smithi046.egcsjs (mgr.14182) 862 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:41.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:41 smithi079 bash[19822]: cluster 2024-01-21T11:37:39.756903+0000 mgr.smithi046.egcsjs (mgr.14182) 862 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:42.704 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:42.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:42 smithi046 bash[16032]: audit 2024-01-21T11:37:41.142953+0000 mgr.smithi046.egcsjs (mgr.14182) 863 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:42 smithi079 bash[19822]: audit 2024-01-21T11:37:41.142953+0000 mgr.smithi046.egcsjs (mgr.14182) 863 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:43.768 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:43 smithi046 bash[16032]: cluster 2024-01-21T11:37:41.758551+0000 mgr.smithi046.egcsjs (mgr.14182) 864 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:43 smithi079 bash[19822]: cluster 2024-01-21T11:37:41.758551+0000 mgr.smithi046.egcsjs (mgr.14182) 864 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:45.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:45 smithi046 bash[16032]: cluster 2024-01-21T11:37:43.759450+0000 mgr.smithi046.egcsjs (mgr.14182) 865 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:45.770 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:37:45.770 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:19.728128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\nDeploy daemon haproxy.nfs.foo.smithi079.kbpivl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.735013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\nDeploy daemon haproxy.nfs.foo.smithi046.bejlzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.740917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:37:45.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:45 smithi079 bash[19822]: cluster 2024-01-21T11:37:43.759450+0000 mgr.smithi046.egcsjs (mgr.14182) 865 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:46.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:47.373 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:47.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:47 smithi046 bash[16032]: audit 2024-01-21T11:37:45.751822+0000 mgr.smithi046.egcsjs (mgr.14182) 866 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:47.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:47 smithi046 bash[16032]: cluster 2024-01-21T11:37:45.761383+0000 mgr.smithi046.egcsjs (mgr.14182) 867 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:47 smithi079 bash[19822]: audit 2024-01-21T11:37:45.751822+0000 mgr.smithi046.egcsjs (mgr.14182) 866 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:47 smithi079 bash[19822]: cluster 2024-01-21T11:37:45.761383+0000 mgr.smithi046.egcsjs (mgr.14182) 867 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:37:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:49 smithi046 bash[16032]: cluster 2024-01-21T11:37:47.762636+0000 mgr.smithi046.egcsjs (mgr.14182) 868 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:49.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:49 smithi079 bash[19822]: cluster 2024-01-21T11:37:47.762636+0000 mgr.smithi046.egcsjs (mgr.14182) 868 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:50.639 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:37:50.640 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:19.728128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\nDeploy daemon haproxy.nfs.foo.smithi079.kbpivl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.735013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\nDeploy daemon haproxy.nfs.foo.smithi046.bejlzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.740917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:37:51.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:51.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:51 smithi046 bash[16032]: cluster 2024-01-21T11:37:49.764834+0000 mgr.smithi046.egcsjs (mgr.14182) 869 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:51.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:51 smithi046 bash[16032]: audit 2024-01-21T11:37:50.626677+0000 mgr.smithi046.egcsjs (mgr.14182) 870 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:51.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:51 smithi079 bash[19822]: cluster 2024-01-21T11:37:49.764834+0000 mgr.smithi046.egcsjs (mgr.14182) 869 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:51.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:51 smithi079 bash[19822]: audit 2024-01-21T11:37:50.626677+0000 mgr.smithi046.egcsjs (mgr.14182) 870 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:52.240 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:53.685 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:53 smithi046 bash[16032]: cluster 2024-01-21T11:37:51.766535+0000 mgr.smithi046.egcsjs (mgr.14182) 871 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:53 smithi079 bash[19822]: cluster 2024-01-21T11:37:51.766535+0000 mgr.smithi046.egcsjs (mgr.14182) 871 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:55.478 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:37:55.478 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:19.728128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\nDeploy daemon haproxy.nfs.foo.smithi079.kbpivl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.735013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\nDeploy daemon haproxy.nfs.foo.smithi046.bejlzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.740917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:37:55.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:55 smithi046 bash[16032]: cluster 2024-01-21T11:37:53.767723+0000 mgr.smithi046.egcsjs (mgr.14182) 872 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:55.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:55 smithi079 bash[19822]: cluster 2024-01-21T11:37:53.767723+0000 mgr.smithi046.egcsjs (mgr.14182) 872 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:56.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:37:56.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:56 smithi046 bash[16032]: audit 2024-01-21T11:37:55.462645+0000 mgr.smithi046.egcsjs (mgr.14182) 873 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:56.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:56 smithi079 bash[19822]: audit 2024-01-21T11:37:55.462645+0000 mgr.smithi046.egcsjs (mgr.14182) 873 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:37:57.099 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:37:57.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:57 smithi046 bash[16032]: cluster 2024-01-21T11:37:55.769714+0000 mgr.smithi046.egcsjs (mgr.14182) 874 : cluster [DBG] pgmap v595: 225 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-01-21T11:37:57.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:57 smithi079 bash[19822]: cluster 2024-01-21T11:37:55.769714+0000 mgr.smithi046.egcsjs (mgr.14182) 874 : cluster [DBG] pgmap v595: 225 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-01-21T11:37:59.845 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:37:59 smithi046 bash[16032]: cluster 2024-01-21T11:37:57.770944+0000 mgr.smithi046.egcsjs (mgr.14182) 875 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:37:59.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:37:59 smithi079 bash[19822]: cluster 2024-01-21T11:37:57.770944+0000 mgr.smithi046.egcsjs (mgr.14182) 875 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:38:00.287 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:38:00.287 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:19.728128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\nDeploy daemon haproxy.nfs.foo.smithi079.kbpivl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.735013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\nDeploy daemon haproxy.nfs.foo.smithi046.bejlzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.740917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:38:00.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:01.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:01 smithi046 bash[16032]: cluster 2024-01-21T11:37:59.772114+0000 mgr.smithi046.egcsjs (mgr.14182) 876 : 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-01-21T11:38:01.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:01 smithi046 bash[16032]: audit 2024-01-21T11:38:00.271110+0000 mgr.smithi046.egcsjs (mgr.14182) 877 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:01.962 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:01 smithi079 bash[19822]: cluster 2024-01-21T11:37:59.772114+0000 mgr.smithi046.egcsjs (mgr.14182) 876 : 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-01-21T11:38:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:01 smithi079 bash[19822]: audit 2024-01-21T11:38:00.271110+0000 mgr.smithi046.egcsjs (mgr.14182) 877 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:03.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:03 smithi046 bash[16032]: cluster 2024-01-21T11:38:01.773635+0000 mgr.smithi046.egcsjs (mgr.14182) 878 : 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-01-21T11:38:03.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:03 smithi079 bash[19822]: cluster 2024-01-21T11:38:01.773635+0000 mgr.smithi046.egcsjs (mgr.14182) 878 : 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-01-21T11:38:04.976 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:38:04.976 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:19.728128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\nDeploy daemon haproxy.nfs.foo.smithi079.kbpivl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.735013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\nDeploy daemon haproxy.nfs.foo.smithi046.bejlzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.740917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:38:05.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:05.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:05 smithi046 bash[16032]: cluster 2024-01-21T11:38:03.774535+0000 mgr.smithi046.egcsjs (mgr.14182) 879 : 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-01-21T11:38:05.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:05 smithi079 bash[19822]: cluster 2024-01-21T11:38:03.774535+0000 mgr.smithi046.egcsjs (mgr.14182) 879 : 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-01-21T11:38:06.592 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:06.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:06 smithi046 bash[16032]: audit 2024-01-21T11:38:04.965283+0000 mgr.smithi046.egcsjs (mgr.14182) 880 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:06.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:06 smithi079 bash[19822]: audit 2024-01-21T11:38:04.965283+0000 mgr.smithi046.egcsjs (mgr.14182) 880 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:07.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:07 smithi046 bash[16032]: cluster 2024-01-21T11:38:05.776475+0000 mgr.smithi046.egcsjs (mgr.14182) 881 : cluster [DBG] pgmap v600: 225 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-01-21T11:38:07.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:07 smithi079 bash[19822]: cluster 2024-01-21T11:38:05.776475+0000 mgr.smithi046.egcsjs (mgr.14182) 881 : cluster [DBG] pgmap v600: 225 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-01-21T11:38:09.655 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:38:09.655 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:19.728128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\nDeploy daemon haproxy.nfs.foo.smithi079.kbpivl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.735013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\nDeploy daemon haproxy.nfs.foo.smithi046.bejlzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.740917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:38:09.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:09 smithi046 bash[16032]: cluster 2024-01-21T11:38:07.777901+0000 mgr.smithi046.egcsjs (mgr.14182) 882 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:38:09.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:09 smithi079 bash[19822]: cluster 2024-01-21T11:38:07.777901+0000 mgr.smithi046.egcsjs (mgr.14182) 882 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:38:10.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:10.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:10 smithi046 bash[16032]: audit 2024-01-21T11:38:09.640460+0000 mgr.smithi046.egcsjs (mgr.14182) 883 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:10.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:10 smithi079 bash[19822]: audit 2024-01-21T11:38:09.640460+0000 mgr.smithi046.egcsjs (mgr.14182) 883 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:11.248 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:11.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:11 smithi046 bash[16032]: cluster 2024-01-21T11:38:09.778967+0000 mgr.smithi046.egcsjs (mgr.14182) 884 : 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-01-21T11:38:11.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:11 smithi079 bash[19822]: cluster 2024-01-21T11:38:09.778967+0000 mgr.smithi046.egcsjs (mgr.14182) 884 : 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-01-21T11:38:13.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:13 smithi046 bash[16032]: cluster 2024-01-21T11:38:11.780471+0000 mgr.smithi046.egcsjs (mgr.14182) 885 : 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-01-21T11:38:13.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:13 smithi079 bash[19822]: cluster 2024-01-21T11:38:11.780471+0000 mgr.smithi046.egcsjs (mgr.14182) 885 : 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-01-21T11:38:14.399 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:38:14.399 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:19.728128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\nDeploy daemon haproxy.nfs.foo.smithi079.kbpivl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.735013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\nDeploy daemon haproxy.nfs.foo.smithi046.bejlzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.740917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:38:15.027 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:15.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:15 smithi046 bash[16032]: cluster 2024-01-21T11:38:13.782127+0000 mgr.smithi046.egcsjs (mgr.14182) 886 : 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-01-21T11:38:15.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:15 smithi046 bash[16032]: audit 2024-01-21T11:38:14.388216+0000 mgr.smithi046.egcsjs (mgr.14182) 887 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:15.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:15 smithi079 bash[19822]: cluster 2024-01-21T11:38:13.782127+0000 mgr.smithi046.egcsjs (mgr.14182) 886 : 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-01-21T11:38:15.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:15 smithi079 bash[19822]: audit 2024-01-21T11:38:14.388216+0000 mgr.smithi046.egcsjs (mgr.14182) 887 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:16.028 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:17.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:17 smithi046 bash[16032]: cluster 2024-01-21T11:38:15.784159+0000 mgr.smithi046.egcsjs (mgr.14182) 888 : cluster [DBG] pgmap v605: 225 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-01-21T11:38:17.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:17 smithi079 bash[19822]: cluster 2024-01-21T11:38:15.784159+0000 mgr.smithi046.egcsjs (mgr.14182) 888 : cluster [DBG] pgmap v605: 225 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-01-21T11:38:19.237 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:38:19.238 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:19.728128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\nDeploy daemon haproxy.nfs.foo.smithi079.kbpivl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.735013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\nDeploy daemon haproxy.nfs.foo.smithi046.bejlzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.740917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:38:19.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:19.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:19 smithi046 bash[16032]: cluster 2024-01-21T11:38:17.785330+0000 mgr.smithi046.egcsjs (mgr.14182) 889 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:38:19.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:19 smithi079 bash[19822]: cluster 2024-01-21T11:38:17.785330+0000 mgr.smithi046.egcsjs (mgr.14182) 889 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:38:20.823 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:20.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:20 smithi079 bash[19822]: audit 2024-01-21T11:38:19.221972+0000 mgr.smithi046.egcsjs (mgr.14182) 890 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:21.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:20 smithi046 bash[16032]: audit 2024-01-21T11:38:19.221972+0000 mgr.smithi046.egcsjs (mgr.14182) 890 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:21.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:21 smithi046 bash[16032]: cluster 2024-01-21T11:38:19.786602+0000 mgr.smithi046.egcsjs (mgr.14182) 891 : 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-01-21T11:38:21.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:21 smithi079 bash[19822]: cluster 2024-01-21T11:38:19.786602+0000 mgr.smithi046.egcsjs (mgr.14182) 891 : 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-01-21T11:38:23.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:23 smithi046 bash[16032]: cluster 2024-01-21T11:38:21.788160+0000 mgr.smithi046.egcsjs (mgr.14182) 892 : 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-01-21T11:38:23.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:23 smithi079 bash[19822]: cluster 2024-01-21T11:38:21.788160+0000 mgr.smithi046.egcsjs (mgr.14182) 892 : 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-01-21T11:38:23.989 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:38:23.989 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:19.728128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\nDeploy daemon haproxy.nfs.foo.smithi079.kbpivl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.735013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\nDeploy daemon haproxy.nfs.foo.smithi046.bejlzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.740917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:38:24.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:24.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:24 smithi079 bash[19822]: audit 2024-01-21T11:38:23.748381+0000 mon.smithi046 (mon.0) 880 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:38:25.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:24 smithi046 bash[16032]: audit 2024-01-21T11:38:23.748381+0000 mon.smithi046 (mon.0) 880 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:38:25.651 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:25.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:25 smithi079 bash[19822]: cluster 2024-01-21T11:38:23.789556+0000 mgr.smithi046.egcsjs (mgr.14182) 893 : 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-01-21T11:38:25.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:25 smithi079 bash[19822]: audit 2024-01-21T11:38:23.975854+0000 mgr.smithi046.egcsjs (mgr.14182) 894 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:26.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:25 smithi046 bash[16032]: cluster 2024-01-21T11:38:23.789556+0000 mgr.smithi046.egcsjs (mgr.14182) 893 : 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-01-21T11:38:26.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:25 smithi046 bash[16032]: audit 2024-01-21T11:38:23.975854+0000 mgr.smithi046.egcsjs (mgr.14182) 894 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:27.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:27 smithi079 bash[19822]: cluster 2024-01-21T11:38:25.791517+0000 mgr.smithi046.egcsjs (mgr.14182) 895 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:28.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:27 smithi046 bash[16032]: cluster 2024-01-21T11:38:25.791517+0000 mgr.smithi046.egcsjs (mgr.14182) 895 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:28.759 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:38:28.760 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:28:02.655825Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:28:02.655959Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:28:02.656091Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:19.728128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\nDeploy daemon haproxy.nfs.foo.smithi079.kbpivl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.735013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\nDeploy daemon haproxy.nfs.foo.smithi046.bejlzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.740917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:28:02.655699Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:28:02.655473Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:28:02.656895Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:28:02.656207Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:28:02.656323Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:28:02.656780Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:38:29.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:29 smithi079 bash[19822]: cluster 2024-01-21T11:38:27.792791+0000 mgr.smithi046.egcsjs (mgr.14182) 896 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:38:30.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:29 smithi046 bash[16032]: cluster 2024-01-21T11:38:27.792791+0000 mgr.smithi046.egcsjs (mgr.14182) 896 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:38:30.364 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:30.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:30 smithi079 bash[19822]: audit 2024-01-21T11:38:28.749697+0000 mgr.smithi046.egcsjs (mgr.14182) 897 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:30.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:30 smithi079 bash[19822]: audit 2024-01-21T11:38:30.076291+0000 mon.smithi046 (mon.0) 881 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:38:30.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:30 smithi079 bash[19822]: audit 2024-01-21T11:38:30.372424+0000 mon.smithi046 (mon.0) 882 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:38:30.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:30 smithi079 bash[19822]: audit 2024-01-21T11:38:30.373808+0000 mon.smithi046 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:38:30.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:30 smithi079 bash[19822]: audit 2024-01-21T11:38:30.380358+0000 mon.smithi046 (mon.0) 884 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:38:30.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:30 smithi079 bash[19822]: audit 2024-01-21T11:38:30.387970+0000 mon.smithi046 (mon.0) 885 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:38:30.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:30 smithi079 bash[19822]: audit 2024-01-21T11:38:30.401800+0000 mon.smithi046 (mon.0) 886 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:38:31.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:30 smithi046 bash[16032]: audit 2024-01-21T11:38:28.749697+0000 mgr.smithi046.egcsjs (mgr.14182) 897 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:31.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:30 smithi046 bash[16032]: audit 2024-01-21T11:38:30.076291+0000 mon.smithi046 (mon.0) 881 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:38:31.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:30 smithi046 bash[16032]: audit 2024-01-21T11:38:30.372424+0000 mon.smithi046 (mon.0) 882 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:38:31.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:30 smithi046 bash[16032]: audit 2024-01-21T11:38:30.373808+0000 mon.smithi046 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:38:31.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:30 smithi046 bash[16032]: audit 2024-01-21T11:38:30.380358+0000 mon.smithi046 (mon.0) 884 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:38:31.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:30 smithi046 bash[16032]: audit 2024-01-21T11:38:30.387970+0000 mon.smithi046 (mon.0) 885 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:38:31.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:30 smithi046 bash[16032]: audit 2024-01-21T11:38:30.401800+0000 mon.smithi046 (mon.0) 886 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:38:31.862 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:31 smithi046 bash[16032]: cluster 2024-01-21T11:38:29.794033+0000 mgr.smithi046.egcsjs (mgr.14182) 898 : 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-01-21T11:38:31.862 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:31 smithi046 bash[16032]: cluster 2024-01-21T11:38:30.381100+0000 mgr.smithi046.egcsjs (mgr.14182) 899 : cluster [DBG] pgmap v613: 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-01-21T11:38:31.862 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:31 smithi046 bash[16032]: cephadm 2024-01-21T11:38:30.404981+0000 mgr.smithi046.egcsjs (mgr.14182) 900 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.qpreki on smithi079 2024-01-21T11:38:31.862 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:31 smithi046 bash[16032]: cluster 2024-01-21T11:38:30.666473+0000 mon.smithi046 (mon.0) 887 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:38:31.862 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:31 smithi046 bash[16032]: cluster 2024-01-21T11:38:30.666548+0000 mon.smithi046 (mon.0) 888 : cluster [INF] Cluster is now healthy 2024-01-21T11:38:31.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:31 smithi079 bash[19822]: cluster 2024-01-21T11:38:29.794033+0000 mgr.smithi046.egcsjs (mgr.14182) 898 : 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-01-21T11:38:31.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:31 smithi079 bash[19822]: cluster 2024-01-21T11:38:30.381100+0000 mgr.smithi046.egcsjs (mgr.14182) 899 : cluster [DBG] pgmap v613: 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-01-21T11:38:31.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:31 smithi079 bash[19822]: cephadm 2024-01-21T11:38:30.404981+0000 mgr.smithi046.egcsjs (mgr.14182) 900 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.qpreki on smithi079 2024-01-21T11:38:31.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:31 smithi079 bash[19822]: cluster 2024-01-21T11:38:30.666473+0000 mon.smithi046 (mon.0) 887 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:38:31.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:31 smithi079 bash[19822]: cluster 2024-01-21T11:38:30.666548+0000 mon.smithi046 (mon.0) 888 : cluster [INF] Cluster is now healthy 2024-01-21T11:38:33.639 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:38:33.639 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:29:17.022219Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:36:15.641615Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.hndugz on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:19.728128Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.kbpivl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-kbpivl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.kbpivl\nDeploy daemon haproxy.nfs.foo.smithi079.kbpivl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.735013Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.bejlzv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-bejlzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.bejlzv\nDeploy daemon haproxy.nfs.foo.smithi046.bejlzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:37:23.740917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rhdhap on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:29:17.022610Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:29:17.022890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:29:17.023157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:29:17.023718Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:29:17.024752Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:38:33.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:33 smithi079 bash[19822]: cluster 2024-01-21T11:38:32.382149+0000 mgr.smithi046.egcsjs (mgr.14182) 901 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T11:38:34.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:33 smithi046 bash[16032]: cluster 2024-01-21T11:38:32.382149+0000 mgr.smithi046.egcsjs (mgr.14182) 901 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T11:38:34.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:34.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:34 smithi079 bash[19822]: audit 2024-01-21T11:38:33.621528+0000 mgr.smithi046.egcsjs (mgr.14182) 902 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:34.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:34 smithi079 bash[19822]: audit 2024-01-21T11:38:34.544524+0000 mon.smithi046 (mon.0) 889 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.qpreki"}]: dispatch 2024-01-21T11:38:34.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:34 smithi046 bash[16032]: audit 2024-01-21T11:38:33.621528+0000 mgr.smithi046.egcsjs (mgr.14182) 902 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:34.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:34 smithi046 bash[16032]: audit 2024-01-21T11:38:34.544524+0000 mon.smithi046 (mon.0) 889 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.qpreki"}]: dispatch 2024-01-21T11:38:35.242 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: cluster 2024-01-21T11:38:34.383537+0000 mgr.smithi046.egcsjs (mgr.14182) 903 : cluster [DBG] pgmap v615: 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-01-21T11:38:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: cephadm 2024-01-21T11:38:34.542267+0000 mgr.smithi046.egcsjs (mgr.14182) 904 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki 2024-01-21T11:38:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:38:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki 2024-01-21T11:38:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki 2024-01-21T11:38:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:38:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki 2024-01-21T11:38:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.qpreki ... 2024-01-21T11:38:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:35.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:38:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:38:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:38:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:38:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:38:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki 2024-01-21T11:38:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:38:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki 2024-01-21T11:38:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki 2024-01-21T11:38:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:38:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki 2024-01-21T11:38:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.qpreki ... 2024-01-21T11:38:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:35.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: cephadm 2024-01-21T11:38:34.542973+0000 mgr.smithi046.egcsjs (mgr.14182) 905 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.qpreki 2024-01-21T11:38:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: cephadm 2024-01-21T11:38:34.546231+0000 mgr.smithi046.egcsjs (mgr.14182) 906 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki 2024-01-21T11:38:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:38:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki 2024-01-21T11:38:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki 2024-01-21T11:38:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:38:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki 2024-01-21T11:38:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.qpreki ... 2024-01-21T11:38:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:35.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:35 smithi079 bash[19822]: cephadm 2024-01-21T11:38:34.551706+0000 mgr.smithi046.egcsjs (mgr.14182) 907 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.eqbici on smithi046 2024-01-21T11:38:36.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: cluster 2024-01-21T11:38:34.383537+0000 mgr.smithi046.egcsjs (mgr.14182) 903 : cluster [DBG] pgmap v615: 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-01-21T11:38:36.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: cephadm 2024-01-21T11:38:34.542267+0000 mgr.smithi046.egcsjs (mgr.14182) 904 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki 2024-01-21T11:38:36.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:38:36.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki 2024-01-21T11:38:36.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki 2024-01-21T11:38:36.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:38:36.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki 2024-01-21T11:38:36.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.qpreki ... 2024-01-21T11:38:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:38:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:38:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:38:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:38:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:38:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki 2024-01-21T11:38:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:38:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki 2024-01-21T11:38:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki 2024-01-21T11:38:36.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:38:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki 2024-01-21T11:38:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.qpreki ... 2024-01-21T11:38:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: cephadm 2024-01-21T11:38:34.542973+0000 mgr.smithi046.egcsjs (mgr.14182) 905 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.qpreki 2024-01-21T11:38:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: cephadm 2024-01-21T11:38:34.546231+0000 mgr.smithi046.egcsjs (mgr.14182) 906 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki 2024-01-21T11:38:36.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:38:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki 2024-01-21T11:38:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki 2024-01-21T11:38:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:38:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki 2024-01-21T11:38:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.qpreki ... 2024-01-21T11:38:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:36.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:35 smithi046 bash[16032]: cephadm 2024-01-21T11:38:34.551706+0000 mgr.smithi046.egcsjs (mgr.14182) 907 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.eqbici on smithi046 2024-01-21T11:38:37.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:37 smithi046 bash[16032]: cluster 2024-01-21T11:38:36.384629+0000 mgr.smithi046.egcsjs (mgr.14182) 908 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T11:38:37.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:37 smithi079 bash[19822]: cluster 2024-01-21T11:38:36.384629+0000 mgr.smithi046.egcsjs (mgr.14182) 908 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T11:38:38.533 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:38:38.534 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:29:17.022219Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:34.545990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\nDeploy daemon haproxy.nfs.foo.smithi079.qpreki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.373650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\nDeploy daemon haproxy.nfs.foo.smithi046.eqbici ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.375994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:29:17.022610Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:29:17.022890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:29:17.023157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:29:17.023718Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:29:17.024752Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:38:38.593 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:38 smithi046 bash[16032]: audit 2024-01-21T11:38:38.372713+0000 mon.smithi046 (mon.0) 890 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.eqbici"}]: dispatch 2024-01-21T11:38:38.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:38 smithi079 bash[19822]: audit 2024-01-21T11:38:38.372713+0000 mon.smithi046 (mon.0) 890 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.eqbici"}]: dispatch 2024-01-21T11:38:39.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: cephadm 2024-01-21T11:38:38.372026+0000 mgr.smithi046.egcsjs (mgr.14182) 909 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici 2024-01-21T11:38:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:38:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici 2024-01-21T11:38:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici 2024-01-21T11:38:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:38:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici 2024-01-21T11:38:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.eqbici ... 2024-01-21T11:38:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:39.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:38:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:38:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:38:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:38:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:38:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici 2024-01-21T11:38:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:38:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici 2024-01-21T11:38:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici 2024-01-21T11:38:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:38:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici 2024-01-21T11:38:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.eqbici ... 2024-01-21T11:38:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:39.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: cephadm 2024-01-21T11:38:38.372277+0000 mgr.smithi046.egcsjs (mgr.14182) 910 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.eqbici 2024-01-21T11:38:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: cephadm 2024-01-21T11:38:38.373793+0000 mgr.smithi046.egcsjs (mgr.14182) 911 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici 2024-01-21T11:38:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:38:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici 2024-01-21T11:38:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici 2024-01-21T11:38:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:38:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici 2024-01-21T11:38:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.eqbici ... 2024-01-21T11:38:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:39.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: cephadm 2024-01-21T11:38:38.376116+0000 mgr.smithi046.egcsjs (mgr.14182) 912 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:38:39.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: cephadm 2024-01-21T11:38:38.378195+0000 mgr.smithi046.egcsjs (mgr.14182) 913 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:38:39.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: cluster 2024-01-21T11:38:38.379418+0000 mgr.smithi046.egcsjs (mgr.14182) 914 : cluster [DBG] pgmap v617: 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-01-21T11:38:39.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: cluster 2024-01-21T11:38:38.431456+0000 mon.smithi046 (mon.0) 891 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:38:39.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:39 smithi079 bash[19822]: audit 2024-01-21T11:38:38.517292+0000 mgr.smithi046.egcsjs (mgr.14182) 915 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:39.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: cephadm 2024-01-21T11:38:38.372026+0000 mgr.smithi046.egcsjs (mgr.14182) 909 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici 2024-01-21T11:38:39.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:38:39.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici 2024-01-21T11:38:39.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici 2024-01-21T11:38:39.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:38:39.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici 2024-01-21T11:38:39.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.eqbici ... 2024-01-21T11:38:39.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:38:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:38:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:38:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:38:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:38:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici 2024-01-21T11:38:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:38:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici 2024-01-21T11:38:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici 2024-01-21T11:38:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:38:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici 2024-01-21T11:38:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.eqbici ... 2024-01-21T11:38:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: cephadm 2024-01-21T11:38:38.372277+0000 mgr.smithi046.egcsjs (mgr.14182) 910 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.eqbici 2024-01-21T11:38:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: cephadm 2024-01-21T11:38:38.373793+0000 mgr.smithi046.egcsjs (mgr.14182) 911 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici 2024-01-21T11:38:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:38:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici 2024-01-21T11:38:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici 2024-01-21T11:38:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:38:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici 2024-01-21T11:38:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.eqbici ... 2024-01-21T11:38:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:38:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:38:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:38:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:38:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: cephadm 2024-01-21T11:38:38.376116+0000 mgr.smithi046.egcsjs (mgr.14182) 912 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:38:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: cephadm 2024-01-21T11:38:38.378195+0000 mgr.smithi046.egcsjs (mgr.14182) 913 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:38:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: cluster 2024-01-21T11:38:38.379418+0000 mgr.smithi046.egcsjs (mgr.14182) 914 : cluster [DBG] pgmap v617: 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-01-21T11:38:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: cluster 2024-01-21T11:38:38.431456+0000 mon.smithi046 (mon.0) 891 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:38:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:39 smithi046 bash[16032]: audit 2024-01-21T11:38:38.517292+0000 mgr.smithi046.egcsjs (mgr.14182) 915 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:40.103 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:41.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:41 smithi046 bash[16032]: audit 2024-01-21T11:38:40.204660+0000 mon.smithi046 (mon.0) 892 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:38:41.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:41 smithi046 bash[16032]: cluster 2024-01-21T11:38:40.381273+0000 mgr.smithi046.egcsjs (mgr.14182) 916 : cluster [DBG] pgmap v618: 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-01-21T11:38:41.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:41 smithi079 bash[19822]: audit 2024-01-21T11:38:40.204660+0000 mon.smithi046 (mon.0) 892 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:38:41.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:41 smithi079 bash[19822]: cluster 2024-01-21T11:38:40.381273+0000 mgr.smithi046.egcsjs (mgr.14182) 916 : cluster [DBG] pgmap v618: 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-01-21T11:38:43.183 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:38:43.183 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:29:17.022219Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:34.545990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\nDeploy daemon haproxy.nfs.foo.smithi079.qpreki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.373650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\nDeploy daemon haproxy.nfs.foo.smithi046.eqbici ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.375994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:29:17.022610Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:29:17.022890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:29:17.023157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:29:17.023718Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:29:17.024752Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:38:43.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:43 smithi046 bash[16032]: cluster 2024-01-21T11:38:42.382925+0000 mgr.smithi046.egcsjs (mgr.14182) 917 : 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-01-21T11:38:43.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:43 smithi079 bash[19822]: cluster 2024-01-21T11:38:42.382925+0000 mgr.smithi046.egcsjs (mgr.14182) 917 : 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-01-21T11:38:43.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:44.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:44 smithi079 bash[19822]: audit 2024-01-21T11:38:43.165592+0000 mgr.smithi046.egcsjs (mgr.14182) 918 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:44.761 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:44.774 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:44 smithi046 bash[16032]: audit 2024-01-21T11:38:43.165592+0000 mgr.smithi046.egcsjs (mgr.14182) 918 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:45.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:45 smithi079 bash[19822]: cluster 2024-01-21T11:38:44.384580+0000 mgr.smithi046.egcsjs (mgr.14182) 919 : 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-01-21T11:38:45.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:45 smithi046 bash[16032]: cluster 2024-01-21T11:38:44.384580+0000 mgr.smithi046.egcsjs (mgr.14182) 919 : 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-01-21T11:38:47.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:47 smithi046 bash[16032]: cluster 2024-01-21T11:38:46.385786+0000 mgr.smithi046.egcsjs (mgr.14182) 920 : 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-01-21T11:38:47.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:47 smithi079 bash[19822]: cluster 2024-01-21T11:38:46.385786+0000 mgr.smithi046.egcsjs (mgr.14182) 920 : 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-01-21T11:38:47.955 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:38:47.956 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:29:17.022219Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:34.545990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\nDeploy daemon haproxy.nfs.foo.smithi079.qpreki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.373650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\nDeploy daemon haproxy.nfs.foo.smithi046.eqbici ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.375994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:29:17.022610Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:29:17.022890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:29:17.023157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:29:17.023718Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:29:17.024752Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:38:48.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:49.557 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:49.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:49 smithi079 bash[19822]: audit 2024-01-21T11:38:47.939424+0000 mgr.smithi046.egcsjs (mgr.14182) 921 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:49.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:49 smithi079 bash[19822]: cluster 2024-01-21T11:38:48.387004+0000 mgr.smithi046.egcsjs (mgr.14182) 922 : 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-01-21T11:38:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:49 smithi046 bash[16032]: audit 2024-01-21T11:38:47.939424+0000 mgr.smithi046.egcsjs (mgr.14182) 921 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:49 smithi046 bash[16032]: cluster 2024-01-21T11:38:48.387004+0000 mgr.smithi046.egcsjs (mgr.14182) 922 : 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-01-21T11:38:51.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:51 smithi079 bash[19822]: cluster 2024-01-21T11:38:50.388849+0000 mgr.smithi046.egcsjs (mgr.14182) 923 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:38:51.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:51 smithi046 bash[16032]: cluster 2024-01-21T11:38:50.388849+0000 mgr.smithi046.egcsjs (mgr.14182) 923 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:38:52.725 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:38:52.725 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:29:17.022219Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:34.545990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\nDeploy daemon haproxy.nfs.foo.smithi079.qpreki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.373650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\nDeploy daemon haproxy.nfs.foo.smithi046.eqbici ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.375994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:29:17.022610Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:29:17.022890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:29:17.023157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:29:17.023718Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:29:17.024752Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:38:53.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:53.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:53 smithi046 bash[16032]: cluster 2024-01-21T11:38:52.390459+0000 mgr.smithi046.egcsjs (mgr.14182) 924 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:38:53.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:53 smithi079 bash[19822]: cluster 2024-01-21T11:38:52.390459+0000 mgr.smithi046.egcsjs (mgr.14182) 924 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:38:54.308 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:54.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:54 smithi046 bash[16032]: audit 2024-01-21T11:38:52.709974+0000 mgr.smithi046.egcsjs (mgr.14182) 925 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:54.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:54 smithi079 bash[19822]: audit 2024-01-21T11:38:52.709974+0000 mgr.smithi046.egcsjs (mgr.14182) 925 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:55.661 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:55 smithi046 bash[16032]: cluster 2024-01-21T11:38:54.391742+0000 mgr.smithi046.egcsjs (mgr.14182) 926 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:38:55.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:55 smithi079 bash[19822]: cluster 2024-01-21T11:38:54.391742+0000 mgr.smithi046.egcsjs (mgr.14182) 926 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:38:57.370 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:38:57.370 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:29:17.022219Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:34.545990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\nDeploy daemon haproxy.nfs.foo.smithi079.qpreki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.373650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\nDeploy daemon haproxy.nfs.foo.smithi046.eqbici ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.375994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:29:17.022610Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:29:17.022890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:29:17.023157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:29:17.023718Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:29:17.024752Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:38:57.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:57 smithi046 bash[16032]: cluster 2024-01-21T11:38:56.393867+0000 mgr.smithi046.egcsjs (mgr.14182) 927 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:57.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:57 smithi079 bash[19822]: cluster 2024-01-21T11:38:56.393867+0000 mgr.smithi046.egcsjs (mgr.14182) 927 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:38:57.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:38:58.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:58 smithi046 bash[16032]: audit 2024-01-21T11:38:57.360561+0000 mgr.smithi046.egcsjs (mgr.14182) 928 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:58.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:58 smithi079 bash[19822]: audit 2024-01-21T11:38:57.360561+0000 mgr.smithi046.egcsjs (mgr.14182) 928 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:38:58.997 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:38:59.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:38:59 smithi046 bash[16032]: cluster 2024-01-21T11:38:58.395333+0000 mgr.smithi046.egcsjs (mgr.14182) 929 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:38:59.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:38:59 smithi079 bash[19822]: cluster 2024-01-21T11:38:58.395333+0000 mgr.smithi046.egcsjs (mgr.14182) 929 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:39:01.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:01 smithi079 bash[19822]: cluster 2024-01-21T11:39:00.397271+0000 mgr.smithi046.egcsjs (mgr.14182) 930 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:39:01.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:01 smithi046 bash[16032]: cluster 2024-01-21T11:39:00.397271+0000 mgr.smithi046.egcsjs (mgr.14182) 930 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:39:01.992 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:39:01.992 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:29:17.022219Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:34.545990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\nDeploy daemon haproxy.nfs.foo.smithi079.qpreki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.373650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\nDeploy daemon haproxy.nfs.foo.smithi046.eqbici ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.375994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:29:17.022610Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:29:17.022890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:29:17.023157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:29:17.023718Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:29:17.024752Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:39:02.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:03.592 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:03.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:03 smithi079 bash[19822]: audit 2024-01-21T11:39:01.982197+0000 mgr.smithi046.egcsjs (mgr.14182) 931 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:03.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:03 smithi079 bash[19822]: cluster 2024-01-21T11:39:02.398755+0000 mgr.smithi046.egcsjs (mgr.14182) 932 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:39:03.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:03 smithi046 bash[16032]: audit 2024-01-21T11:39:01.982197+0000 mgr.smithi046.egcsjs (mgr.14182) 931 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:03.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:03 smithi046 bash[16032]: cluster 2024-01-21T11:39:02.398755+0000 mgr.smithi046.egcsjs (mgr.14182) 932 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:39:05.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:05 smithi079 bash[19822]: cluster 2024-01-21T11:39:04.400436+0000 mgr.smithi046.egcsjs (mgr.14182) 933 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:39:05.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:05 smithi046 bash[16032]: cluster 2024-01-21T11:39:04.400436+0000 mgr.smithi046.egcsjs (mgr.14182) 933 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:39:06.683 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:39:06.683 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:29:17.022219Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:34.545990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\nDeploy daemon haproxy.nfs.foo.smithi079.qpreki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.373650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\nDeploy daemon haproxy.nfs.foo.smithi046.eqbici ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.375994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:29:17.022610Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:29:17.022890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:29:17.023157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:29:17.023718Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:29:17.024752Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:39:07.260 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:07.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:07 smithi046 bash[16032]: cluster 2024-01-21T11:39:06.402480+0000 mgr.smithi046.egcsjs (mgr.14182) 934 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:07.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:07 smithi046 bash[16032]: audit 2024-01-21T11:39:06.666898+0000 mgr.smithi046.egcsjs (mgr.14182) 935 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:07.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:07 smithi079 bash[19822]: cluster 2024-01-21T11:39:06.402480+0000 mgr.smithi046.egcsjs (mgr.14182) 934 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:07.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:07 smithi079 bash[19822]: audit 2024-01-21T11:39:06.666898+0000 mgr.smithi046.egcsjs (mgr.14182) 935 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:08.261 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:09.578 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:09 smithi046 bash[16032]: cluster 2024-01-21T11:39:08.403803+0000 mgr.smithi046.egcsjs (mgr.14182) 936 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:39:09.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:09 smithi079 bash[19822]: cluster 2024-01-21T11:39:08.403803+0000 mgr.smithi046.egcsjs (mgr.14182) 936 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:39:11.389 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:39:11.389 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:29:17.022219Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:34.545990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\nDeploy daemon haproxy.nfs.foo.smithi079.qpreki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.373650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\nDeploy daemon haproxy.nfs.foo.smithi046.eqbici ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.375994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:29:17.022610Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:29:17.022890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:29:17.023157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:29:17.023718Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:29:17.024752Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:39:11.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:11 smithi079 bash[19822]: cluster 2024-01-21T11:39:10.405588+0000 mgr.smithi046.egcsjs (mgr.14182) 937 : 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-01-21T11:39:11.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:11 smithi046 bash[16032]: cluster 2024-01-21T11:39:10.405588+0000 mgr.smithi046.egcsjs (mgr.14182) 937 : 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-01-21T11:39:12.064 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:12.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:12 smithi079 bash[19822]: audit 2024-01-21T11:39:11.371464+0000 mgr.smithi046.egcsjs (mgr.14182) 938 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:12.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:12 smithi046 bash[16032]: audit 2024-01-21T11:39:11.371464+0000 mgr.smithi046.egcsjs (mgr.14182) 938 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:13.065 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:13.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:13 smithi046 bash[16032]: cluster 2024-01-21T11:39:12.407233+0000 mgr.smithi046.egcsjs (mgr.14182) 939 : 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-01-21T11:39:13.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:13 smithi079 bash[19822]: cluster 2024-01-21T11:39:12.407233+0000 mgr.smithi046.egcsjs (mgr.14182) 939 : 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-01-21T11:39:15.776 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:15 smithi046 bash[16032]: cluster 2024-01-21T11:39:14.408879+0000 mgr.smithi046.egcsjs (mgr.14182) 940 : 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-01-21T11:39:15.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:15 smithi079 bash[19822]: cluster 2024-01-21T11:39:14.408879+0000 mgr.smithi046.egcsjs (mgr.14182) 940 : 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-01-21T11:39:16.230 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:39:16.230 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:29:17.022219Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:34.545990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\nDeploy daemon haproxy.nfs.foo.smithi079.qpreki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.373650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\nDeploy daemon haproxy.nfs.foo.smithi046.eqbici ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.375994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:29:17.022610Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:29:17.022890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:29:17.023157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:29:17.023718Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:29:17.024752Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:39:16.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:17.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:17 smithi046 bash[16032]: audit 2024-01-21T11:39:16.215050+0000 mgr.smithi046.egcsjs (mgr.14182) 941 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:17.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:17 smithi046 bash[16032]: cluster 2024-01-21T11:39:16.410813+0000 mgr.smithi046.egcsjs (mgr.14182) 942 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:17.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:17 smithi079 bash[19822]: audit 2024-01-21T11:39:16.215050+0000 mgr.smithi046.egcsjs (mgr.14182) 941 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:17.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:17 smithi079 bash[19822]: cluster 2024-01-21T11:39:16.410813+0000 mgr.smithi046.egcsjs (mgr.14182) 942 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:17.862 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:19.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:19 smithi079 bash[19822]: cluster 2024-01-21T11:39:18.412150+0000 mgr.smithi046.egcsjs (mgr.14182) 943 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:39:19.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:19 smithi046 bash[16032]: cluster 2024-01-21T11:39:18.412150+0000 mgr.smithi046.egcsjs (mgr.14182) 943 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:39:21.016 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:39:21.016 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:29:17.022219Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:34.545990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\nDeploy daemon haproxy.nfs.foo.smithi079.qpreki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.373650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\nDeploy daemon haproxy.nfs.foo.smithi046.eqbici ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.375994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:29:17.022610Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:29:17.022890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:29:17.023157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:29:17.023718Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:29:17.024752Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:39:21.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:21 smithi079 bash[19822]: cluster 2024-01-21T11:39:20.414048+0000 mgr.smithi046.egcsjs (mgr.14182) 944 : 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-01-21T11:39:21.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:21 smithi046 bash[16032]: cluster 2024-01-21T11:39:20.414048+0000 mgr.smithi046.egcsjs (mgr.14182) 944 : 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-01-21T11:39:22.593 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:22.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:22 smithi046 bash[16032]: audit 2024-01-21T11:39:21.006646+0000 mgr.smithi046.egcsjs (mgr.14182) 945 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:22.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:22 smithi079 bash[19822]: audit 2024-01-21T11:39:21.006646+0000 mgr.smithi046.egcsjs (mgr.14182) 945 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:23.779 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:23 smithi046 bash[16032]: cluster 2024-01-21T11:39:22.415795+0000 mgr.smithi046.egcsjs (mgr.14182) 946 : 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-01-21T11:39:23.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:23 smithi079 bash[19822]: cluster 2024-01-21T11:39:22.415795+0000 mgr.smithi046.egcsjs (mgr.14182) 946 : 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-01-21T11:39:25.627 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:39:25.628 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:29:17.022219Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:34.545990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\nDeploy daemon haproxy.nfs.foo.smithi079.qpreki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.373650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\nDeploy daemon haproxy.nfs.foo.smithi046.eqbici ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.375994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:29:17.022610Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:29:17.022890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:29:17.023157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:29:17.023718Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:29:17.024752Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:39:25.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:25 smithi046 bash[16032]: cluster 2024-01-21T11:39:24.417367+0000 mgr.smithi046.egcsjs (mgr.14182) 947 : 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-01-21T11:39:25.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:25 smithi079 bash[19822]: cluster 2024-01-21T11:39:24.417367+0000 mgr.smithi046.egcsjs (mgr.14182) 947 : 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-01-21T11:39:26.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:26.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:26 smithi046 bash[16032]: audit 2024-01-21T11:39:25.618114+0000 mgr.smithi046.egcsjs (mgr.14182) 948 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:26.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:26 smithi079 bash[19822]: audit 2024-01-21T11:39:25.618114+0000 mgr.smithi046.egcsjs (mgr.14182) 948 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:27.215 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:27.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:27 smithi046 bash[16032]: cluster 2024-01-21T11:39:26.419381+0000 mgr.smithi046.egcsjs (mgr.14182) 949 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:27.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:27 smithi079 bash[19822]: cluster 2024-01-21T11:39:26.419381+0000 mgr.smithi046.egcsjs (mgr.14182) 949 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:29.818 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:29 smithi046 bash[16032]: cluster 2024-01-21T11:39:28.420297+0000 mgr.smithi046.egcsjs (mgr.14182) 950 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:39:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:29 smithi079 bash[19822]: cluster 2024-01-21T11:39:28.420297+0000 mgr.smithi046.egcsjs (mgr.14182) 950 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:39:30.255 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:39:30.255 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:29:17.022219Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:34.545990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\nDeploy daemon haproxy.nfs.foo.smithi079.qpreki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.373650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\nDeploy daemon haproxy.nfs.foo.smithi046.eqbici ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.375994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:29:17.022610Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:29:17.022890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:29:17.023157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:29:17.023718Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:29:17.024752Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:39:30.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:31.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:31 smithi046 bash[16032]: audit 2024-01-21T11:39:30.244298+0000 mgr.smithi046.egcsjs (mgr.14182) 951 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:31.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:31 smithi046 bash[16032]: cluster 2024-01-21T11:39:30.422136+0000 mgr.smithi046.egcsjs (mgr.14182) 952 : 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-01-21T11:39:31.905 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:31.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:31 smithi079 bash[19822]: audit 2024-01-21T11:39:30.244298+0000 mgr.smithi046.egcsjs (mgr.14182) 951 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:31.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:31 smithi079 bash[19822]: cluster 2024-01-21T11:39:30.422136+0000 mgr.smithi046.egcsjs (mgr.14182) 952 : 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-01-21T11:39:33.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:33 smithi046 bash[16032]: cluster 2024-01-21T11:39:32.423779+0000 mgr.smithi046.egcsjs (mgr.14182) 953 : 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-01-21T11:39:33.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:33 smithi079 bash[19822]: cluster 2024-01-21T11:39:32.423779+0000 mgr.smithi046.egcsjs (mgr.14182) 953 : 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-01-21T11:39:35.073 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:39:35.073 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:29:17.022219Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:34.545990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\nDeploy daemon haproxy.nfs.foo.smithi079.qpreki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.373650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\nDeploy daemon haproxy.nfs.foo.smithi046.eqbici ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.375994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:29:17.022610Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:29:17.022890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:29:17.023157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:29:17.023718Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:29:17.024752Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:39:35.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:35.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:35 smithi046 bash[16032]: cluster 2024-01-21T11:39:34.425420+0000 mgr.smithi046.egcsjs (mgr.14182) 954 : 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-01-21T11:39:35.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:35 smithi079 bash[19822]: cluster 2024-01-21T11:39:34.425420+0000 mgr.smithi046.egcsjs (mgr.14182) 954 : 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-01-21T11:39:36.609 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:36.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:36 smithi046 bash[16032]: audit 2024-01-21T11:39:35.058238+0000 mgr.smithi046.egcsjs (mgr.14182) 955 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:36.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:36 smithi079 bash[19822]: audit 2024-01-21T11:39:35.058238+0000 mgr.smithi046.egcsjs (mgr.14182) 955 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:37.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:37 smithi046 bash[16032]: cluster 2024-01-21T11:39:36.427520+0000 mgr.smithi046.egcsjs (mgr.14182) 956 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:37.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:37 smithi079 bash[19822]: cluster 2024-01-21T11:39:36.427520+0000 mgr.smithi046.egcsjs (mgr.14182) 956 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:39:38.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:38 smithi046 bash[16032]: audit 2024-01-21T11:39:38.382576+0000 mon.smithi046 (mon.0) 893 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:39:38.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:38 smithi079 bash[19822]: audit 2024-01-21T11:39:38.382576+0000 mon.smithi046 (mon.0) 893 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:39:39.748 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:39:39.748 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:29:17.022219Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:34.545990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\nDeploy daemon haproxy.nfs.foo.smithi079.qpreki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.373650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\nDeploy daemon haproxy.nfs.foo.smithi046.eqbici ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.375994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:29:17.022610Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:29:17.022890Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:29:17.023157Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:29:17.023718Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:29:17.023419Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:29:17.024752Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:39:39.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:39 smithi079 bash[19822]: cluster 2024-01-21T11:39:38.428806+0000 mgr.smithi046.egcsjs (mgr.14182) 957 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:39:40.000 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:39 smithi079 bash[19822]: audit 2024-01-21T11:39:38.685527+0000 mon.smithi046 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:39:40.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:39 smithi046 bash[16032]: cluster 2024-01-21T11:39:38.428806+0000 mgr.smithi046.egcsjs (mgr.14182) 957 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:39:40.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:39 smithi046 bash[16032]: audit 2024-01-21T11:39:38.685527+0000 mon.smithi046 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:39:40.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:41.340 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:41.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:41 smithi079 bash[19822]: audit 2024-01-21T11:39:39.730822+0000 mgr.smithi046.egcsjs (mgr.14182) 958 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:41.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:41 smithi079 bash[19822]: cluster 2024-01-21T11:39:40.430660+0000 mgr.smithi046.egcsjs (mgr.14182) 959 : 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-01-21T11:39:42.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:41 smithi046 bash[16032]: audit 2024-01-21T11:39:39.730822+0000 mgr.smithi046.egcsjs (mgr.14182) 958 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:42.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:41 smithi046 bash[16032]: cluster 2024-01-21T11:39:40.430660+0000 mgr.smithi046.egcsjs (mgr.14182) 959 : 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-01-21T11:39:43.982 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:43 smithi046 bash[16032]: cluster 2024-01-21T11:39:42.432316+0000 mgr.smithi046.egcsjs (mgr.14182) 960 : 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-01-21T11:39:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:43 smithi079 bash[19822]: cluster 2024-01-21T11:39:42.432316+0000 mgr.smithi046.egcsjs (mgr.14182) 960 : 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-01-21T11:39:44.441 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:39:44.441 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:37:23.744199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.vszutu on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:34.545990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\nDeploy daemon haproxy.nfs.foo.smithi079.qpreki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.373650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\nDeploy daemon haproxy.nfs.foo.smithi046.eqbici ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.375994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:39:45.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:45.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:45 smithi046 bash[16032]: audit 2024-01-21T11:39:44.340448+0000 mon.smithi046 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:39:45.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:45 smithi046 bash[16032]: audit 2024-01-21T11:39:44.425400+0000 mgr.smithi046.egcsjs (mgr.14182) 961 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:45.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:45 smithi046 bash[16032]: cluster 2024-01-21T11:39:44.433794+0000 mgr.smithi046.egcsjs (mgr.14182) 962 : 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-01-21T11:39:45.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:45 smithi046 bash[16032]: audit 2024-01-21T11:39:44.634055+0000 mon.smithi046 (mon.0) 896 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:39:45.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:45 smithi046 bash[16032]: audit 2024-01-21T11:39:44.636015+0000 mon.smithi046 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:39:45.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:45 smithi046 bash[16032]: audit 2024-01-21T11:39:44.646924+0000 mon.smithi046 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:39:45.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:45 smithi046 bash[16032]: cluster 2024-01-21T11:39:44.648579+0000 mgr.smithi046.egcsjs (mgr.14182) 963 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-21T11:39:45.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:45 smithi046 bash[16032]: audit 2024-01-21T11:39:44.654386+0000 mon.smithi046 (mon.0) 899 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:39:45.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:45 smithi046 bash[16032]: audit 2024-01-21T11:39:44.668968+0000 mon.smithi046 (mon.0) 900 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:39:45.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:45 smithi046 bash[16032]: cephadm 2024-01-21T11:39:44.672980+0000 mgr.smithi046.egcsjs (mgr.14182) 964 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.houmkj on smithi079 2024-01-21T11:39:45.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:45 smithi079 bash[19822]: audit 2024-01-21T11:39:44.340448+0000 mon.smithi046 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:39:45.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:45 smithi079 bash[19822]: audit 2024-01-21T11:39:44.425400+0000 mgr.smithi046.egcsjs (mgr.14182) 961 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:45.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:45 smithi079 bash[19822]: cluster 2024-01-21T11:39:44.433794+0000 mgr.smithi046.egcsjs (mgr.14182) 962 : 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-01-21T11:39:45.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:45 smithi079 bash[19822]: audit 2024-01-21T11:39:44.634055+0000 mon.smithi046 (mon.0) 896 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:39:45.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:45 smithi079 bash[19822]: audit 2024-01-21T11:39:44.636015+0000 mon.smithi046 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:39:45.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:45 smithi079 bash[19822]: audit 2024-01-21T11:39:44.646924+0000 mon.smithi046 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:39:45.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:45 smithi079 bash[19822]: cluster 2024-01-21T11:39:44.648579+0000 mgr.smithi046.egcsjs (mgr.14182) 963 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-21T11:39:45.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:45 smithi079 bash[19822]: audit 2024-01-21T11:39:44.654386+0000 mon.smithi046 (mon.0) 899 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:39:45.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:45 smithi079 bash[19822]: audit 2024-01-21T11:39:44.668968+0000 mon.smithi046 (mon.0) 900 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:39:45.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:45 smithi079 bash[19822]: cephadm 2024-01-21T11:39:44.672980+0000 mgr.smithi046.egcsjs (mgr.14182) 964 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.houmkj on smithi079 2024-01-21T11:39:46.093 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:46.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:46 smithi046 bash[16032]: cluster 2024-01-21T11:39:45.337374+0000 mon.smithi046 (mon.0) 901 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:39:46.381 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:46 smithi046 bash[16032]: cluster 2024-01-21T11:39:45.337465+0000 mon.smithi046 (mon.0) 902 : cluster [INF] Cluster is now healthy 2024-01-21T11:39:46.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:46 smithi079 bash[19822]: cluster 2024-01-21T11:39:45.337374+0000 mon.smithi046 (mon.0) 901 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:39:46.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:46 smithi079 bash[19822]: cluster 2024-01-21T11:39:45.337465+0000 mon.smithi046 (mon.0) 902 : cluster [INF] Cluster is now healthy 2024-01-21T11:39:47.567 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:47 smithi046 bash[16032]: cluster 2024-01-21T11:39:46.649900+0000 mgr.smithi046.egcsjs (mgr.14182) 965 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:39:47.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:47 smithi079 bash[19822]: cluster 2024-01-21T11:39:46.649900+0000 mgr.smithi046.egcsjs (mgr.14182) 965 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:39:48.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:48 smithi079 bash[19822]: audit 2024-01-21T11:39:48.394618+0000 mon.smithi046 (mon.0) 903 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.houmkj"}]: dispatch 2024-01-21T11:39:48.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:48 smithi046 bash[16032]: audit 2024-01-21T11:39:48.394618+0000 mon.smithi046 (mon.0) 903 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.houmkj"}]: dispatch 2024-01-21T11:39:49.475 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:39:49.476 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:34.545990Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.qpreki on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-qpreki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.qpreki\nDeploy daemon haproxy.nfs.foo.smithi079.qpreki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.373650Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.eqbici on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-eqbici\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.eqbici\nDeploy daemon haproxy.nfs.foo.smithi046.eqbici ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:38:38.375994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.lbarog on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:48.396115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\nDeploy daemon haproxy.nfs.foo.smithi079.houmkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -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.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:39:49.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: cephadm 2024-01-21T11:39:48.393609+0000 mgr.smithi046.egcsjs (mgr.14182) 966 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj 2024-01-21T11:39:49.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:39:49.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj 2024-01-21T11:39:49.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj 2024-01-21T11:39:49.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:39:49.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj 2024-01-21T11:39:49.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.houmkj ... 2024-01-21T11:39:49.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:49.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:49.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:49.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:49.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:49.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:39:49.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:39:49.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:39:49.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:39:49.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:39:49.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj 2024-01-21T11:39:49.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:39:49.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj 2024-01-21T11:39:49.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj 2024-01-21T11:39:49.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:39:49.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj 2024-01-21T11:39:49.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.houmkj ... 2024-01-21T11:39:49.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:49.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:49.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:49.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:49.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:49.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: cephadm 2024-01-21T11:39:48.393946+0000 mgr.smithi046.egcsjs (mgr.14182) 967 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.houmkj 2024-01-21T11:39:49.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: cephadm 2024-01-21T11:39:48.396326+0000 mgr.smithi046.egcsjs (mgr.14182) 968 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj 2024-01-21T11:39:49.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:39:49.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj 2024-01-21T11:39:49.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj 2024-01-21T11:39:49.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:39:49.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj 2024-01-21T11:39:49.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.houmkj ... 2024-01-21T11:39:49.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:49.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:49.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:49.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:49.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:49.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: cephadm 2024-01-21T11:39:48.401487+0000 mgr.smithi046.egcsjs (mgr.14182) 969 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.mnmunb on smithi046 2024-01-21T11:39:49.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:49 smithi079 bash[19822]: cluster 2024-01-21T11:39:48.651235+0000 mgr.smithi046.egcsjs (mgr.14182) 970 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:39:49.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: cephadm 2024-01-21T11:39:48.393609+0000 mgr.smithi046.egcsjs (mgr.14182) 966 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj 2024-01-21T11:39:49.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:39:49.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj 2024-01-21T11:39:49.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj 2024-01-21T11:39:49.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:39:49.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj 2024-01-21T11:39:49.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.houmkj ... 2024-01-21T11:39:49.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:49.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:49.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:49.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:49.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:49.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:39:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:39:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:39:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:39:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:39:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj 2024-01-21T11:39:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:39:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj 2024-01-21T11:39:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj 2024-01-21T11:39:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:39:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj 2024-01-21T11:39:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.houmkj ... 2024-01-21T11:39:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:49.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: cephadm 2024-01-21T11:39:48.393946+0000 mgr.smithi046.egcsjs (mgr.14182) 967 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.houmkj 2024-01-21T11:39:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: cephadm 2024-01-21T11:39:48.396326+0000 mgr.smithi046.egcsjs (mgr.14182) 968 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj 2024-01-21T11:39:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:39:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj 2024-01-21T11:39:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj 2024-01-21T11:39:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:39:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj 2024-01-21T11:39:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.houmkj ... 2024-01-21T11:39:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: cephadm 2024-01-21T11:39:48.401487+0000 mgr.smithi046.egcsjs (mgr.14182) 969 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.mnmunb on smithi046 2024-01-21T11:39:49.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:49 smithi046 bash[16032]: cluster 2024-01-21T11:39:48.651235+0000 mgr.smithi046.egcsjs (mgr.14182) 970 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:39:50.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:50.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:50 smithi079 bash[19822]: audit 2024-01-21T11:39:49.462952+0000 mgr.smithi046.egcsjs (mgr.14182) 971 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:50.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:50 smithi046 bash[16032]: audit 2024-01-21T11:39:49.462952+0000 mgr.smithi046.egcsjs (mgr.14182) 971 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:51.071 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:51.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:51 smithi079 bash[19822]: cluster 2024-01-21T11:39:50.652951+0000 mgr.smithi046.egcsjs (mgr.14182) 972 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:39:51.823 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:51 smithi046 bash[16032]: cluster 2024-01-21T11:39:50.652951+0000 mgr.smithi046.egcsjs (mgr.14182) 972 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:39:52.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:52 smithi046 bash[16032]: audit 2024-01-21T11:39:52.355308+0000 mon.smithi046 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.mnmunb"}]: dispatch 2024-01-21T11:39:52.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:52 smithi079 bash[19822]: audit 2024-01-21T11:39:52.355308+0000 mon.smithi046 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.mnmunb"}]: dispatch 2024-01-21T11:39:53.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: cephadm 2024-01-21T11:39:52.354235+0000 mgr.smithi046.egcsjs (mgr.14182) 973 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb 2024-01-21T11:39:53.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:39:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb 2024-01-21T11:39:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb 2024-01-21T11:39:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:39:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb 2024-01-21T11:39:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.mnmunb ... 2024-01-21T11:39:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:39:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:39:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:39:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:39:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:39:53.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb 2024-01-21T11:39:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:39:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb 2024-01-21T11:39:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb 2024-01-21T11:39:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:39:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb 2024-01-21T11:39:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.mnmunb ... 2024-01-21T11:39:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: cephadm 2024-01-21T11:39:52.354640+0000 mgr.smithi046.egcsjs (mgr.14182) 974 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.mnmunb 2024-01-21T11:39:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: cephadm 2024-01-21T11:39:52.356728+0000 mgr.smithi046.egcsjs (mgr.14182) 975 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb 2024-01-21T11:39:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:39:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb 2024-01-21T11:39:53.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb 2024-01-21T11:39:53.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:39:53.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb 2024-01-21T11:39:53.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.mnmunb ... 2024-01-21T11:39:53.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:53.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:53.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:53.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:53.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:53.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: cephadm 2024-01-21T11:39:52.360183+0000 mgr.smithi046.egcsjs (mgr.14182) 976 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:39:53.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: cephadm 2024-01-21T11:39:52.363652+0000 mgr.smithi046.egcsjs (mgr.14182) 977 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:39:53.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: cluster 2024-01-21T11:39:52.365559+0000 mgr.smithi046.egcsjs (mgr.14182) 978 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-01-21T11:39:53.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:53 smithi046 bash[16032]: cluster 2024-01-21T11:39:52.469619+0000 mon.smithi046 (mon.0) 905 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:39:53.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: cephadm 2024-01-21T11:39:52.354235+0000 mgr.smithi046.egcsjs (mgr.14182) 973 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb 2024-01-21T11:39:53.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:39:53.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb 2024-01-21T11:39:53.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb 2024-01-21T11:39:53.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:39:53.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb 2024-01-21T11:39:53.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.mnmunb ... 2024-01-21T11:39:53.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:53.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:53.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:53.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:53.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:53.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:39:53.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:39:53.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:39:53.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:39:53.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:39:53.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb 2024-01-21T11:39:53.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:39:53.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb 2024-01-21T11:39:53.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb 2024-01-21T11:39:53.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:39:53.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb 2024-01-21T11:39:53.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.mnmunb ... 2024-01-21T11:39:53.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:53.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:53.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:53.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:53.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:53.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: cephadm 2024-01-21T11:39:52.354640+0000 mgr.smithi046.egcsjs (mgr.14182) 974 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.mnmunb 2024-01-21T11:39:53.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: cephadm 2024-01-21T11:39:52.356728+0000 mgr.smithi046.egcsjs (mgr.14182) 975 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb 2024-01-21T11:39:53.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:39:53.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb 2024-01-21T11:39:53.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb 2024-01-21T11:39:53.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:39:53.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb 2024-01-21T11:39:53.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.mnmunb ... 2024-01-21T11:39:53.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:53.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:39:53.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:39:53.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:39:53.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:39:53.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: cephadm 2024-01-21T11:39:52.360183+0000 mgr.smithi046.egcsjs (mgr.14182) 976 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:39:53.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: cephadm 2024-01-21T11:39:52.363652+0000 mgr.smithi046.egcsjs (mgr.14182) 977 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:39:53.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: cluster 2024-01-21T11:39:52.365559+0000 mgr.smithi046.egcsjs (mgr.14182) 978 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-01-21T11:39:53.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:53 smithi079 bash[19822]: cluster 2024-01-21T11:39:52.469619+0000 mon.smithi046 (mon.0) 905 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:39:54.560 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:39:54.560 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:48.396115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\nDeploy daemon haproxy.nfs.foo.smithi079.houmkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.356542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\nDeploy daemon haproxy.nfs.foo.smithi046.mnmunb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.359957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:39:55.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:39:55.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:55 smithi046 bash[16032]: cluster 2024-01-21T11:39:54.366616+0000 mgr.smithi046.egcsjs (mgr.14182) 979 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-01-21T11:39:55.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:55 smithi046 bash[16032]: audit 2024-01-21T11:39:54.541500+0000 mgr.smithi046.egcsjs (mgr.14182) 980 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:55.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:55 smithi046 bash[16032]: audit 2024-01-21T11:39:55.271985+0000 mon.smithi046 (mon.0) 906 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:39:55.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:55 smithi079 bash[19822]: cluster 2024-01-21T11:39:54.366616+0000 mgr.smithi046.egcsjs (mgr.14182) 979 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-01-21T11:39:55.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:55 smithi079 bash[19822]: audit 2024-01-21T11:39:54.541500+0000 mgr.smithi046.egcsjs (mgr.14182) 980 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:39:55.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:55 smithi079 bash[19822]: audit 2024-01-21T11:39:55.271985+0000 mon.smithi046 (mon.0) 906 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:39:56.125 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:39:57.485 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:57 smithi046 bash[16032]: cluster 2024-01-21T11:39:56.368315+0000 mgr.smithi046.egcsjs (mgr.14182) 981 : cluster [DBG] pgmap v657: 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-01-21T11:39:57.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:57 smithi079 bash[19822]: cluster 2024-01-21T11:39:56.368315+0000 mgr.smithi046.egcsjs (mgr.14182) 981 : cluster [DBG] pgmap v657: 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-01-21T11:39:59.207 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:39:59.207 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:48.396115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\nDeploy daemon haproxy.nfs.foo.smithi079.houmkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.356542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\nDeploy daemon haproxy.nfs.foo.smithi046.mnmunb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.359957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:39:59.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:39:59 smithi046 bash[16032]: cluster 2024-01-21T11:39:58.369254+0000 mgr.smithi046.egcsjs (mgr.14182) 982 : cluster [DBG] pgmap v658: 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-01-21T11:39:59.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:39:59 smithi079 bash[19822]: cluster 2024-01-21T11:39:58.369254+0000 mgr.smithi046.egcsjs (mgr.14182) 982 : cluster [DBG] pgmap v658: 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-01-21T11:39:59.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:00.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:00 smithi079 bash[19822]: audit 2024-01-21T11:39:59.189373+0000 mgr.smithi046.egcsjs (mgr.14182) 983 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:00.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:00 smithi079 bash[19822]: cluster 2024-01-21T11:40:00.000163+0000 mon.smithi046 (mon.0) 907 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T11:40:00.747 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:00.760 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:00 smithi046 bash[16032]: audit 2024-01-21T11:39:59.189373+0000 mgr.smithi046.egcsjs (mgr.14182) 983 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:00.760 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:00 smithi046 bash[16032]: cluster 2024-01-21T11:40:00.000163+0000 mon.smithi046 (mon.0) 907 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T11:40:01.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:01 smithi079 bash[19822]: cluster 2024-01-21T11:40:00.371033+0000 mgr.smithi046.egcsjs (mgr.14182) 984 : cluster [DBG] pgmap v659: 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-01-21T11:40:01.778 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:01 smithi046 bash[16032]: cluster 2024-01-21T11:40:00.371033+0000 mgr.smithi046.egcsjs (mgr.14182) 984 : cluster [DBG] pgmap v659: 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-01-21T11:40:03.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:03 smithi079 bash[19822]: cluster 2024-01-21T11:40:02.372667+0000 mgr.smithi046.egcsjs (mgr.14182) 985 : cluster [DBG] pgmap v660: 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-01-21T11:40:03.816 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:40:03.817 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:48.396115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\nDeploy daemon haproxy.nfs.foo.smithi079.houmkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.356542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\nDeploy daemon haproxy.nfs.foo.smithi046.mnmunb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.359957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:40:03.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:03 smithi046 bash[16032]: cluster 2024-01-21T11:40:02.372667+0000 mgr.smithi046.egcsjs (mgr.14182) 985 : cluster [DBG] pgmap v660: 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-01-21T11:40:04.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:05.421 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:05.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:05 smithi079 bash[19822]: audit 2024-01-21T11:40:03.801600+0000 mgr.smithi046.egcsjs (mgr.14182) 986 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:05.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:05 smithi079 bash[19822]: cluster 2024-01-21T11:40:04.374284+0000 mgr.smithi046.egcsjs (mgr.14182) 987 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:05.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:05 smithi046 bash[16032]: audit 2024-01-21T11:40:03.801600+0000 mgr.smithi046.egcsjs (mgr.14182) 986 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:05.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:05 smithi046 bash[16032]: cluster 2024-01-21T11:40:04.374284+0000 mgr.smithi046.egcsjs (mgr.14182) 987 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:07.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:07 smithi046 bash[16032]: cluster 2024-01-21T11:40:06.375807+0000 mgr.smithi046.egcsjs (mgr.14182) 988 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:07.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:07 smithi079 bash[19822]: cluster 2024-01-21T11:40:06.375807+0000 mgr.smithi046.egcsjs (mgr.14182) 988 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:08.572 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:40:08.573 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:48.396115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\nDeploy daemon haproxy.nfs.foo.smithi079.houmkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.356542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\nDeploy daemon haproxy.nfs.foo.smithi046.mnmunb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.359957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:40:09.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:09.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:09 smithi079 bash[19822]: cluster 2024-01-21T11:40:08.377030+0000 mgr.smithi046.egcsjs (mgr.14182) 989 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:09.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:09 smithi079 bash[19822]: audit 2024-01-21T11:40:08.556071+0000 mgr.smithi046.egcsjs (mgr.14182) 990 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:09.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:09 smithi046 bash[16032]: cluster 2024-01-21T11:40:08.377030+0000 mgr.smithi046.egcsjs (mgr.14182) 989 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:09.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:09 smithi046 bash[16032]: audit 2024-01-21T11:40:08.556071+0000 mgr.smithi046.egcsjs (mgr.14182) 990 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:10.150 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:11.480 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:11 smithi046 bash[16032]: cluster 2024-01-21T11:40:10.378806+0000 mgr.smithi046.egcsjs (mgr.14182) 991 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:11.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:11 smithi079 bash[19822]: cluster 2024-01-21T11:40:10.378806+0000 mgr.smithi046.egcsjs (mgr.14182) 991 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:13.191 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:40:13.191 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:48.396115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\nDeploy daemon haproxy.nfs.foo.smithi079.houmkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.356542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\nDeploy daemon haproxy.nfs.foo.smithi046.mnmunb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.359957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:40:13.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:13 smithi046 bash[16032]: cluster 2024-01-21T11:40:12.380446+0000 mgr.smithi046.egcsjs (mgr.14182) 992 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:13.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:13 smithi079 bash[19822]: cluster 2024-01-21T11:40:12.380446+0000 mgr.smithi046.egcsjs (mgr.14182) 992 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:13.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:14.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:14 smithi079 bash[19822]: audit 2024-01-21T11:40:13.175157+0000 mgr.smithi046.egcsjs (mgr.14182) 993 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:14.847 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:14.859 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:14 smithi046 bash[16032]: audit 2024-01-21T11:40:13.175157+0000 mgr.smithi046.egcsjs (mgr.14182) 993 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:15.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:15 smithi079 bash[19822]: cluster 2024-01-21T11:40:14.381802+0000 mgr.smithi046.egcsjs (mgr.14182) 994 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:15.834 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:15 smithi046 bash[16032]: cluster 2024-01-21T11:40:14.381802+0000 mgr.smithi046.egcsjs (mgr.14182) 994 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:17.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:17 smithi046 bash[16032]: cluster 2024-01-21T11:40:16.383888+0000 mgr.smithi046.egcsjs (mgr.14182) 995 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:17.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:17 smithi079 bash[19822]: cluster 2024-01-21T11:40:16.383888+0000 mgr.smithi046.egcsjs (mgr.14182) 995 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:17.777 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:40:17.777 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:48.396115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\nDeploy daemon haproxy.nfs.foo.smithi079.houmkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.356542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\nDeploy daemon haproxy.nfs.foo.smithi046.mnmunb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.359957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:40:18.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:19.349 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:19.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:19 smithi046 bash[16032]: audit 2024-01-21T11:40:17.768156+0000 mgr.smithi046.egcsjs (mgr.14182) 996 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:19.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:19 smithi046 bash[16032]: cluster 2024-01-21T11:40:18.385229+0000 mgr.smithi046.egcsjs (mgr.14182) 997 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:19.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:19 smithi079 bash[19822]: audit 2024-01-21T11:40:17.768156+0000 mgr.smithi046.egcsjs (mgr.14182) 996 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:19.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:19 smithi079 bash[19822]: cluster 2024-01-21T11:40:18.385229+0000 mgr.smithi046.egcsjs (mgr.14182) 997 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:21.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:21 smithi079 bash[19822]: cluster 2024-01-21T11:40:20.387146+0000 mgr.smithi046.egcsjs (mgr.14182) 998 : 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-01-21T11:40:21.849 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:21 smithi046 bash[16032]: cluster 2024-01-21T11:40:20.387146+0000 mgr.smithi046.egcsjs (mgr.14182) 998 : 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-01-21T11:40:22.284 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:40:22.284 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:48.396115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\nDeploy daemon haproxy.nfs.foo.smithi079.houmkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.356542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\nDeploy daemon haproxy.nfs.foo.smithi046.mnmunb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.359957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:40:23.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:23.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:23 smithi079 bash[19822]: audit 2024-01-21T11:40:22.269363+0000 mgr.smithi046.egcsjs (mgr.14182) 999 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:23.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:23 smithi079 bash[19822]: cluster 2024-01-21T11:40:22.388625+0000 mgr.smithi046.egcsjs (mgr.14182) 1000 : 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-01-21T11:40:23.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:23 smithi046 bash[16032]: audit 2024-01-21T11:40:22.269363+0000 mgr.smithi046.egcsjs (mgr.14182) 999 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:23.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:23 smithi046 bash[16032]: cluster 2024-01-21T11:40:22.388625+0000 mgr.smithi046.egcsjs (mgr.14182) 1000 : 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-01-21T11:40:24.043 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:25 smithi079 bash[19822]: cluster 2024-01-21T11:40:24.390194+0000 mgr.smithi046.egcsjs (mgr.14182) 1001 : 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-01-21T11:40:25.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:25 smithi046 bash[16032]: cluster 2024-01-21T11:40:24.390194+0000 mgr.smithi046.egcsjs (mgr.14182) 1001 : 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-01-21T11:40:27.141 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:40:27.141 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:48.396115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\nDeploy daemon haproxy.nfs.foo.smithi079.houmkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.356542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\nDeploy daemon haproxy.nfs.foo.smithi046.mnmunb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.359957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:40:27.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:27 smithi046 bash[16032]: cluster 2024-01-21T11:40:26.392378+0000 mgr.smithi046.egcsjs (mgr.14182) 1002 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:27.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:27.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:27 smithi079 bash[19822]: cluster 2024-01-21T11:40:26.392378+0000 mgr.smithi046.egcsjs (mgr.14182) 1002 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:28 smithi046 bash[16032]: audit 2024-01-21T11:40:27.125298+0000 mgr.smithi046.egcsjs (mgr.14182) 1003 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:28.722 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:28.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:28 smithi079 bash[19822]: audit 2024-01-21T11:40:27.125298+0000 mgr.smithi046.egcsjs (mgr.14182) 1003 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:29.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:29 smithi046 bash[16032]: cluster 2024-01-21T11:40:28.393707+0000 mgr.smithi046.egcsjs (mgr.14182) 1004 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:29.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:29 smithi079 bash[19822]: cluster 2024-01-21T11:40:28.393707+0000 mgr.smithi046.egcsjs (mgr.14182) 1004 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:31.571 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:31 smithi046 bash[16032]: cluster 2024-01-21T11:40:30.395332+0000 mgr.smithi046.egcsjs (mgr.14182) 1005 : 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-01-21T11:40:31.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:31 smithi079 bash[19822]: cluster 2024-01-21T11:40:30.395332+0000 mgr.smithi046.egcsjs (mgr.14182) 1005 : 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-01-21T11:40:31.771 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:40:31.771 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:48.396115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\nDeploy daemon haproxy.nfs.foo.smithi079.houmkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.356542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\nDeploy daemon haproxy.nfs.foo.smithi046.mnmunb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.359957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:40:32.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:33.351 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:33.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:33 smithi046 bash[16032]: audit 2024-01-21T11:40:31.754253+0000 mgr.smithi046.egcsjs (mgr.14182) 1006 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:33.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:33 smithi046 bash[16032]: cluster 2024-01-21T11:40:32.396937+0000 mgr.smithi046.egcsjs (mgr.14182) 1007 : 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-01-21T11:40:33.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:33 smithi079 bash[19822]: audit 2024-01-21T11:40:31.754253+0000 mgr.smithi046.egcsjs (mgr.14182) 1006 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:33.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:33 smithi079 bash[19822]: cluster 2024-01-21T11:40:32.396937+0000 mgr.smithi046.egcsjs (mgr.14182) 1007 : 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-01-21T11:40:35.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:35 smithi079 bash[19822]: cluster 2024-01-21T11:40:34.398545+0000 mgr.smithi046.egcsjs (mgr.14182) 1008 : 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-01-21T11:40:35.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:35 smithi046 bash[16032]: cluster 2024-01-21T11:40:34.398545+0000 mgr.smithi046.egcsjs (mgr.14182) 1008 : 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-01-21T11:40:36.438 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:40:36.438 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:48.396115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\nDeploy daemon haproxy.nfs.foo.smithi079.houmkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.356542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\nDeploy daemon haproxy.nfs.foo.smithi046.mnmunb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.359957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:40:37.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:37.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:37 smithi046 bash[16032]: cluster 2024-01-21T11:40:36.400594+0000 mgr.smithi046.egcsjs (mgr.14182) 1009 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:37.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:37 smithi046 bash[16032]: audit 2024-01-21T11:40:36.420952+0000 mgr.smithi046.egcsjs (mgr.14182) 1010 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:37.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:37 smithi079 bash[19822]: cluster 2024-01-21T11:40:36.400594+0000 mgr.smithi046.egcsjs (mgr.14182) 1009 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:37.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:37 smithi079 bash[19822]: audit 2024-01-21T11:40:36.420952+0000 mgr.smithi046.egcsjs (mgr.14182) 1010 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:38.012 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:39.474 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:39 smithi046 bash[16032]: cluster 2024-01-21T11:40:38.402026+0000 mgr.smithi046.egcsjs (mgr.14182) 1011 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:39.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:39 smithi079 bash[19822]: cluster 2024-01-21T11:40:38.402026+0000 mgr.smithi046.egcsjs (mgr.14182) 1011 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:41.134 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:40:41.134 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:48.396115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\nDeploy daemon haproxy.nfs.foo.smithi079.houmkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.356542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\nDeploy daemon haproxy.nfs.foo.smithi046.mnmunb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.359957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:40:41.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:41.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:41 smithi079 bash[19822]: cluster 2024-01-21T11:40:40.403896+0000 mgr.smithi046.egcsjs (mgr.14182) 1012 : 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-01-21T11:40:41.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:41 smithi046 bash[16032]: cluster 2024-01-21T11:40:40.403896+0000 mgr.smithi046.egcsjs (mgr.14182) 1012 : 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-01-21T11:40:42.710 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:42.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:42 smithi079 bash[19822]: audit 2024-01-21T11:40:41.121810+0000 mgr.smithi046.egcsjs (mgr.14182) 1013 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:42.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:42 smithi046 bash[16032]: audit 2024-01-21T11:40:41.121810+0000 mgr.smithi046.egcsjs (mgr.14182) 1013 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:43.811 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:43 smithi046 bash[16032]: cluster 2024-01-21T11:40:42.405524+0000 mgr.smithi046.egcsjs (mgr.14182) 1014 : 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-01-21T11:40:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:43 smithi079 bash[19822]: cluster 2024-01-21T11:40:42.405524+0000 mgr.smithi046.egcsjs (mgr.14182) 1014 : 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-01-21T11:40:45.680 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:40:45.680 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:48.396115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\nDeploy daemon haproxy.nfs.foo.smithi079.houmkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.356542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\nDeploy daemon haproxy.nfs.foo.smithi046.mnmunb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.359957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:40:45.740 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:45 smithi046 bash[16032]: cluster 2024-01-21T11:40:44.407236+0000 mgr.smithi046.egcsjs (mgr.14182) 1015 : 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-01-21T11:40:45.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:45 smithi079 bash[19822]: cluster 2024-01-21T11:40:44.407236+0000 mgr.smithi046.egcsjs (mgr.14182) 1015 : 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-01-21T11:40:46.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:46.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:46 smithi046 bash[16032]: audit 2024-01-21T11:40:45.666043+0000 mgr.smithi046.egcsjs (mgr.14182) 1016 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:46.888 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:46 smithi079 bash[19822]: audit 2024-01-21T11:40:45.666043+0000 mgr.smithi046.egcsjs (mgr.14182) 1016 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:47.270 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:47.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:47 smithi046 bash[16032]: cluster 2024-01-21T11:40:46.409044+0000 mgr.smithi046.egcsjs (mgr.14182) 1017 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:47 smithi079 bash[19822]: cluster 2024-01-21T11:40:46.409044+0000 mgr.smithi046.egcsjs (mgr.14182) 1017 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:40:49.799 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:49 smithi046 bash[16032]: cluster 2024-01-21T11:40:48.410382+0000 mgr.smithi046.egcsjs (mgr.14182) 1018 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:49.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:49 smithi079 bash[19822]: cluster 2024-01-21T11:40:48.410382+0000 mgr.smithi046.egcsjs (mgr.14182) 1018 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:40:50.247 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:40:50.247 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:48.396115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\nDeploy daemon haproxy.nfs.foo.smithi079.houmkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.356542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\nDeploy daemon haproxy.nfs.foo.smithi046.mnmunb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.359957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:40:50.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:51.849 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:51.862 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:51 smithi046 bash[16032]: audit 2024-01-21T11:40:50.229641+0000 mgr.smithi046.egcsjs (mgr.14182) 1019 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:51.862 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:51 smithi046 bash[16032]: cluster 2024-01-21T11:40:50.412303+0000 mgr.smithi046.egcsjs (mgr.14182) 1020 : 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-01-21T11:40:51.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:51 smithi079 bash[19822]: audit 2024-01-21T11:40:50.229641+0000 mgr.smithi046.egcsjs (mgr.14182) 1019 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:51.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:51 smithi079 bash[19822]: cluster 2024-01-21T11:40:50.412303+0000 mgr.smithi046.egcsjs (mgr.14182) 1020 : 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-01-21T11:40:52.853 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:52 smithi046 bash[16032]: audit 2024-01-21T11:40:52.368531+0000 mon.smithi046 (mon.0) 908 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:40:52.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:52 smithi079 bash[19822]: audit 2024-01-21T11:40:52.368531+0000 mon.smithi046 (mon.0) 908 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:40:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:53 smithi079 bash[19822]: cluster 2024-01-21T11:40:52.413796+0000 mgr.smithi046.egcsjs (mgr.14182) 1021 : 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-01-21T11:40:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:53 smithi079 bash[19822]: audit 2024-01-21T11:40:52.677046+0000 mon.smithi046 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:40:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:53 smithi079 bash[19822]: audit 2024-01-21T11:40:52.967967+0000 mon.smithi046 (mon.0) 910 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:40:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:53 smithi079 bash[19822]: audit 2024-01-21T11:40:52.970001+0000 mon.smithi046 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:40:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:53 smithi079 bash[19822]: audit 2024-01-21T11:40:52.979986+0000 mon.smithi046 (mon.0) 912 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:40:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:53 smithi079 bash[19822]: audit 2024-01-21T11:40:52.990330+0000 mon.smithi046 (mon.0) 913 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:40:53.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:53 smithi079 bash[19822]: audit 2024-01-21T11:40:53.009812+0000 mon.smithi046 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:40:54.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:53 smithi046 bash[16032]: cluster 2024-01-21T11:40:52.413796+0000 mgr.smithi046.egcsjs (mgr.14182) 1021 : 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-01-21T11:40:54.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:53 smithi046 bash[16032]: audit 2024-01-21T11:40:52.677046+0000 mon.smithi046 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:40:54.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:53 smithi046 bash[16032]: audit 2024-01-21T11:40:52.967967+0000 mon.smithi046 (mon.0) 910 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:40:54.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:53 smithi046 bash[16032]: audit 2024-01-21T11:40:52.970001+0000 mon.smithi046 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:40:54.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:53 smithi046 bash[16032]: audit 2024-01-21T11:40:52.979986+0000 mon.smithi046 (mon.0) 912 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:40:54.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:53 smithi046 bash[16032]: audit 2024-01-21T11:40:52.990330+0000 mon.smithi046 (mon.0) 913 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:40:54.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:53 smithi046 bash[16032]: audit 2024-01-21T11:40:53.009812+0000 mon.smithi046 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:40:54.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:54 smithi046 bash[16032]: cluster 2024-01-21T11:40:52.981907+0000 mgr.smithi046.egcsjs (mgr.14182) 1022 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T11:40:54.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:54 smithi046 bash[16032]: cephadm 2024-01-21T11:40:53.013461+0000 mgr.smithi046.egcsjs (mgr.14182) 1023 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.jhafyt on smithi079 2024-01-21T11:40:54.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:54 smithi046 bash[16032]: cluster 2024-01-21T11:40:53.976420+0000 mon.smithi046 (mon.0) 915 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:40:54.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:54 smithi046 bash[16032]: cluster 2024-01-21T11:40:53.976471+0000 mon.smithi046 (mon.0) 916 : cluster [INF] Cluster is now healthy 2024-01-21T11:40:54.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:54 smithi046 bash[16032]: audit 2024-01-21T11:40:54.313580+0000 mon.smithi046 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:40:54.928 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:40:54.928 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:38:38.378072Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jgxyor on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:48.396115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\nDeploy daemon haproxy.nfs.foo.smithi079.houmkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.356542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\nDeploy daemon haproxy.nfs.foo.smithi046.mnmunb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.359957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:40:54.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:54 smithi079 bash[19822]: cluster 2024-01-21T11:40:52.981907+0000 mgr.smithi046.egcsjs (mgr.14182) 1022 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T11:40:54.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:54 smithi079 bash[19822]: cephadm 2024-01-21T11:40:53.013461+0000 mgr.smithi046.egcsjs (mgr.14182) 1023 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.jhafyt on smithi079 2024-01-21T11:40:54.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:54 smithi079 bash[19822]: cluster 2024-01-21T11:40:53.976420+0000 mon.smithi046 (mon.0) 915 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:40:54.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:54 smithi079 bash[19822]: cluster 2024-01-21T11:40:53.976471+0000 mon.smithi046 (mon.0) 916 : cluster [INF] Cluster is now healthy 2024-01-21T11:40:54.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:54 smithi079 bash[19822]: audit 2024-01-21T11:40:54.313580+0000 mon.smithi046 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:40:55.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:40:56.498 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:40:56.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:56 smithi046 bash[16032]: audit 2024-01-21T11:40:54.918902+0000 mgr.smithi046.egcsjs (mgr.14182) 1024 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:56.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:56 smithi046 bash[16032]: cluster 2024-01-21T11:40:54.983945+0000 mgr.smithi046.egcsjs (mgr.14182) 1025 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-21T11:40:56.971 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:56 smithi079 bash[19822]: audit 2024-01-21T11:40:54.918902+0000 mgr.smithi046.egcsjs (mgr.14182) 1024 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:40:56.971 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:56 smithi079 bash[19822]: cluster 2024-01-21T11:40:54.983945+0000 mgr.smithi046.egcsjs (mgr.14182) 1025 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-21T11:40:57.852 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:57 smithi046 bash[16032]: audit 2024-01-21T11:40:57.035061+0000 mon.smithi046 (mon.0) 918 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.jhafyt"}]: dispatch 2024-01-21T11:40:57.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:57 smithi079 bash[19822]: audit 2024-01-21T11:40:57.035061+0000 mon.smithi046 (mon.0) 918 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.jhafyt"}]: dispatch 2024-01-21T11:40:58.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: cluster 2024-01-21T11:40:56.985345+0000 mgr.smithi046.egcsjs (mgr.14182) 1026 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T11:40:58.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: cephadm 2024-01-21T11:40:57.033830+0000 mgr.smithi046.egcsjs (mgr.14182) 1027 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt 2024-01-21T11:40:58.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:40:58.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt 2024-01-21T11:40:58.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt 2024-01-21T11:40:58.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:40:58.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt 2024-01-21T11:40:58.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.jhafyt ... 2024-01-21T11:40:58.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:58.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:40:58.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:40:58.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:40:58.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:58.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:40:58.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:40:58.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:40:58.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:40:58.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:40:58.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt 2024-01-21T11:40:58.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:40:58.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt 2024-01-21T11:40:58.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt 2024-01-21T11:40:58.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:40:58.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt 2024-01-21T11:40:58.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.jhafyt ... 2024-01-21T11:40:58.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:58.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:40:58.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:40:58.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:40:58.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:58.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: cephadm 2024-01-21T11:40:57.034328+0000 mgr.smithi046.egcsjs (mgr.14182) 1028 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.jhafyt 2024-01-21T11:40:58.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: cephadm 2024-01-21T11:40:57.037027+0000 mgr.smithi046.egcsjs (mgr.14182) 1029 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt 2024-01-21T11:40:58.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:40:58.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt 2024-01-21T11:40:58.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt 2024-01-21T11:40:58.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:40:58.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt 2024-01-21T11:40:58.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.jhafyt ... 2024-01-21T11:40:58.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:58.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:40:58.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:40:58.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:40:58.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:58.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:40:58 smithi079 bash[19822]: cephadm 2024-01-21T11:40:57.041521+0000 mgr.smithi046.egcsjs (mgr.14182) 1030 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.iioitz on smithi046 2024-01-21T11:40:59.108 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: cluster 2024-01-21T11:40:56.985345+0000 mgr.smithi046.egcsjs (mgr.14182) 1026 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T11:40:59.108 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: cephadm 2024-01-21T11:40:57.033830+0000 mgr.smithi046.egcsjs (mgr.14182) 1027 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt 2024-01-21T11:40:59.108 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:40:59.108 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt 2024-01-21T11:40:59.108 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt 2024-01-21T11:40:59.108 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:40:59.108 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt 2024-01-21T11:40:59.108 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.jhafyt ... 2024-01-21T11:40:59.108 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:59.108 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:40:59.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:40:59.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:40:59.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:59.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:40:59.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:40:59.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:40:59.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:40:59.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:40:59.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt 2024-01-21T11:40:59.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:40:59.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt 2024-01-21T11:40:59.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt 2024-01-21T11:40:59.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:40:59.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt 2024-01-21T11:40:59.109 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.jhafyt ... 2024-01-21T11:40:59.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:59.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:40:59.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:40:59.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:40:59.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:59.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: cephadm 2024-01-21T11:40:57.034328+0000 mgr.smithi046.egcsjs (mgr.14182) 1028 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.jhafyt 2024-01-21T11:40:59.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: cephadm 2024-01-21T11:40:57.037027+0000 mgr.smithi046.egcsjs (mgr.14182) 1029 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt 2024-01-21T11:40:59.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:40:59.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt 2024-01-21T11:40:59.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt 2024-01-21T11:40:59.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:40:59.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt 2024-01-21T11:40:59.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.jhafyt ... 2024-01-21T11:40:59.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:59.110 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:40:59.111 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:40:59.111 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:40:59.111 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:40:59.111 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:40:58 smithi046 bash[16032]: cephadm 2024-01-21T11:40:57.041521+0000 mgr.smithi046.egcsjs (mgr.14182) 1030 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.iioitz on smithi046 2024-01-21T11:40:59.571 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:40:59.571 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:48.396115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.houmkj on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-houmkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.houmkj\nDeploy daemon haproxy.nfs.foo.smithi079.houmkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.356542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.mnmunb on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-mnmunb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.mnmunb\nDeploy daemon haproxy.nfs.foo.smithi046.mnmunb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:39:52.359957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.omvyhd on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:57.036749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\nDeploy daemon haproxy.nfs.foo.smithi079.jhafyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -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.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:41:00.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:00.968 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:00 smithi046 bash[16032]: cluster 2024-01-21T11:40:58.986470+0000 mgr.smithi046.egcsjs (mgr.14182) 1031 : cluster [DBG] pgmap v689: 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-01-21T11:41:00.968 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:00 smithi046 bash[16032]: audit 2024-01-21T11:40:59.559669+0000 mgr.smithi046.egcsjs (mgr.14182) 1032 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:00 smithi079 bash[19822]: cluster 2024-01-21T11:40:58.986470+0000 mgr.smithi046.egcsjs (mgr.14182) 1031 : cluster [DBG] pgmap v689: 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-01-21T11:41:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:00 smithi079 bash[19822]: audit 2024-01-21T11:40:59.559669+0000 mgr.smithi046.egcsjs (mgr.14182) 1032 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:01.140 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:01.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:01 smithi046 bash[16032]: audit 2024-01-21T11:41:00.965328+0000 mon.smithi046 (mon.0) 919 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.iioitz"}]: dispatch 2024-01-21T11:41:01.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:01 smithi079 bash[19822]: audit 2024-01-21T11:41:00.965328+0000 mon.smithi046 (mon.0) 919 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.iioitz"}]: dispatch 2024-01-21T11:41:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: cephadm 2024-01-21T11:41:00.963999+0000 mgr.smithi046.egcsjs (mgr.14182) 1033 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz 2024-01-21T11:41:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:41:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz 2024-01-21T11:41:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz 2024-01-21T11:41:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:41:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz 2024-01-21T11:41:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.iioitz ... 2024-01-21T11:41:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:41:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:41:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:41:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:41:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:41:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:41:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:41:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:41:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz 2024-01-21T11:41:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:41:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz 2024-01-21T11:41:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz 2024-01-21T11:41:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:41:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz 2024-01-21T11:41:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.iioitz ... 2024-01-21T11:41:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:41:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:41:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:41:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: cephadm 2024-01-21T11:41:00.964557+0000 mgr.smithi046.egcsjs (mgr.14182) 1034 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.iioitz 2024-01-21T11:41:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: cephadm 2024-01-21T11:41:00.966892+0000 mgr.smithi046.egcsjs (mgr.14182) 1035 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz 2024-01-21T11:41:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:41:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz 2024-01-21T11:41:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz 2024-01-21T11:41:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:41:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz 2024-01-21T11:41:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.iioitz ... 2024-01-21T11:41:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:41:02.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:41:02.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:41:02.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:02.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: cephadm 2024-01-21T11:41:00.971330+0000 mgr.smithi046.egcsjs (mgr.14182) 1036 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:41:02.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: cephadm 2024-01-21T11:41:00.975351+0000 mgr.smithi046.egcsjs (mgr.14182) 1037 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:41:02.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: cluster 2024-01-21T11:41:00.976856+0000 mgr.smithi046.egcsjs (mgr.14182) 1038 : cluster [DBG] pgmap v690: 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-01-21T11:41:02.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:02 smithi046 bash[16032]: cluster 2024-01-21T11:41:01.703890+0000 mon.smithi046 (mon.0) 920 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:41:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: cephadm 2024-01-21T11:41:00.963999+0000 mgr.smithi046.egcsjs (mgr.14182) 1033 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz 2024-01-21T11:41:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:41:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz 2024-01-21T11:41:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz 2024-01-21T11:41:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:41:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz 2024-01-21T11:41:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.iioitz ... 2024-01-21T11:41:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:41:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:41:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:41:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:41:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:41:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:41:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:41:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:41:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz 2024-01-21T11:41:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:41:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz 2024-01-21T11:41:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz 2024-01-21T11:41:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:41:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz 2024-01-21T11:41:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.iioitz ... 2024-01-21T11:41:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:41:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:41:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:41:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: cephadm 2024-01-21T11:41:00.964557+0000 mgr.smithi046.egcsjs (mgr.14182) 1034 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.iioitz 2024-01-21T11:41:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: cephadm 2024-01-21T11:41:00.966892+0000 mgr.smithi046.egcsjs (mgr.14182) 1035 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz 2024-01-21T11:41:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:41:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz 2024-01-21T11:41:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz 2024-01-21T11:41:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:41:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz 2024-01-21T11:41:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.iioitz ... 2024-01-21T11:41:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:41:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:41:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:41:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:41:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: cephadm 2024-01-21T11:41:00.971330+0000 mgr.smithi046.egcsjs (mgr.14182) 1036 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:41:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: cephadm 2024-01-21T11:41:00.975351+0000 mgr.smithi046.egcsjs (mgr.14182) 1037 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:41:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: cluster 2024-01-21T11:41:00.976856+0000 mgr.smithi046.egcsjs (mgr.14182) 1038 : cluster [DBG] pgmap v690: 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-01-21T11:41:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:02 smithi079 bash[19822]: cluster 2024-01-21T11:41:01.703890+0000 mon.smithi046 (mon.0) 920 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:41:04.298 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:41:04.298 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:57.036749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\nDeploy daemon haproxy.nfs.foo.smithi079.jhafyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.966635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\nDeploy daemon haproxy.nfs.foo.smithi046.iioitz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.971101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:41:04.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:04.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:04 smithi079 bash[19822]: cluster 2024-01-21T11:41:02.978106+0000 mgr.smithi046.egcsjs (mgr.14182) 1039 : cluster [DBG] pgmap v691: 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-01-21T11:41:05.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:04 smithi046 bash[16032]: cluster 2024-01-21T11:41:02.978106+0000 mgr.smithi046.egcsjs (mgr.14182) 1039 : cluster [DBG] pgmap v691: 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-01-21T11:41:05.899 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:06.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:05 smithi046 bash[16032]: audit 2024-01-21T11:41:04.281009+0000 mgr.smithi046.egcsjs (mgr.14182) 1040 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:06.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:05 smithi046 bash[16032]: cluster 2024-01-21T11:41:04.979982+0000 mgr.smithi046.egcsjs (mgr.14182) 1041 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:06.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:05 smithi046 bash[16032]: audit 2024-01-21T11:41:05.337777+0000 mon.smithi046 (mon.0) 921 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:41:06.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:05 smithi079 bash[19822]: audit 2024-01-21T11:41:04.281009+0000 mgr.smithi046.egcsjs (mgr.14182) 1040 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:06.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:05 smithi079 bash[19822]: cluster 2024-01-21T11:41:04.979982+0000 mgr.smithi046.egcsjs (mgr.14182) 1041 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:06.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:05 smithi079 bash[19822]: audit 2024-01-21T11:41:05.337777+0000 mon.smithi046 (mon.0) 921 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:41:08.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:08 smithi046 bash[16032]: cluster 2024-01-21T11:41:06.981557+0000 mgr.smithi046.egcsjs (mgr.14182) 1042 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:08.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:08 smithi079 bash[19822]: cluster 2024-01-21T11:41:06.981557+0000 mgr.smithi046.egcsjs (mgr.14182) 1042 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:08.958 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:41:08.959 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:57.036749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\nDeploy daemon haproxy.nfs.foo.smithi079.jhafyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.966635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\nDeploy daemon haproxy.nfs.foo.smithi046.iioitz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.971101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:41:09.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:10.593 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:10.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:10 smithi046 bash[16032]: audit 2024-01-21T11:41:08.941203+0000 mgr.smithi046.egcsjs (mgr.14182) 1043 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:10.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:10 smithi046 bash[16032]: cluster 2024-01-21T11:41:08.982796+0000 mgr.smithi046.egcsjs (mgr.14182) 1044 : 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-01-21T11:41:10.606 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:10 smithi046 bash[16032]: audit 2024-01-21T11:41:09.314555+0000 mon.smithi046 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:41:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:10 smithi079 bash[19822]: audit 2024-01-21T11:41:08.941203+0000 mgr.smithi046.egcsjs (mgr.14182) 1043 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:10 smithi079 bash[19822]: cluster 2024-01-21T11:41:08.982796+0000 mgr.smithi046.egcsjs (mgr.14182) 1044 : 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-01-21T11:41:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:10 smithi079 bash[19822]: audit 2024-01-21T11:41:09.314555+0000 mon.smithi046 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:41:12.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:12 smithi046 bash[16032]: cluster 2024-01-21T11:41:10.984828+0000 mgr.smithi046.egcsjs (mgr.14182) 1045 : 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-01-21T11:41:12.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:12 smithi079 bash[19822]: cluster 2024-01-21T11:41:10.984828+0000 mgr.smithi046.egcsjs (mgr.14182) 1045 : 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-01-21T11:41:13.771 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:41:13.771 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:57.036749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\nDeploy daemon haproxy.nfs.foo.smithi079.jhafyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.966635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\nDeploy daemon haproxy.nfs.foo.smithi046.iioitz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.971101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:41:14.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:14.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:14 smithi046 bash[16032]: cluster 2024-01-21T11:41:12.986214+0000 mgr.smithi046.egcsjs (mgr.14182) 1046 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:14.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:14 smithi079 bash[19822]: cluster 2024-01-21T11:41:12.986214+0000 mgr.smithi046.egcsjs (mgr.14182) 1046 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:15.366 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:15.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:15 smithi046 bash[16032]: audit 2024-01-21T11:41:13.755613+0000 mgr.smithi046.egcsjs (mgr.14182) 1047 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:15.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:15 smithi079 bash[19822]: audit 2024-01-21T11:41:13.755613+0000 mgr.smithi046.egcsjs (mgr.14182) 1047 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:16.721 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:16 smithi046 bash[16032]: cluster 2024-01-21T11:41:14.988062+0000 mgr.smithi046.egcsjs (mgr.14182) 1048 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:16.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:16 smithi079 bash[19822]: cluster 2024-01-21T11:41:14.988062+0000 mgr.smithi046.egcsjs (mgr.14182) 1048 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:18.357 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:41:18.357 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:57.036749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\nDeploy daemon haproxy.nfs.foo.smithi079.jhafyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.966635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\nDeploy daemon haproxy.nfs.foo.smithi046.iioitz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.971101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:41:18.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:18 smithi079 bash[19822]: cluster 2024-01-21T11:41:16.989658+0000 mgr.smithi046.egcsjs (mgr.14182) 1049 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:18.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:18 smithi046 bash[16032]: cluster 2024-01-21T11:41:16.989658+0000 mgr.smithi046.egcsjs (mgr.14182) 1049 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:18.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:19.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:19 smithi079 bash[19822]: audit 2024-01-21T11:41:18.347786+0000 mgr.smithi046.egcsjs (mgr.14182) 1050 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:19.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:19 smithi046 bash[16032]: audit 2024-01-21T11:41:18.347786+0000 mgr.smithi046.egcsjs (mgr.14182) 1050 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:19.981 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:20.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:20 smithi079 bash[19822]: cluster 2024-01-21T11:41:18.991299+0000 mgr.smithi046.egcsjs (mgr.14182) 1051 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:20.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:20 smithi046 bash[16032]: cluster 2024-01-21T11:41:18.991299+0000 mgr.smithi046.egcsjs (mgr.14182) 1051 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:22.702 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:22 smithi046 bash[16032]: cluster 2024-01-21T11:41:20.993374+0000 mgr.smithi046.egcsjs (mgr.14182) 1052 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:22.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:22 smithi079 bash[19822]: cluster 2024-01-21T11:41:20.993374+0000 mgr.smithi046.egcsjs (mgr.14182) 1052 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:23.182 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:41:23.182 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:57.036749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\nDeploy daemon haproxy.nfs.foo.smithi079.jhafyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.966635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\nDeploy daemon haproxy.nfs.foo.smithi046.iioitz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.971101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:41:23.772 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:24.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:24 smithi079 bash[19822]: cluster 2024-01-21T11:41:22.994249+0000 mgr.smithi046.egcsjs (mgr.14182) 1053 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:24.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:24 smithi079 bash[19822]: audit 2024-01-21T11:41:23.164155+0000 mgr.smithi046.egcsjs (mgr.14182) 1054 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:24.773 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:24.785 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:24 smithi046 bash[16032]: cluster 2024-01-21T11:41:22.994249+0000 mgr.smithi046.egcsjs (mgr.14182) 1053 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:24.785 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:24 smithi046 bash[16032]: audit 2024-01-21T11:41:23.164155+0000 mgr.smithi046.egcsjs (mgr.14182) 1054 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:26.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:26 smithi079 bash[19822]: cluster 2024-01-21T11:41:24.995391+0000 mgr.smithi046.egcsjs (mgr.14182) 1055 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:26.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:26 smithi046 bash[16032]: cluster 2024-01-21T11:41:24.995391+0000 mgr.smithi046.egcsjs (mgr.14182) 1055 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T11:41:27.830 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:41:27.831 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:57.036749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\nDeploy daemon haproxy.nfs.foo.smithi079.jhafyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.966635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\nDeploy daemon haproxy.nfs.foo.smithi046.iioitz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.971101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:41:28.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:28.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:28 smithi079 bash[19822]: cluster 2024-01-21T11:41:26.996989+0000 mgr.smithi046.egcsjs (mgr.14182) 1056 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:28.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:28 smithi046 bash[16032]: cluster 2024-01-21T11:41:26.996989+0000 mgr.smithi046.egcsjs (mgr.14182) 1056 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:29.416 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:29.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:29 smithi079 bash[19822]: audit 2024-01-21T11:41:27.815457+0000 mgr.smithi046.egcsjs (mgr.14182) 1057 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:29.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:29 smithi046 bash[16032]: audit 2024-01-21T11:41:27.815457+0000 mgr.smithi046.egcsjs (mgr.14182) 1057 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:30.710 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:30 smithi046 bash[16032]: cluster 2024-01-21T11:41:28.998707+0000 mgr.smithi046.egcsjs (mgr.14182) 1058 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:30.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:30 smithi079 bash[19822]: cluster 2024-01-21T11:41:28.998707+0000 mgr.smithi046.egcsjs (mgr.14182) 1058 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:32.440 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:41:32.440 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:57.036749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\nDeploy daemon haproxy.nfs.foo.smithi079.jhafyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.966635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\nDeploy daemon haproxy.nfs.foo.smithi046.iioitz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.971101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:41:32.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:32 smithi079 bash[19822]: cluster 2024-01-21T11:41:30.999905+0000 mgr.smithi046.egcsjs (mgr.14182) 1059 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:32.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:32 smithi046 bash[16032]: cluster 2024-01-21T11:41:30.999905+0000 mgr.smithi046.egcsjs (mgr.14182) 1059 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:33.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:33.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:33 smithi079 bash[19822]: audit 2024-01-21T11:41:32.423245+0000 mgr.smithi046.egcsjs (mgr.14182) 1060 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:33.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:33 smithi046 bash[16032]: audit 2024-01-21T11:41:32.423245+0000 mgr.smithi046.egcsjs (mgr.14182) 1060 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:34.020 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:34.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:34 smithi079 bash[19822]: cluster 2024-01-21T11:41:33.000828+0000 mgr.smithi046.egcsjs (mgr.14182) 1061 : 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-01-21T11:41:34.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:34 smithi046 bash[16032]: cluster 2024-01-21T11:41:33.000828+0000 mgr.smithi046.egcsjs (mgr.14182) 1061 : 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-01-21T11:41:36.731 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:36 smithi046 bash[16032]: cluster 2024-01-21T11:41:35.002649+0000 mgr.smithi046.egcsjs (mgr.14182) 1062 : cluster [DBG] pgmap v707: 225 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-01-21T11:41:36.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:36 smithi079 bash[19822]: cluster 2024-01-21T11:41:35.002649+0000 mgr.smithi046.egcsjs (mgr.14182) 1062 : cluster [DBG] pgmap v707: 225 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-01-21T11:41:37.090 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:41:37.090 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:57.036749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\nDeploy daemon haproxy.nfs.foo.smithi079.jhafyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.966635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\nDeploy daemon haproxy.nfs.foo.smithi046.iioitz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.971101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:41:37.739 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:38.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:38 smithi079 bash[19822]: cluster 2024-01-21T11:41:37.004200+0000 mgr.smithi046.egcsjs (mgr.14182) 1063 : 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-01-21T11:41:38.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:38 smithi079 bash[19822]: audit 2024-01-21T11:41:37.072775+0000 mgr.smithi046.egcsjs (mgr.14182) 1064 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:38.741 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:38.753 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:38 smithi046 bash[16032]: cluster 2024-01-21T11:41:37.004200+0000 mgr.smithi046.egcsjs (mgr.14182) 1063 : 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-01-21T11:41:38.753 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:38 smithi046 bash[16032]: audit 2024-01-21T11:41:37.072775+0000 mgr.smithi046.egcsjs (mgr.14182) 1064 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:40.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:40 smithi046 bash[16032]: cluster 2024-01-21T11:41:39.005026+0000 mgr.smithi046.egcsjs (mgr.14182) 1065 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:40.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:40 smithi079 bash[19822]: cluster 2024-01-21T11:41:39.005026+0000 mgr.smithi046.egcsjs (mgr.14182) 1065 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:41.680 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:41:41.680 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:57.036749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\nDeploy daemon haproxy.nfs.foo.smithi079.jhafyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.966635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\nDeploy daemon haproxy.nfs.foo.smithi046.iioitz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.971101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:41:42.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:42.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:42 smithi046 bash[16032]: cluster 2024-01-21T11:41:41.006752+0000 mgr.smithi046.egcsjs (mgr.14182) 1066 : 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-01-21T11:41:42.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:42 smithi046 bash[16032]: audit 2024-01-21T11:41:41.669592+0000 mgr.smithi046.egcsjs (mgr.14182) 1067 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:42 smithi079 bash[19822]: cluster 2024-01-21T11:41:41.006752+0000 mgr.smithi046.egcsjs (mgr.14182) 1066 : 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-01-21T11:41:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:42 smithi079 bash[19822]: audit 2024-01-21T11:41:41.669592+0000 mgr.smithi046.egcsjs (mgr.14182) 1067 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:43.274 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:44.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:44 smithi046 bash[16032]: cluster 2024-01-21T11:41:43.008026+0000 mgr.smithi046.egcsjs (mgr.14182) 1068 : 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-01-21T11:41:44.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:44 smithi079 bash[19822]: cluster 2024-01-21T11:41:43.008026+0000 mgr.smithi046.egcsjs (mgr.14182) 1068 : 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-01-21T11:41:46.298 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:41:46.298 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:57.036749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\nDeploy daemon haproxy.nfs.foo.smithi079.jhafyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.966635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\nDeploy daemon haproxy.nfs.foo.smithi046.iioitz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.971101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:41:46.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:46 smithi046 bash[16032]: cluster 2024-01-21T11:41:45.009862+0000 mgr.smithi046.egcsjs (mgr.14182) 1069 : cluster [DBG] pgmap v712: 225 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-01-21T11:41:46.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:46.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:46 smithi079 bash[19822]: cluster 2024-01-21T11:41:45.009862+0000 mgr.smithi046.egcsjs (mgr.14182) 1069 : cluster [DBG] pgmap v712: 225 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-01-21T11:41:47.845 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:47.858 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:47 smithi046 bash[16032]: audit 2024-01-21T11:41:46.288528+0000 mgr.smithi046.egcsjs (mgr.14182) 1070 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:47 smithi079 bash[19822]: audit 2024-01-21T11:41:46.288528+0000 mgr.smithi046.egcsjs (mgr.14182) 1070 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:48.845 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:48 smithi046 bash[16032]: cluster 2024-01-21T11:41:47.011513+0000 mgr.smithi046.egcsjs (mgr.14182) 1071 : 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-01-21T11:41:48.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:48 smithi079 bash[19822]: cluster 2024-01-21T11:41:47.011513+0000 mgr.smithi046.egcsjs (mgr.14182) 1071 : 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-01-21T11:41:50.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:50 smithi046 bash[16032]: cluster 2024-01-21T11:41:49.013136+0000 mgr.smithi046.egcsjs (mgr.14182) 1072 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:50.776 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:41:50.776 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:57.036749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\nDeploy daemon haproxy.nfs.foo.smithi079.jhafyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.966635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\nDeploy daemon haproxy.nfs.foo.smithi046.iioitz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.971101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:41:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:50 smithi079 bash[19822]: cluster 2024-01-21T11:41:49.013136+0000 mgr.smithi046.egcsjs (mgr.14182) 1072 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:41:51.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:52.371 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:52.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:52 smithi046 bash[16032]: audit 2024-01-21T11:41:50.762323+0000 mgr.smithi046.egcsjs (mgr.14182) 1073 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:52.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:52 smithi046 bash[16032]: cluster 2024-01-21T11:41:51.014184+0000 mgr.smithi046.egcsjs (mgr.14182) 1074 : 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-01-21T11:41:52.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:52 smithi079 bash[19822]: audit 2024-01-21T11:41:50.762323+0000 mgr.smithi046.egcsjs (mgr.14182) 1073 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:52.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:52 smithi079 bash[19822]: cluster 2024-01-21T11:41:51.014184+0000 mgr.smithi046.egcsjs (mgr.14182) 1074 : 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-01-21T11:41:54.847 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:54 smithi046 bash[16032]: cluster 2024-01-21T11:41:53.015126+0000 mgr.smithi046.egcsjs (mgr.14182) 1075 : 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-01-21T11:41:54.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:54 smithi079 bash[19822]: cluster 2024-01-21T11:41:53.015126+0000 mgr.smithi046.egcsjs (mgr.14182) 1075 : 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-01-21T11:41:55.279 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:41:55.279 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:57.036749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\nDeploy daemon haproxy.nfs.foo.smithi079.jhafyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.966635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\nDeploy daemon haproxy.nfs.foo.smithi046.iioitz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.971101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:41:55.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:41:56.871 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:41:56.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:56 smithi046 bash[16032]: cluster 2024-01-21T11:41:55.016320+0000 mgr.smithi046.egcsjs (mgr.14182) 1076 : cluster [DBG] pgmap v717: 225 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-01-21T11:41:56.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:56 smithi046 bash[16032]: audit 2024-01-21T11:41:55.264822+0000 mgr.smithi046.egcsjs (mgr.14182) 1077 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:56.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:56 smithi079 bash[19822]: cluster 2024-01-21T11:41:55.016320+0000 mgr.smithi046.egcsjs (mgr.14182) 1076 : cluster [DBG] pgmap v717: 225 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-01-21T11:41:56.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:56 smithi079 bash[19822]: audit 2024-01-21T11:41:55.264822+0000 mgr.smithi046.egcsjs (mgr.14182) 1077 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:41:58.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:41:58 smithi046 bash[16032]: cluster 2024-01-21T11:41:57.017854+0000 mgr.smithi046.egcsjs (mgr.14182) 1078 : 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-01-21T11:41:58.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:41:58 smithi079 bash[19822]: cluster 2024-01-21T11:41:57.017854+0000 mgr.smithi046.egcsjs (mgr.14182) 1078 : 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-01-21T11:41:59.903 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:41:59.903 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:57.036749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\nDeploy daemon haproxy.nfs.foo.smithi079.jhafyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.966635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\nDeploy daemon haproxy.nfs.foo.smithi046.iioitz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.971101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:42:00.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:00.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:00 smithi046 bash[16032]: cluster 2024-01-21T11:41:59.019528+0000 mgr.smithi046.egcsjs (mgr.14182) 1079 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:00 smithi079 bash[19822]: cluster 2024-01-21T11:41:59.019528+0000 mgr.smithi046.egcsjs (mgr.14182) 1079 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:01.480 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:01.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:01 smithi046 bash[16032]: audit 2024-01-21T11:41:59.889165+0000 mgr.smithi046.egcsjs (mgr.14182) 1080 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:01.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:01 smithi046 bash[16032]: audit 2024-01-21T11:42:00.979550+0000 mon.smithi046 (mon.0) 923 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:42:01.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:01 smithi046 bash[16032]: audit 2024-01-21T11:42:01.311962+0000 mon.smithi046 (mon.0) 924 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:42:01.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:01 smithi046 bash[16032]: audit 2024-01-21T11:42:01.313871+0000 mon.smithi046 (mon.0) 925 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:42:01.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:01 smithi046 bash[16032]: audit 2024-01-21T11:42:01.323917+0000 mon.smithi046 (mon.0) 926 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:42:01.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:01 smithi046 bash[16032]: audit 2024-01-21T11:42:01.332374+0000 mon.smithi046 (mon.0) 927 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:42:01.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:01 smithi046 bash[16032]: audit 2024-01-21T11:42:01.345040+0000 mon.smithi046 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:42:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:01 smithi079 bash[19822]: audit 2024-01-21T11:41:59.889165+0000 mgr.smithi046.egcsjs (mgr.14182) 1080 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:01 smithi079 bash[19822]: audit 2024-01-21T11:42:00.979550+0000 mon.smithi046 (mon.0) 923 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:42:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:01 smithi079 bash[19822]: audit 2024-01-21T11:42:01.311962+0000 mon.smithi046 (mon.0) 924 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:42:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:01 smithi079 bash[19822]: audit 2024-01-21T11:42:01.313871+0000 mon.smithi046 (mon.0) 925 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:42:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:01 smithi079 bash[19822]: audit 2024-01-21T11:42:01.323917+0000 mon.smithi046 (mon.0) 926 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:42:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:01 smithi079 bash[19822]: audit 2024-01-21T11:42:01.332374+0000 mon.smithi046 (mon.0) 927 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:42:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:01 smithi079 bash[19822]: audit 2024-01-21T11:42:01.345040+0000 mon.smithi046 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:42:02.743 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:02 smithi046 bash[16032]: cluster 2024-01-21T11:42:01.021241+0000 mgr.smithi046.egcsjs (mgr.14182) 1081 : 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-01-21T11:42:02.743 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:02 smithi046 bash[16032]: cluster 2024-01-21T11:42:01.324885+0000 mgr.smithi046.egcsjs (mgr.14182) 1082 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:42:02.743 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:02 smithi046 bash[16032]: cephadm 2024-01-21T11:42:01.348133+0000 mgr.smithi046.egcsjs (mgr.14182) 1083 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.otpfak on smithi079 2024-01-21T11:42:02.743 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:02 smithi046 bash[16032]: cluster 2024-01-21T11:42:01.551036+0000 mon.smithi046 (mon.0) 929 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:42:02.743 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:02 smithi046 bash[16032]: cluster 2024-01-21T11:42:01.551105+0000 mon.smithi046 (mon.0) 930 : cluster [INF] Cluster is now healthy 2024-01-21T11:42:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:02 smithi079 bash[19822]: cluster 2024-01-21T11:42:01.021241+0000 mgr.smithi046.egcsjs (mgr.14182) 1081 : 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-01-21T11:42:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:02 smithi079 bash[19822]: cluster 2024-01-21T11:42:01.324885+0000 mgr.smithi046.egcsjs (mgr.14182) 1082 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:42:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:02 smithi079 bash[19822]: cephadm 2024-01-21T11:42:01.348133+0000 mgr.smithi046.egcsjs (mgr.14182) 1083 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.otpfak on smithi079 2024-01-21T11:42:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:02 smithi079 bash[19822]: cluster 2024-01-21T11:42:01.551036+0000 mon.smithi046 (mon.0) 929 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:42:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:02 smithi079 bash[19822]: cluster 2024-01-21T11:42:01.551105+0000 mon.smithi046 (mon.0) 930 : cluster [INF] Cluster is now healthy 2024-01-21T11:42:04.548 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:42:04.548 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:39:52.363428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.azlasa on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:40:57.036749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\nDeploy daemon haproxy.nfs.foo.smithi079.jhafyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.966635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\nDeploy daemon haproxy.nfs.foo.smithi046.iioitz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.971101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:42:04.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:04 smithi046 bash[16032]: cluster 2024-01-21T11:42:03.325777+0000 mgr.smithi046.egcsjs (mgr.14182) 1084 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:42:04.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:04 smithi079 bash[19822]: cluster 2024-01-21T11:42:03.325777+0000 mgr.smithi046.egcsjs (mgr.14182) 1084 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:42:05.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:05.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:05 smithi046 bash[16032]: audit 2024-01-21T11:42:04.530808+0000 mgr.smithi046.egcsjs (mgr.14182) 1085 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:05.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:05 smithi046 bash[16032]: audit 2024-01-21T11:42:05.194949+0000 mon.smithi046 (mon.0) 931 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.otpfak"}]: dispatch 2024-01-21T11:42:05.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:05 smithi079 bash[19822]: audit 2024-01-21T11:42:04.530808+0000 mgr.smithi046.egcsjs (mgr.14182) 1085 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:05.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:05 smithi079 bash[19822]: audit 2024-01-21T11:42:05.194949+0000 mon.smithi046 (mon.0) 931 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.otpfak"}]: dispatch 2024-01-21T11:42:06.111 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:06.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: cephadm 2024-01-21T11:42:05.193795+0000 mgr.smithi046.egcsjs (mgr.14182) 1086 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak 2024-01-21T11:42:06.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:42:06.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak 2024-01-21T11:42:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak 2024-01-21T11:42:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:42:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak 2024-01-21T11:42:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.otpfak ... 2024-01-21T11:42:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:42:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:42:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:42:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:42:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:42:06.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak 2024-01-21T11:42:06.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:42:06.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak 2024-01-21T11:42:06.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak 2024-01-21T11:42:06.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:42:06.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak 2024-01-21T11:42:06.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.otpfak ... 2024-01-21T11:42:06.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:06.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:06.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:06.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:06.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: cephadm 2024-01-21T11:42:05.194308+0000 mgr.smithi046.egcsjs (mgr.14182) 1087 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.otpfak 2024-01-21T11:42:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: cephadm 2024-01-21T11:42:05.196822+0000 mgr.smithi046.egcsjs (mgr.14182) 1088 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak 2024-01-21T11:42:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:42:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak 2024-01-21T11:42:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak 2024-01-21T11:42:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:42:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak 2024-01-21T11:42:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.otpfak ... 2024-01-21T11:42:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:06.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: cephadm 2024-01-21T11:42:05.202307+0000 mgr.smithi046.egcsjs (mgr.14182) 1089 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.qgnblf on smithi046 2024-01-21T11:42:06.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:06 smithi046 bash[16032]: cluster 2024-01-21T11:42:05.327249+0000 mgr.smithi046.egcsjs (mgr.14182) 1090 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:42:06.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: cephadm 2024-01-21T11:42:05.193795+0000 mgr.smithi046.egcsjs (mgr.14182) 1086 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak 2024-01-21T11:42:06.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:42:06.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak 2024-01-21T11:42:06.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak 2024-01-21T11:42:06.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:42:06.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak 2024-01-21T11:42:06.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.otpfak ... 2024-01-21T11:42:06.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:06.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:06.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:06.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:06.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:06.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:42:06.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:42:06.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:42:06.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:42:06.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:42:06.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak 2024-01-21T11:42:06.891 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:42:06.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak 2024-01-21T11:42:06.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak 2024-01-21T11:42:06.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:42:06.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak 2024-01-21T11:42:06.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.otpfak ... 2024-01-21T11:42:06.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:06.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:06.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:06.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:06.892 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:06.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: cephadm 2024-01-21T11:42:05.194308+0000 mgr.smithi046.egcsjs (mgr.14182) 1087 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.otpfak 2024-01-21T11:42:06.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: cephadm 2024-01-21T11:42:05.196822+0000 mgr.smithi046.egcsjs (mgr.14182) 1088 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak 2024-01-21T11:42:06.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:42:06.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak 2024-01-21T11:42:06.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak 2024-01-21T11:42:06.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:42:06.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak 2024-01-21T11:42:06.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.otpfak ... 2024-01-21T11:42:06.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:06.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:06.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:06.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:06.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:06.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: cephadm 2024-01-21T11:42:05.202307+0000 mgr.smithi046.egcsjs (mgr.14182) 1089 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.qgnblf on smithi046 2024-01-21T11:42:06.893 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:06 smithi079 bash[19822]: cluster 2024-01-21T11:42:05.327249+0000 mgr.smithi046.egcsjs (mgr.14182) 1090 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:42:08.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:08 smithi046 bash[16032]: cluster 2024-01-21T11:42:07.328488+0000 mgr.smithi046.egcsjs (mgr.14182) 1091 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:42:08.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:08 smithi079 bash[19822]: cluster 2024-01-21T11:42:07.328488+0000 mgr.smithi046.egcsjs (mgr.14182) 1091 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:42:09.174 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:42:09.174 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:40:57.036749Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.jhafyt on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-jhafyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.jhafyt\nDeploy daemon haproxy.nfs.foo.smithi079.jhafyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.966635Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.iioitz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-iioitz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.iioitz\nDeploy daemon haproxy.nfs.foo.smithi046.iioitz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:41:00.971101Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.gevpxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:05.196516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\nDeploy daemon haproxy.nfs.foo.smithi079.otpfak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -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.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:42:09.857 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:09 smithi046 bash[16032]: audit 2024-01-21T11:42:09.196686+0000 mon.smithi046 (mon.0) 932 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.qgnblf"}]: dispatch 2024-01-21T11:42:09.857 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:09 smithi046 bash[16032]: audit 2024-01-21T11:42:09.313406+0000 mon.smithi046 (mon.0) 933 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:42:09.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:09.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:09 smithi079 bash[19822]: audit 2024-01-21T11:42:09.196686+0000 mon.smithi046 (mon.0) 932 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.qgnblf"}]: dispatch 2024-01-21T11:42:09.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:09 smithi079 bash[19822]: audit 2024-01-21T11:42:09.313406+0000 mon.smithi046 (mon.0) 933 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:42:10.859 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:10.871 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: audit 2024-01-21T11:42:09.164028+0000 mgr.smithi046.egcsjs (mgr.14182) 1092 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:10.871 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: cephadm 2024-01-21T11:42:09.195925+0000 mgr.smithi046.egcsjs (mgr.14182) 1093 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf 2024-01-21T11:42:10.871 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:42:10.871 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf 2024-01-21T11:42:10.871 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf 2024-01-21T11:42:10.871 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:42:10.871 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf 2024-01-21T11:42:10.871 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.qgnblf ... 2024-01-21T11:42:10.871 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:10.871 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:10.871 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:10.871 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:10.872 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:10.872 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:42:10.872 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:42:10.872 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:42:10.872 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:42:10.872 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:42:10.872 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf 2024-01-21T11:42:10.872 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:42:10.872 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf 2024-01-21T11:42:10.872 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf 2024-01-21T11:42:10.872 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:42:10.872 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf 2024-01-21T11:42:10.872 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.qgnblf ... 2024-01-21T11:42:10.872 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:10.872 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:10.873 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:10.873 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:10.873 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:10.873 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: cephadm 2024-01-21T11:42:09.196249+0000 mgr.smithi046.egcsjs (mgr.14182) 1094 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.qgnblf 2024-01-21T11:42:10.873 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: cephadm 2024-01-21T11:42:09.197827+0000 mgr.smithi046.egcsjs (mgr.14182) 1095 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.qgnblf on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf 2024-01-21T11:42:10.873 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:42:10.873 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf 2024-01-21T11:42:10.873 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf 2024-01-21T11:42:10.873 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:42:10.873 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf 2024-01-21T11:42:10.873 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.qgnblf ... 2024-01-21T11:42:10.873 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:10.873 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:10.873 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:10.873 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:10.873 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:10.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: cephadm 2024-01-21T11:42:09.201473+0000 mgr.smithi046.egcsjs (mgr.14182) 1096 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.ioaniu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:42:10.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: cephadm 2024-01-21T11:42:09.204470+0000 mgr.smithi046.egcsjs (mgr.14182) 1097 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:42:10.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: cluster 2024-01-21T11:42:09.205701+0000 mgr.smithi046.egcsjs (mgr.14182) 1098 : cluster [DBG] pgmap v725: 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-01-21T11:42:10.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: cluster 2024-01-21T11:42:09.588798+0000 mon.smithi046 (mon.0) 934 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:42:10.874 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:10 smithi046 bash[16032]: audit 2024-01-21T11:42:10.396141+0000 mon.smithi046 (mon.0) 935 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:42:10.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: audit 2024-01-21T11:42:09.164028+0000 mgr.smithi046.egcsjs (mgr.14182) 1092 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:10.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: cephadm 2024-01-21T11:42:09.195925+0000 mgr.smithi046.egcsjs (mgr.14182) 1093 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf 2024-01-21T11:42:10.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:42:10.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf 2024-01-21T11:42:10.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf 2024-01-21T11:42:10.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:42:10.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf 2024-01-21T11:42:10.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.qgnblf ... 2024-01-21T11:42:10.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:10.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:10.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:10.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:10.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:10.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:42:10.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:42:10.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:42:10.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:42:10.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:42:10.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf 2024-01-21T11:42:10.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:42:10.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf 2024-01-21T11:42:10.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf 2024-01-21T11:42:10.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:42:10.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf 2024-01-21T11:42:10.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.qgnblf ... 2024-01-21T11:42:10.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:10.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:10.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:10.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:10.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:10.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: cephadm 2024-01-21T11:42:09.196249+0000 mgr.smithi046.egcsjs (mgr.14182) 1094 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.qgnblf 2024-01-21T11:42:10.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: cephadm 2024-01-21T11:42:09.197827+0000 mgr.smithi046.egcsjs (mgr.14182) 1095 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.qgnblf on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf 2024-01-21T11:42:10.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:42:10.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf 2024-01-21T11:42:10.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf 2024-01-21T11:42:10.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:42:10.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf 2024-01-21T11:42:10.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.qgnblf ... 2024-01-21T11:42:10.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:10.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:42:10.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:42:10.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:42:10.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:42:10.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: cephadm 2024-01-21T11:42:09.201473+0000 mgr.smithi046.egcsjs (mgr.14182) 1096 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.ioaniu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:42:10.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: cephadm 2024-01-21T11:42:09.204470+0000 mgr.smithi046.egcsjs (mgr.14182) 1097 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:42:10.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: cluster 2024-01-21T11:42:09.205701+0000 mgr.smithi046.egcsjs (mgr.14182) 1098 : cluster [DBG] pgmap v725: 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-01-21T11:42:10.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: cluster 2024-01-21T11:42:09.588798+0000 mon.smithi046 (mon.0) 934 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:42:10.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:10 smithi079 bash[19822]: audit 2024-01-21T11:42:10.396141+0000 mon.smithi046 (mon.0) 935 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:42:12.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:12 smithi046 bash[16032]: cluster 2024-01-21T11:42:11.207677+0000 mgr.smithi046.egcsjs (mgr.14182) 1099 : cluster [DBG] pgmap v726: 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-01-21T11:42:12.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:12 smithi079 bash[19822]: cluster 2024-01-21T11:42:11.207677+0000 mgr.smithi046.egcsjs (mgr.14182) 1099 : cluster [DBG] pgmap v726: 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-01-21T11:42:14.162 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:42:14.162 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:05.196516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\nDeploy daemon haproxy.nfs.foo.smithi079.otpfak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.197601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qgnblf on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\nDeploy daemon haproxy.nfs.foo.smithi046.qgnblf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.201308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioaniu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:42:14.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:14.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:14 smithi046 bash[16032]: cluster 2024-01-21T11:42:13.209035+0000 mgr.smithi046.egcsjs (mgr.14182) 1100 : cluster [DBG] pgmap v727: 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-01-21T11:42:14.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:14 smithi079 bash[19822]: cluster 2024-01-21T11:42:13.209035+0000 mgr.smithi046.egcsjs (mgr.14182) 1100 : cluster [DBG] pgmap v727: 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-01-21T11:42:15.750 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:15.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:15 smithi046 bash[16032]: audit 2024-01-21T11:42:14.145041+0000 mgr.smithi046.egcsjs (mgr.14182) 1101 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:15.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:15 smithi079 bash[19822]: audit 2024-01-21T11:42:14.145041+0000 mgr.smithi046.egcsjs (mgr.14182) 1101 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:16.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:16 smithi046 bash[16032]: cluster 2024-01-21T11:42:15.210821+0000 mgr.smithi046.egcsjs (mgr.14182) 1102 : cluster [DBG] pgmap v728: 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-01-21T11:42:16.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:16 smithi079 bash[19822]: cluster 2024-01-21T11:42:15.210821+0000 mgr.smithi046.egcsjs (mgr.14182) 1102 : cluster [DBG] pgmap v728: 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-01-21T11:42:18.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:18 smithi046 bash[16032]: cluster 2024-01-21T11:42:17.212468+0000 mgr.smithi046.egcsjs (mgr.14182) 1103 : cluster [DBG] pgmap v729: 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-01-21T11:42:18.917 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:42:18.917 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:05.196516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\nDeploy daemon haproxy.nfs.foo.smithi079.otpfak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.197601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qgnblf on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\nDeploy daemon haproxy.nfs.foo.smithi046.qgnblf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.201308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioaniu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:42:18.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:18 smithi079 bash[19822]: cluster 2024-01-21T11:42:17.212468+0000 mgr.smithi046.egcsjs (mgr.14182) 1103 : cluster [DBG] pgmap v729: 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-01-21T11:42:19.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:20.521 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:20 smithi046 bash[16032]: audit 2024-01-21T11:42:18.900417+0000 mgr.smithi046.egcsjs (mgr.14182) 1104 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:20 smithi046 bash[16032]: cluster 2024-01-21T11:42:19.214246+0000 mgr.smithi046.egcsjs (mgr.14182) 1105 : cluster [DBG] pgmap v730: 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-01-21T11:42:20.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:20 smithi079 bash[19822]: audit 2024-01-21T11:42:18.900417+0000 mgr.smithi046.egcsjs (mgr.14182) 1104 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:20.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:20 smithi079 bash[19822]: cluster 2024-01-21T11:42:19.214246+0000 mgr.smithi046.egcsjs (mgr.14182) 1105 : cluster [DBG] pgmap v730: 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-01-21T11:42:22.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:22 smithi079 bash[19822]: cluster 2024-01-21T11:42:21.216298+0000 mgr.smithi046.egcsjs (mgr.14182) 1106 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:23.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:22 smithi046 bash[16032]: cluster 2024-01-21T11:42:21.216298+0000 mgr.smithi046.egcsjs (mgr.14182) 1106 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:23.651 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:42:23.652 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:05.196516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\nDeploy daemon haproxy.nfs.foo.smithi079.otpfak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.197601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qgnblf on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\nDeploy daemon haproxy.nfs.foo.smithi046.qgnblf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.201308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioaniu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:42:24.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:24.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:24 smithi079 bash[19822]: cluster 2024-01-21T11:42:23.217485+0000 mgr.smithi046.egcsjs (mgr.14182) 1107 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:24.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:24 smithi079 bash[19822]: audit 2024-01-21T11:42:23.639331+0000 mgr.smithi046.egcsjs (mgr.14182) 1108 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:24.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:24 smithi079 bash[19822]: audit 2024-01-21T11:42:24.316417+0000 mon.smithi046 (mon.0) 936 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:42:25.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:24 smithi046 bash[16032]: cluster 2024-01-21T11:42:23.217485+0000 mgr.smithi046.egcsjs (mgr.14182) 1107 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:25.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:24 smithi046 bash[16032]: audit 2024-01-21T11:42:23.639331+0000 mgr.smithi046.egcsjs (mgr.14182) 1108 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:25.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:24 smithi046 bash[16032]: audit 2024-01-21T11:42:24.316417+0000 mon.smithi046 (mon.0) 936 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:42:25.220 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:26.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:26 smithi046 bash[16032]: cluster 2024-01-21T11:42:25.219262+0000 mgr.smithi046.egcsjs (mgr.14182) 1109 : cluster [DBG] pgmap v733: 225 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-01-21T11:42:26.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:26 smithi079 bash[19822]: cluster 2024-01-21T11:42:25.219262+0000 mgr.smithi046.egcsjs (mgr.14182) 1109 : cluster [DBG] pgmap v733: 225 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-01-21T11:42:28.294 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:42:28.294 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:05.196516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\nDeploy daemon haproxy.nfs.foo.smithi079.otpfak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.197601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qgnblf on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\nDeploy daemon haproxy.nfs.foo.smithi046.qgnblf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.201308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioaniu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:42:28.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:28.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:28 smithi079 bash[19822]: cluster 2024-01-21T11:42:27.220932+0000 mgr.smithi046.egcsjs (mgr.14182) 1110 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:29.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:28 smithi046 bash[16032]: cluster 2024-01-21T11:42:27.220932+0000 mgr.smithi046.egcsjs (mgr.14182) 1110 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:29.844 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:29 smithi079 bash[19822]: audit 2024-01-21T11:42:28.279696+0000 mgr.smithi046.egcsjs (mgr.14182) 1111 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:30.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:29 smithi046 bash[16032]: audit 2024-01-21T11:42:28.279696+0000 mgr.smithi046.egcsjs (mgr.14182) 1111 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:30.947 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:30 smithi046 bash[16032]: cluster 2024-01-21T11:42:29.222559+0000 mgr.smithi046.egcsjs (mgr.14182) 1112 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:30.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:30 smithi079 bash[19822]: cluster 2024-01-21T11:42:29.222559+0000 mgr.smithi046.egcsjs (mgr.14182) 1112 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:32.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:32 smithi046 bash[16032]: cluster 2024-01-21T11:42:31.224615+0000 mgr.smithi046.egcsjs (mgr.14182) 1113 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:32.972 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:42:32.973 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:05.196516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\nDeploy daemon haproxy.nfs.foo.smithi079.otpfak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.197601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qgnblf on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\nDeploy daemon haproxy.nfs.foo.smithi046.qgnblf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.201308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioaniu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:42:32.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:32 smithi079 bash[19822]: cluster 2024-01-21T11:42:31.224615+0000 mgr.smithi046.egcsjs (mgr.14182) 1113 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:33.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:34.574 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:34.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:34 smithi046 bash[16032]: audit 2024-01-21T11:42:32.956211+0000 mgr.smithi046.egcsjs (mgr.14182) 1114 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:34.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:34 smithi046 bash[16032]: cluster 2024-01-21T11:42:33.225961+0000 mgr.smithi046.egcsjs (mgr.14182) 1115 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:34.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:34 smithi079 bash[19822]: audit 2024-01-21T11:42:32.956211+0000 mgr.smithi046.egcsjs (mgr.14182) 1114 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:34.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:34 smithi079 bash[19822]: cluster 2024-01-21T11:42:33.225961+0000 mgr.smithi046.egcsjs (mgr.14182) 1115 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:36.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:36 smithi079 bash[19822]: cluster 2024-01-21T11:42:35.227859+0000 mgr.smithi046.egcsjs (mgr.14182) 1116 : cluster [DBG] pgmap v738: 225 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-01-21T11:42:37.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:36 smithi046 bash[16032]: cluster 2024-01-21T11:42:35.227859+0000 mgr.smithi046.egcsjs (mgr.14182) 1116 : cluster [DBG] pgmap v738: 225 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-01-21T11:42:37.596 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:42:37.596 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:05.196516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\nDeploy daemon haproxy.nfs.foo.smithi079.otpfak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.197601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qgnblf on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\nDeploy daemon haproxy.nfs.foo.smithi046.qgnblf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.201308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioaniu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:42:38.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:38.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:38 smithi079 bash[19822]: cluster 2024-01-21T11:42:37.229563+0000 mgr.smithi046.egcsjs (mgr.14182) 1117 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:38.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:38 smithi079 bash[19822]: audit 2024-01-21T11:42:37.579002+0000 mgr.smithi046.egcsjs (mgr.14182) 1118 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:39.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:38 smithi046 bash[16032]: cluster 2024-01-21T11:42:37.229563+0000 mgr.smithi046.egcsjs (mgr.14182) 1117 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:39.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:38 smithi046 bash[16032]: audit 2024-01-21T11:42:37.579002+0000 mgr.smithi046.egcsjs (mgr.14182) 1118 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:39.237 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:40.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:40 smithi046 bash[16032]: cluster 2024-01-21T11:42:39.231239+0000 mgr.smithi046.egcsjs (mgr.14182) 1119 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:40.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:40 smithi079 bash[19822]: cluster 2024-01-21T11:42:39.231239+0000 mgr.smithi046.egcsjs (mgr.14182) 1119 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:42.613 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:42:42.613 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:05.196516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\nDeploy daemon haproxy.nfs.foo.smithi079.otpfak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.197601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qgnblf on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\nDeploy daemon haproxy.nfs.foo.smithi046.qgnblf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.201308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioaniu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:42:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:42 smithi079 bash[19822]: cluster 2024-01-21T11:42:41.233290+0000 mgr.smithi046.egcsjs (mgr.14182) 1120 : 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-01-21T11:42:43.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:42 smithi046 bash[16032]: cluster 2024-01-21T11:42:41.233290+0000 mgr.smithi046.egcsjs (mgr.14182) 1120 : 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-01-21T11:42:43.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:43 smithi079 bash[19822]: audit 2024-01-21T11:42:42.597015+0000 mgr.smithi046.egcsjs (mgr.14182) 1121 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:44.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:43 smithi046 bash[16032]: audit 2024-01-21T11:42:42.597015+0000 mgr.smithi046.egcsjs (mgr.14182) 1121 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:44.217 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:44.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:44 smithi079 bash[19822]: cluster 2024-01-21T11:42:43.234471+0000 mgr.smithi046.egcsjs (mgr.14182) 1122 : 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-01-21T11:42:45.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:44 smithi046 bash[16032]: cluster 2024-01-21T11:42:43.234471+0000 mgr.smithi046.egcsjs (mgr.14182) 1122 : 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-01-21T11:42:46.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:46 smithi079 bash[19822]: cluster 2024-01-21T11:42:45.236279+0000 mgr.smithi046.egcsjs (mgr.14182) 1123 : cluster [DBG] pgmap v743: 225 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-01-21T11:42:46.999 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:46 smithi046 bash[16032]: cluster 2024-01-21T11:42:45.236279+0000 mgr.smithi046.egcsjs (mgr.14182) 1123 : cluster [DBG] pgmap v743: 225 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-01-21T11:42:47.447 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:42:47.447 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:05.196516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\nDeploy daemon haproxy.nfs.foo.smithi079.otpfak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.197601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qgnblf on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\nDeploy daemon haproxy.nfs.foo.smithi046.qgnblf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.201308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioaniu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:42:48.082 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:49.083 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:49.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:48 smithi046 bash[16032]: cluster 2024-01-21T11:42:47.237836+0000 mgr.smithi046.egcsjs (mgr.14182) 1124 : 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-01-21T11:42:49.096 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:48 smithi046 bash[16032]: audit 2024-01-21T11:42:47.433517+0000 mgr.smithi046.egcsjs (mgr.14182) 1125 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:49.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:48 smithi079 bash[19822]: cluster 2024-01-21T11:42:47.237836+0000 mgr.smithi046.egcsjs (mgr.14182) 1124 : 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-01-21T11:42:49.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:48 smithi079 bash[19822]: audit 2024-01-21T11:42:47.433517+0000 mgr.smithi046.egcsjs (mgr.14182) 1125 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:50.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:50 smithi046 bash[16032]: cluster 2024-01-21T11:42:49.239399+0000 mgr.smithi046.egcsjs (mgr.14182) 1126 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:51.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:50 smithi079 bash[19822]: cluster 2024-01-21T11:42:49.239399+0000 mgr.smithi046.egcsjs (mgr.14182) 1126 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:42:52.269 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:42:52.270 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:05.196516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\nDeploy daemon haproxy.nfs.foo.smithi079.otpfak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.197601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qgnblf on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\nDeploy daemon haproxy.nfs.foo.smithi046.qgnblf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.201308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioaniu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:42:52.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:53.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:52 smithi046 bash[16032]: cluster 2024-01-21T11:42:51.241532+0000 mgr.smithi046.egcsjs (mgr.14182) 1127 : 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-01-21T11:42:53.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:52 smithi079 bash[19822]: cluster 2024-01-21T11:42:51.241532+0000 mgr.smithi046.egcsjs (mgr.14182) 1127 : 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-01-21T11:42:53.911 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:54.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:53 smithi046 bash[16032]: audit 2024-01-21T11:42:52.254587+0000 mgr.smithi046.egcsjs (mgr.14182) 1128 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:54.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:53 smithi046 bash[16032]: cluster 2024-01-21T11:42:53.242893+0000 mgr.smithi046.egcsjs (mgr.14182) 1129 : 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-01-21T11:42:54.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:53 smithi079 bash[19822]: audit 2024-01-21T11:42:52.254587+0000 mgr.smithi046.egcsjs (mgr.14182) 1128 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:54.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:53 smithi079 bash[19822]: cluster 2024-01-21T11:42:53.242893+0000 mgr.smithi046.egcsjs (mgr.14182) 1129 : 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-01-21T11:42:56.564 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:56 smithi046 bash[16032]: cluster 2024-01-21T11:42:55.244366+0000 mgr.smithi046.egcsjs (mgr.14182) 1130 : cluster [DBG] pgmap v748: 225 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-01-21T11:42:56.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:56 smithi079 bash[19822]: cluster 2024-01-21T11:42:55.244366+0000 mgr.smithi046.egcsjs (mgr.14182) 1130 : cluster [DBG] pgmap v748: 225 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-01-21T11:42:57.007 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:42:57.007 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:05.196516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\nDeploy daemon haproxy.nfs.foo.smithi079.otpfak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.197601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qgnblf on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\nDeploy daemon haproxy.nfs.foo.smithi046.qgnblf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.201308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioaniu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:42:57.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:42:58.635 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:42:58.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:58 smithi079 bash[19822]: audit 2024-01-21T11:42:56.989101+0000 mgr.smithi046.egcsjs (mgr.14182) 1131 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:58.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:42:58 smithi079 bash[19822]: cluster 2024-01-21T11:42:57.246016+0000 mgr.smithi046.egcsjs (mgr.14182) 1132 : 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-01-21T11:42:58.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:58 smithi046 bash[16032]: audit 2024-01-21T11:42:56.989101+0000 mgr.smithi046.egcsjs (mgr.14182) 1131 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:42:58.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:42:58 smithi046 bash[16032]: cluster 2024-01-21T11:42:57.246016+0000 mgr.smithi046.egcsjs (mgr.14182) 1132 : 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-01-21T11:43:00.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:00 smithi079 bash[19822]: cluster 2024-01-21T11:42:59.247680+0000 mgr.smithi046.egcsjs (mgr.14182) 1133 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:00.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:00 smithi046 bash[16032]: cluster 2024-01-21T11:42:59.247680+0000 mgr.smithi046.egcsjs (mgr.14182) 1133 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:01.973 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:43:01.973 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:05.196516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\nDeploy daemon haproxy.nfs.foo.smithi079.otpfak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.197601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qgnblf on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\nDeploy daemon haproxy.nfs.foo.smithi046.qgnblf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.201308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioaniu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:43:02.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:02.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:02 smithi079 bash[19822]: cluster 2024-01-21T11:43:01.248875+0000 mgr.smithi046.egcsjs (mgr.14182) 1134 : 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-01-21T11:43:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:02 smithi046 bash[16032]: cluster 2024-01-21T11:43:01.248875+0000 mgr.smithi046.egcsjs (mgr.14182) 1134 : 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-01-21T11:43:03.554 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:03.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:03 smithi079 bash[19822]: audit 2024-01-21T11:43:01.955853+0000 mgr.smithi046.egcsjs (mgr.14182) 1135 : audit [DBG] from='client.25135 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:03.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:03 smithi046 bash[16032]: audit 2024-01-21T11:43:01.955853+0000 mgr.smithi046.egcsjs (mgr.14182) 1135 : audit [DBG] from='client.25135 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:04.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:04 smithi079 bash[19822]: cluster 2024-01-21T11:43:03.250040+0000 mgr.smithi046.egcsjs (mgr.14182) 1136 : 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-01-21T11:43:04.836 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:04 smithi046 bash[16032]: cluster 2024-01-21T11:43:03.250040+0000 mgr.smithi046.egcsjs (mgr.14182) 1136 : 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-01-21T11:43:06.536 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:43:06.536 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:05.196516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\nDeploy daemon haproxy.nfs.foo.smithi079.otpfak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.197601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qgnblf on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\nDeploy daemon haproxy.nfs.foo.smithi046.qgnblf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.201308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioaniu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:43:06.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:06 smithi079 bash[19822]: cluster 2024-01-21T11:43:05.251905+0000 mgr.smithi046.egcsjs (mgr.14182) 1137 : cluster [DBG] pgmap v753: 225 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-01-21T11:43:06.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:06 smithi046 bash[16032]: cluster 2024-01-21T11:43:05.251905+0000 mgr.smithi046.egcsjs (mgr.14182) 1137 : cluster [DBG] pgmap v753: 225 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-01-21T11:43:07.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:07.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:07 smithi079 bash[19822]: audit 2024-01-21T11:43:06.522192+0000 mgr.smithi046.egcsjs (mgr.14182) 1138 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:07.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:07 smithi046 bash[16032]: audit 2024-01-21T11:43:06.522192+0000 mgr.smithi046.egcsjs (mgr.14182) 1138 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:08.127 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:08.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:08 smithi079 bash[19822]: cluster 2024-01-21T11:43:07.253672+0000 mgr.smithi046.egcsjs (mgr.14182) 1139 : 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-01-21T11:43:08.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:08 smithi046 bash[16032]: cluster 2024-01-21T11:43:07.253672+0000 mgr.smithi046.egcsjs (mgr.14182) 1139 : 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-01-21T11:43:09.555 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:09 smithi046 bash[16032]: audit 2024-01-21T11:43:09.209682+0000 mon.smithi046 (mon.0) 937 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:43:09.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:09 smithi079 bash[19822]: audit 2024-01-21T11:43:09.209682+0000 mon.smithi046 (mon.0) 937 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:43:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:10 smithi079 bash[19822]: cluster 2024-01-21T11:43:09.254730+0000 mgr.smithi046.egcsjs (mgr.14182) 1140 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:10 smithi079 bash[19822]: audit 2024-01-21T11:43:09.532769+0000 mon.smithi046 (mon.0) 938 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:43:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:10 smithi079 bash[19822]: audit 2024-01-21T11:43:09.534174+0000 mon.smithi046 (mon.0) 939 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:43:10.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:10 smithi079 bash[19822]: audit 2024-01-21T11:43:09.542861+0000 mon.smithi046 (mon.0) 940 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:43:10.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:10 smithi079 bash[19822]: cluster 2024-01-21T11:43:09.544144+0000 mgr.smithi046.egcsjs (mgr.14182) 1141 : cluster [DBG] pgmap v756: 225 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-01-21T11:43:10.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:10 smithi079 bash[19822]: audit 2024-01-21T11:43:09.552749+0000 mon.smithi046 (mon.0) 941 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:43:10.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:10 smithi079 bash[19822]: audit 2024-01-21T11:43:09.568197+0000 mon.smithi046 (mon.0) 942 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:43:10.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:10 smithi079 bash[19822]: cephadm 2024-01-21T11:43:09.571023+0000 mgr.smithi046.egcsjs (mgr.14182) 1142 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.vtvwfg on smithi079 2024-01-21T11:43:10.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:10 smithi046 bash[16032]: cluster 2024-01-21T11:43:09.254730+0000 mgr.smithi046.egcsjs (mgr.14182) 1140 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:10.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:10 smithi046 bash[16032]: audit 2024-01-21T11:43:09.532769+0000 mon.smithi046 (mon.0) 938 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:43:10.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:10 smithi046 bash[16032]: audit 2024-01-21T11:43:09.534174+0000 mon.smithi046 (mon.0) 939 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:43:10.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:10 smithi046 bash[16032]: audit 2024-01-21T11:43:09.542861+0000 mon.smithi046 (mon.0) 940 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:43:10.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:10 smithi046 bash[16032]: cluster 2024-01-21T11:43:09.544144+0000 mgr.smithi046.egcsjs (mgr.14182) 1141 : cluster [DBG] pgmap v756: 225 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-01-21T11:43:10.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:10 smithi046 bash[16032]: audit 2024-01-21T11:43:09.552749+0000 mon.smithi046 (mon.0) 941 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:43:10.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:10 smithi046 bash[16032]: audit 2024-01-21T11:43:09.568197+0000 mon.smithi046 (mon.0) 942 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:43:10.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:10 smithi046 bash[16032]: cephadm 2024-01-21T11:43:09.571023+0000 mgr.smithi046.egcsjs (mgr.14182) 1142 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.vtvwfg on smithi079 2024-01-21T11:43:11.324 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:43:11.324 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:41:00.975114Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.wmanex on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:05.196516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\nDeploy daemon haproxy.nfs.foo.smithi079.otpfak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.197601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qgnblf on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\nDeploy daemon haproxy.nfs.foo.smithi046.qgnblf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.201308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioaniu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:43:11.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:11 smithi079 bash[19822]: cluster 2024-01-21T11:43:10.539177+0000 mon.smithi046 (mon.0) 943 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:43:11.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:11 smithi079 bash[19822]: cluster 2024-01-21T11:43:10.539263+0000 mon.smithi046 (mon.0) 944 : cluster [INF] Cluster is now healthy 2024-01-21T11:43:11.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:11 smithi046 bash[16032]: cluster 2024-01-21T11:43:10.539177+0000 mon.smithi046 (mon.0) 943 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:43:11.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:11 smithi046 bash[16032]: cluster 2024-01-21T11:43:10.539263+0000 mon.smithi046 (mon.0) 944 : cluster [INF] Cluster is now healthy 2024-01-21T11:43:11.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:12.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:12 smithi046 bash[16032]: audit 2024-01-21T11:43:11.309372+0000 mgr.smithi046.egcsjs (mgr.14182) 1143 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:12.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:12 smithi046 bash[16032]: cluster 2024-01-21T11:43:11.545878+0000 mgr.smithi046.egcsjs (mgr.14182) 1144 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:43:12.943 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:12 smithi079 bash[19822]: audit 2024-01-21T11:43:11.309372+0000 mgr.smithi046.egcsjs (mgr.14182) 1143 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:12.943 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:12 smithi079 bash[19822]: cluster 2024-01-21T11:43:11.545878+0000 mgr.smithi046.egcsjs (mgr.14182) 1144 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:43:13.000 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:14.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: cluster 2024-01-21T11:43:13.546917+0000 mgr.smithi046.egcsjs (mgr.14182) 1145 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:43:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: cephadm 2024-01-21T11:43:13.654247+0000 mgr.smithi046.egcsjs (mgr.14182) 1146 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg 2024-01-21T11:43:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:43:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg 2024-01-21T11:43:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg 2024-01-21T11:43:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:43:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg 2024-01-21T11:43:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.vtvwfg ... 2024-01-21T11:43:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:43:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:43:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:43:14.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.vtvwfg ... 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: cephadm 2024-01-21T11:43:13.654837+0000 mgr.smithi046.egcsjs (mgr.14182) 1147 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.vtvwfg 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: audit 2024-01-21T11:43:13.655785+0000 mon.smithi046 (mon.0) 945 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.vtvwfg"}]: dispatch 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: cephadm 2024-01-21T11:43:13.657925+0000 mgr.smithi046.egcsjs (mgr.14182) 1148 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg 2024-01-21T11:43:14.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:43:14.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg 2024-01-21T11:43:14.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg 2024-01-21T11:43:14.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:43:14.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg 2024-01-21T11:43:14.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.vtvwfg ... 2024-01-21T11:43:14.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:14.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:14.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:14.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:14.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:14.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:14 smithi046 bash[16032]: cephadm 2024-01-21T11:43:13.663755+0000 mgr.smithi046.egcsjs (mgr.14182) 1149 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.rifdpr on smithi046 2024-01-21T11:43:14.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: cluster 2024-01-21T11:43:13.546917+0000 mgr.smithi046.egcsjs (mgr.14182) 1145 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:43:14.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: cephadm 2024-01-21T11:43:13.654247+0000 mgr.smithi046.egcsjs (mgr.14182) 1146 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg 2024-01-21T11:43:14.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:43:14.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg 2024-01-21T11:43:14.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg 2024-01-21T11:43:14.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:43:14.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg 2024-01-21T11:43:14.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.vtvwfg ... 2024-01-21T11:43:14.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:14.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:14.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:14.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:14.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:14.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:43:14.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:43:14.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:43:14.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:43:14.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:43:14.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg 2024-01-21T11:43:14.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:43:14.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg 2024-01-21T11:43:14.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg 2024-01-21T11:43:14.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:43:14.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg 2024-01-21T11:43:14.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.vtvwfg ... 2024-01-21T11:43:14.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:14.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:14.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:14.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:14.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:14.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: cephadm 2024-01-21T11:43:13.654837+0000 mgr.smithi046.egcsjs (mgr.14182) 1147 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.vtvwfg 2024-01-21T11:43:14.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: audit 2024-01-21T11:43:13.655785+0000 mon.smithi046 (mon.0) 945 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.vtvwfg"}]: dispatch 2024-01-21T11:43:14.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: cephadm 2024-01-21T11:43:13.657925+0000 mgr.smithi046.egcsjs (mgr.14182) 1148 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg 2024-01-21T11:43:14.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:43:14.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg 2024-01-21T11:43:14.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg 2024-01-21T11:43:14.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:43:14.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg 2024-01-21T11:43:14.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.vtvwfg ... 2024-01-21T11:43:14.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:14.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:14.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:14.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:14.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:14.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:14 smithi079 bash[19822]: cephadm 2024-01-21T11:43:13.663755+0000 mgr.smithi046.egcsjs (mgr.14182) 1149 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.rifdpr on smithi046 2024-01-21T11:43:16.138 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:43:16.138 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:05.196516Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.otpfak on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-otpfak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.otpfak\nDeploy daemon haproxy.nfs.foo.smithi079.otpfak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.197601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qgnblf on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qgnblf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qgnblf\nDeploy daemon haproxy.nfs.foo.smithi046.qgnblf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:42:09.201308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.ioaniu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:13.657576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\nDeploy daemon haproxy.nfs.foo.smithi079.vtvwfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -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.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:43:16.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:16.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:16 smithi046 bash[16032]: cluster 2024-01-21T11:43:15.548629+0000 mgr.smithi046.egcsjs (mgr.14182) 1150 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:43:16.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:16 smithi079 bash[19822]: cluster 2024-01-21T11:43:15.548629+0000 mgr.smithi046.egcsjs (mgr.14182) 1150 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:43:17.720 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:17.732 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:17 smithi046 bash[16032]: audit 2024-01-21T11:43:16.122715+0000 mgr.smithi046.egcsjs (mgr.14182) 1151 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:17.733 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:17 smithi046 bash[16032]: audit 2024-01-21T11:43:17.461454+0000 mon.smithi046 (mon.0) 946 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.rifdpr"}]: dispatch 2024-01-21T11:43:17.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:17 smithi079 bash[19822]: audit 2024-01-21T11:43:16.122715+0000 mgr.smithi046.egcsjs (mgr.14182) 1151 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:17.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:17 smithi079 bash[19822]: audit 2024-01-21T11:43:17.461454+0000 mon.smithi046 (mon.0) 946 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.rifdpr"}]: dispatch 2024-01-21T11:43:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: cephadm 2024-01-21T11:43:17.460411+0000 mgr.smithi046.egcsjs (mgr.14182) 1152 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr 2024-01-21T11:43:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:43:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr 2024-01-21T11:43:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr 2024-01-21T11:43:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:43:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr 2024-01-21T11:43:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.rifdpr ... 2024-01-21T11:43:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:43:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:43:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:43:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:43:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:43:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr 2024-01-21T11:43:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:43:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr 2024-01-21T11:43:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr 2024-01-21T11:43:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:43:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr 2024-01-21T11:43:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.rifdpr ... 2024-01-21T11:43:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:18.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:18.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:18.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:18.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:18.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: cephadm 2024-01-21T11:43:17.460703+0000 mgr.smithi046.egcsjs (mgr.14182) 1153 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.rifdpr 2024-01-21T11:43:18.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: cephadm 2024-01-21T11:43:17.462949+0000 mgr.smithi046.egcsjs (mgr.14182) 1154 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.rifdpr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr 2024-01-21T11:43:18.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:43:18.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr 2024-01-21T11:43:18.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr 2024-01-21T11:43:18.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:43:18.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr 2024-01-21T11:43:18.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.rifdpr ... 2024-01-21T11:43:18.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:18.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:18.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:18.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:18.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:18.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: cephadm 2024-01-21T11:43:17.464834+0000 mgr.smithi046.egcsjs (mgr.14182) 1155 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.joyimr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:43:18.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: cephadm 2024-01-21T11:43:17.466440+0000 mgr.smithi046.egcsjs (mgr.14182) 1156 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:43:18.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: cluster 2024-01-21T11:43:17.468588+0000 mgr.smithi046.egcsjs (mgr.14182) 1157 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:43:18.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:18 smithi046 bash[16032]: cluster 2024-01-21T11:43:17.609754+0000 mon.smithi046 (mon.0) 947 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:43:18.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: cephadm 2024-01-21T11:43:17.460411+0000 mgr.smithi046.egcsjs (mgr.14182) 1152 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr 2024-01-21T11:43:18.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:43:18.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr 2024-01-21T11:43:18.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr 2024-01-21T11:43:18.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:43:18.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr 2024-01-21T11:43:18.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.rifdpr ... 2024-01-21T11:43:18.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:18.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:18.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:18.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:18.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:18.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:43:18.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:43:18.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:43:18.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:43:18.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:43:18.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr 2024-01-21T11:43:18.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:43:18.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr 2024-01-21T11:43:18.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr 2024-01-21T11:43:18.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:43:18.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr 2024-01-21T11:43:18.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.rifdpr ... 2024-01-21T11:43:18.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:18.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:18.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:18.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:18.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:18.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: cephadm 2024-01-21T11:43:17.460703+0000 mgr.smithi046.egcsjs (mgr.14182) 1153 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.rifdpr 2024-01-21T11:43:18.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: cephadm 2024-01-21T11:43:17.462949+0000 mgr.smithi046.egcsjs (mgr.14182) 1154 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.rifdpr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr 2024-01-21T11:43:18.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:43:18.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr 2024-01-21T11:43:18.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr 2024-01-21T11:43:18.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:43:18.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr 2024-01-21T11:43:18.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.rifdpr ... 2024-01-21T11:43:18.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:18.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:43:18.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:43:18.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:43:18.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:43:18.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: cephadm 2024-01-21T11:43:17.464834+0000 mgr.smithi046.egcsjs (mgr.14182) 1155 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.joyimr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:43:18.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: cephadm 2024-01-21T11:43:17.466440+0000 mgr.smithi046.egcsjs (mgr.14182) 1156 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:43:18.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: cluster 2024-01-21T11:43:17.468588+0000 mgr.smithi046.egcsjs (mgr.14182) 1157 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:43:18.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:18 smithi079 bash[19822]: cluster 2024-01-21T11:43:17.609754+0000 mon.smithi046 (mon.0) 947 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:43:20.878 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:43:20.878 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:13.657576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\nDeploy daemon haproxy.nfs.foo.smithi079.vtvwfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.462808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rifdpr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\nDeploy daemon haproxy.nfs.foo.smithi046.rifdpr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.464727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.joyimr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:43:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:20 smithi046 bash[16032]: cluster 2024-01-21T11:43:19.470241+0000 mgr.smithi046.egcsjs (mgr.14182) 1158 : cluster [DBG] pgmap v761: 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-01-21T11:43:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:20 smithi046 bash[16032]: audit 2024-01-21T11:43:20.457287+0000 mon.smithi046 (mon.0) 948 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:43:20.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:20 smithi079 bash[19822]: cluster 2024-01-21T11:43:19.470241+0000 mgr.smithi046.egcsjs (mgr.14182) 1158 : cluster [DBG] pgmap v761: 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-01-21T11:43:20.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:20 smithi079 bash[19822]: audit 2024-01-21T11:43:20.457287+0000 mon.smithi046 (mon.0) 948 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:43:21.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:22.472 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:22.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:22 smithi079 bash[19822]: audit 2024-01-21T11:43:20.860043+0000 mgr.smithi046.egcsjs (mgr.14182) 1159 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:22.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:22 smithi079 bash[19822]: cluster 2024-01-21T11:43:21.471396+0000 mgr.smithi046.egcsjs (mgr.14182) 1160 : 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-01-21T11:43:22.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:22 smithi046 bash[16032]: audit 2024-01-21T11:43:20.860043+0000 mgr.smithi046.egcsjs (mgr.14182) 1159 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:22.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:22 smithi046 bash[16032]: cluster 2024-01-21T11:43:21.471396+0000 mgr.smithi046.egcsjs (mgr.14182) 1160 : 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-01-21T11:43:24.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:24 smithi046 bash[16032]: cluster 2024-01-21T11:43:23.472666+0000 mgr.smithi046.egcsjs (mgr.14182) 1161 : 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-01-21T11:43:24.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:24 smithi079 bash[19822]: cluster 2024-01-21T11:43:23.472666+0000 mgr.smithi046.egcsjs (mgr.14182) 1161 : 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-01-21T11:43:25.676 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:43:25.676 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:13.657576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\nDeploy daemon haproxy.nfs.foo.smithi079.vtvwfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.462808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rifdpr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\nDeploy daemon haproxy.nfs.foo.smithi046.rifdpr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.464727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.joyimr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:43:26.293 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:26.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:26 smithi046 bash[16032]: cluster 2024-01-21T11:43:25.473820+0000 mgr.smithi046.egcsjs (mgr.14182) 1162 : cluster [DBG] pgmap v764: 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-01-21T11:43:26.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:26 smithi046 bash[16032]: audit 2024-01-21T11:43:25.658356+0000 mgr.smithi046.egcsjs (mgr.14182) 1163 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:26.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:26 smithi079 bash[19822]: cluster 2024-01-21T11:43:25.473820+0000 mgr.smithi046.egcsjs (mgr.14182) 1162 : cluster [DBG] pgmap v764: 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-01-21T11:43:26.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:26 smithi079 bash[19822]: audit 2024-01-21T11:43:25.658356+0000 mgr.smithi046.egcsjs (mgr.14182) 1163 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:27.294 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:28.614 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:28 smithi046 bash[16032]: cluster 2024-01-21T11:43:27.475326+0000 mgr.smithi046.egcsjs (mgr.14182) 1164 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:28.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:28 smithi079 bash[19822]: cluster 2024-01-21T11:43:27.475326+0000 mgr.smithi046.egcsjs (mgr.14182) 1164 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:30.342 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:43:30.343 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:13.657576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\nDeploy daemon haproxy.nfs.foo.smithi079.vtvwfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.462808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rifdpr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\nDeploy daemon haproxy.nfs.foo.smithi046.rifdpr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.464727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.joyimr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:43:30.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:30 smithi046 bash[16032]: cluster 2024-01-21T11:43:29.476905+0000 mgr.smithi046.egcsjs (mgr.14182) 1165 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:30.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:30.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:30 smithi079 bash[19822]: cluster 2024-01-21T11:43:29.476905+0000 mgr.smithi046.egcsjs (mgr.14182) 1165 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:31.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:31 smithi046 bash[16032]: audit 2024-01-21T11:43:30.332814+0000 mgr.smithi046.egcsjs (mgr.14182) 1166 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:31.981 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:31.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:31 smithi079 bash[19822]: audit 2024-01-21T11:43:30.332814+0000 mgr.smithi046.egcsjs (mgr.14182) 1166 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:32.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:32 smithi046 bash[16032]: cluster 2024-01-21T11:43:31.478837+0000 mgr.smithi046.egcsjs (mgr.14182) 1167 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:32.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:32 smithi079 bash[19822]: cluster 2024-01-21T11:43:31.478837+0000 mgr.smithi046.egcsjs (mgr.14182) 1167 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:34.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:34 smithi046 bash[16032]: cluster 2024-01-21T11:43:33.480295+0000 mgr.smithi046.egcsjs (mgr.14182) 1168 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:34.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:34 smithi079 bash[19822]: cluster 2024-01-21T11:43:33.480295+0000 mgr.smithi046.egcsjs (mgr.14182) 1168 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:35.067 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:43:35.067 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:13.657576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\nDeploy daemon haproxy.nfs.foo.smithi079.vtvwfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.462808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rifdpr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\nDeploy daemon haproxy.nfs.foo.smithi046.rifdpr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.464727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.joyimr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:43:35.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:36.690 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:36.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:36 smithi046 bash[16032]: audit 2024-01-21T11:43:35.057684+0000 mgr.smithi046.egcsjs (mgr.14182) 1169 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:36.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:36 smithi046 bash[16032]: cluster 2024-01-21T11:43:35.482172+0000 mgr.smithi046.egcsjs (mgr.14182) 1170 : cluster [DBG] pgmap v769: 225 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-01-21T11:43:36.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:36 smithi079 bash[19822]: audit 2024-01-21T11:43:35.057684+0000 mgr.smithi046.egcsjs (mgr.14182) 1169 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:36.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:36 smithi079 bash[19822]: cluster 2024-01-21T11:43:35.482172+0000 mgr.smithi046.egcsjs (mgr.14182) 1170 : cluster [DBG] pgmap v769: 225 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-01-21T11:43:38.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:38 smithi046 bash[16032]: cluster 2024-01-21T11:43:37.483831+0000 mgr.smithi046.egcsjs (mgr.14182) 1171 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:38.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:38 smithi079 bash[19822]: cluster 2024-01-21T11:43:37.483831+0000 mgr.smithi046.egcsjs (mgr.14182) 1171 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:39.862 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:43:39.862 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:13.657576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\nDeploy daemon haproxy.nfs.foo.smithi079.vtvwfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.462808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rifdpr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\nDeploy daemon haproxy.nfs.foo.smithi046.rifdpr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.464727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.joyimr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:43:40.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:40.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:40 smithi046 bash[16032]: cluster 2024-01-21T11:43:39.485158+0000 mgr.smithi046.egcsjs (mgr.14182) 1172 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:40.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:40 smithi079 bash[19822]: cluster 2024-01-21T11:43:39.485158+0000 mgr.smithi046.egcsjs (mgr.14182) 1172 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:41.531 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:41.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:41 smithi046 bash[16032]: audit 2024-01-21T11:43:39.844911+0000 mgr.smithi046.egcsjs (mgr.14182) 1173 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:41.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:41 smithi079 bash[19822]: audit 2024-01-21T11:43:39.844911+0000 mgr.smithi046.egcsjs (mgr.14182) 1173 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:42.877 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:42 smithi046 bash[16032]: cluster 2024-01-21T11:43:41.487130+0000 mgr.smithi046.egcsjs (mgr.14182) 1174 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:42 smithi079 bash[19822]: cluster 2024-01-21T11:43:41.487130+0000 mgr.smithi046.egcsjs (mgr.14182) 1174 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:44.649 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:43:44.650 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:13.657576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\nDeploy daemon haproxy.nfs.foo.smithi079.vtvwfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.462808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rifdpr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\nDeploy daemon haproxy.nfs.foo.smithi046.rifdpr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.464727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.joyimr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:43:44.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:44 smithi046 bash[16032]: cluster 2024-01-21T11:43:43.488237+0000 mgr.smithi046.egcsjs (mgr.14182) 1175 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:44.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:44 smithi079 bash[19822]: cluster 2024-01-21T11:43:43.488237+0000 mgr.smithi046.egcsjs (mgr.14182) 1175 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:45.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:45.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:45 smithi046 bash[16032]: audit 2024-01-21T11:43:44.630624+0000 mgr.smithi046.egcsjs (mgr.14182) 1176 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:45.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:45 smithi079 bash[19822]: audit 2024-01-21T11:43:44.630624+0000 mgr.smithi046.egcsjs (mgr.14182) 1176 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:46.290 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:46.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:46 smithi079 bash[19822]: cluster 2024-01-21T11:43:45.490071+0000 mgr.smithi046.egcsjs (mgr.14182) 1177 : cluster [DBG] pgmap v774: 225 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-01-21T11:43:47.047 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:46 smithi046 bash[16032]: cluster 2024-01-21T11:43:45.490071+0000 mgr.smithi046.egcsjs (mgr.14182) 1177 : cluster [DBG] pgmap v774: 225 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-01-21T11:43:48.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:48 smithi046 bash[16032]: cluster 2024-01-21T11:43:47.491207+0000 mgr.smithi046.egcsjs (mgr.14182) 1178 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:48.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:48 smithi079 bash[19822]: cluster 2024-01-21T11:43:47.491207+0000 mgr.smithi046.egcsjs (mgr.14182) 1178 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:49.383 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:43:49.383 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:13.657576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\nDeploy daemon haproxy.nfs.foo.smithi079.vtvwfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.462808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rifdpr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\nDeploy daemon haproxy.nfs.foo.smithi046.rifdpr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.464727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.joyimr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:43:49.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:50.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:50 smithi046 bash[16032]: audit 2024-01-21T11:43:49.368954+0000 mgr.smithi046.egcsjs (mgr.14182) 1179 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:50.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:50 smithi046 bash[16032]: cluster 2024-01-21T11:43:49.492409+0000 mgr.smithi046.egcsjs (mgr.14182) 1180 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:50.982 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:50 smithi079 bash[19822]: audit 2024-01-21T11:43:49.368954+0000 mgr.smithi046.egcsjs (mgr.14182) 1179 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:50 smithi079 bash[19822]: cluster 2024-01-21T11:43:49.492409+0000 mgr.smithi046.egcsjs (mgr.14182) 1180 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:43:52.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:52 smithi079 bash[19822]: cluster 2024-01-21T11:43:51.494349+0000 mgr.smithi046.egcsjs (mgr.14182) 1181 : 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-01-21T11:43:52.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:52 smithi046 bash[16032]: cluster 2024-01-21T11:43:51.494349+0000 mgr.smithi046.egcsjs (mgr.14182) 1181 : 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-01-21T11:43:54.113 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:43:54.113 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:13.657576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\nDeploy daemon haproxy.nfs.foo.smithi079.vtvwfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.462808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rifdpr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\nDeploy daemon haproxy.nfs.foo.smithi046.rifdpr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.464727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.joyimr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:43:54.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:54.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:54 smithi046 bash[16032]: cluster 2024-01-21T11:43:53.495135+0000 mgr.smithi046.egcsjs (mgr.14182) 1182 : 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-01-21T11:43:54.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:54 smithi079 bash[19822]: cluster 2024-01-21T11:43:53.495135+0000 mgr.smithi046.egcsjs (mgr.14182) 1182 : 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-01-21T11:43:55.702 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:43:55.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:55 smithi046 bash[16032]: audit 2024-01-21T11:43:54.095649+0000 mgr.smithi046.egcsjs (mgr.14182) 1183 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:55.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:55 smithi079 bash[19822]: audit 2024-01-21T11:43:54.095649+0000 mgr.smithi046.egcsjs (mgr.14182) 1183 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:56.832 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:56 smithi046 bash[16032]: cluster 2024-01-21T11:43:55.496877+0000 mgr.smithi046.egcsjs (mgr.14182) 1184 : cluster [DBG] pgmap v779: 225 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-01-21T11:43:56.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:56 smithi079 bash[19822]: cluster 2024-01-21T11:43:55.496877+0000 mgr.smithi046.egcsjs (mgr.14182) 1184 : cluster [DBG] pgmap v779: 225 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-01-21T11:43:58.725 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:43:58.725 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:13.657576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\nDeploy daemon haproxy.nfs.foo.smithi079.vtvwfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.462808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rifdpr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\nDeploy daemon haproxy.nfs.foo.smithi046.rifdpr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.464727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.joyimr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:43:58.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:58 smithi046 bash[16032]: cluster 2024-01-21T11:43:57.498021+0000 mgr.smithi046.egcsjs (mgr.14182) 1185 : 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-01-21T11:43:58.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:58 smithi079 bash[19822]: cluster 2024-01-21T11:43:57.498021+0000 mgr.smithi046.egcsjs (mgr.14182) 1185 : 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-01-21T11:43:59.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:43:59.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:43:59 smithi046 bash[16032]: audit 2024-01-21T11:43:58.715404+0000 mgr.smithi046.egcsjs (mgr.14182) 1186 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:43:59.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:43:59 smithi079 bash[19822]: audit 2024-01-21T11:43:58.715404+0000 mgr.smithi046.egcsjs (mgr.14182) 1186 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:00.311 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:00.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:00 smithi046 bash[16032]: cluster 2024-01-21T11:43:59.499265+0000 mgr.smithi046.egcsjs (mgr.14182) 1187 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:00 smithi079 bash[19822]: cluster 2024-01-21T11:43:59.499265+0000 mgr.smithi046.egcsjs (mgr.14182) 1187 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:02.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:02 smithi079 bash[19822]: cluster 2024-01-21T11:44:01.500619+0000 mgr.smithi046.egcsjs (mgr.14182) 1188 : 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-01-21T11:44:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:02 smithi046 bash[16032]: cluster 2024-01-21T11:44:01.500619+0000 mgr.smithi046.egcsjs (mgr.14182) 1188 : 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-01-21T11:44:03.537 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:44:03.537 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:13.657576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\nDeploy daemon haproxy.nfs.foo.smithi079.vtvwfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.462808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rifdpr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\nDeploy daemon haproxy.nfs.foo.smithi046.rifdpr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.464727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.joyimr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:44:04.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:04.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:04 smithi046 bash[16032]: cluster 2024-01-21T11:44:03.501823+0000 mgr.smithi046.egcsjs (mgr.14182) 1189 : 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-01-21T11:44:04.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:04 smithi046 bash[16032]: audit 2024-01-21T11:44:03.520416+0000 mgr.smithi046.egcsjs (mgr.14182) 1190 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:04.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:04 smithi079 bash[19822]: cluster 2024-01-21T11:44:03.501823+0000 mgr.smithi046.egcsjs (mgr.14182) 1189 : 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-01-21T11:44:04.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:04 smithi079 bash[19822]: audit 2024-01-21T11:44:03.520416+0000 mgr.smithi046.egcsjs (mgr.14182) 1190 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:05.091 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:06.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:06 smithi046 bash[16032]: cluster 2024-01-21T11:44:05.502946+0000 mgr.smithi046.egcsjs (mgr.14182) 1191 : cluster [DBG] pgmap v784: 225 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-01-21T11:44:06.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:06 smithi079 bash[19822]: cluster 2024-01-21T11:44:05.502946+0000 mgr.smithi046.egcsjs (mgr.14182) 1191 : cluster [DBG] pgmap v784: 225 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-01-21T11:44:08.125 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:44:08.125 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:13.657576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\nDeploy daemon haproxy.nfs.foo.smithi079.vtvwfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.462808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rifdpr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\nDeploy daemon haproxy.nfs.foo.smithi046.rifdpr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.464727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.joyimr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:44:08.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:08.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:08 smithi046 bash[16032]: cluster 2024-01-21T11:44:07.504271+0000 mgr.smithi046.egcsjs (mgr.14182) 1192 : 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-01-21T11:44:08.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:08 smithi079 bash[19822]: cluster 2024-01-21T11:44:07.504271+0000 mgr.smithi046.egcsjs (mgr.14182) 1192 : 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-01-21T11:44:09.705 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:09.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:09 smithi046 bash[16032]: audit 2024-01-21T11:44:08.108782+0000 mgr.smithi046.egcsjs (mgr.14182) 1193 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:09.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:09 smithi079 bash[19822]: audit 2024-01-21T11:44:08.108782+0000 mgr.smithi046.egcsjs (mgr.14182) 1193 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:10.864 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:10 smithi046 bash[16032]: cluster 2024-01-21T11:44:09.505817+0000 mgr.smithi046.egcsjs (mgr.14182) 1194 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:10.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:10 smithi079 bash[19822]: cluster 2024-01-21T11:44:09.505817+0000 mgr.smithi046.egcsjs (mgr.14182) 1194 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:12.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:12 smithi046 bash[16032]: cluster 2024-01-21T11:44:11.507146+0000 mgr.smithi046.egcsjs (mgr.14182) 1195 : 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-01-21T11:44:12.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:12 smithi079 bash[19822]: cluster 2024-01-21T11:44:11.507146+0000 mgr.smithi046.egcsjs (mgr.14182) 1195 : 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-01-21T11:44:12.832 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:44:12.832 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:13.657576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\nDeploy daemon haproxy.nfs.foo.smithi079.vtvwfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.462808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rifdpr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\nDeploy daemon haproxy.nfs.foo.smithi046.rifdpr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.464727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.joyimr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:44:13.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:14.461 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:14.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:14 smithi046 bash[16032]: audit 2024-01-21T11:44:12.814921+0000 mgr.smithi046.egcsjs (mgr.14182) 1196 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:14.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:14 smithi046 bash[16032]: cluster 2024-01-21T11:44:13.508412+0000 mgr.smithi046.egcsjs (mgr.14182) 1197 : 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-01-21T11:44:14.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:14 smithi079 bash[19822]: audit 2024-01-21T11:44:12.814921+0000 mgr.smithi046.egcsjs (mgr.14182) 1196 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:14.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:14 smithi079 bash[19822]: cluster 2024-01-21T11:44:13.508412+0000 mgr.smithi046.egcsjs (mgr.14182) 1197 : 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-01-21T11:44:16.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:16 smithi046 bash[16032]: cluster 2024-01-21T11:44:15.509432+0000 mgr.smithi046.egcsjs (mgr.14182) 1198 : cluster [DBG] pgmap v789: 225 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-01-21T11:44:16.889 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:16 smithi079 bash[19822]: cluster 2024-01-21T11:44:15.509432+0000 mgr.smithi046.egcsjs (mgr.14182) 1198 : cluster [DBG] pgmap v789: 225 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-01-21T11:44:17.412 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:44:17.412 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:42:09.204308Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.llvvsl on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:13.657576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\nDeploy daemon haproxy.nfs.foo.smithi079.vtvwfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.462808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rifdpr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\nDeploy daemon haproxy.nfs.foo.smithi046.rifdpr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.464727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.joyimr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:44:17.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:17 smithi046 bash[16032]: audit 2024-01-21T11:44:17.469828+0000 mon.smithi046 (mon.0) 949 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:44:17.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:17.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:17 smithi079 bash[19822]: audit 2024-01-21T11:44:17.469828+0000 mon.smithi046 (mon.0) 949 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:44:18.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:18 smithi046 bash[16032]: audit 2024-01-21T11:44:17.394179+0000 mgr.smithi046.egcsjs (mgr.14182) 1199 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:18 smithi046 bash[16032]: cluster 2024-01-21T11:44:17.510472+0000 mgr.smithi046.egcsjs (mgr.14182) 1200 : 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-01-21T11:44:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:18 smithi046 bash[16032]: audit 2024-01-21T11:44:17.789603+0000 mon.smithi046 (mon.0) 950 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:18 smithi046 bash[16032]: audit 2024-01-21T11:44:17.791452+0000 mon.smithi046 (mon.0) 951 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:44:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:18 smithi046 bash[16032]: audit 2024-01-21T11:44:17.800622+0000 mon.smithi046 (mon.0) 952 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:44:18.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:18 smithi046 bash[16032]: audit 2024-01-21T11:44:17.811503+0000 mon.smithi046 (mon.0) 953 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:44:18.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:18 smithi046 bash[16032]: audit 2024-01-21T11:44:17.821727+0000 mon.smithi046 (mon.0) 954 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:44:18.974 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:18.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:18 smithi079 bash[19822]: audit 2024-01-21T11:44:17.394179+0000 mgr.smithi046.egcsjs (mgr.14182) 1199 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:18.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:18 smithi079 bash[19822]: cluster 2024-01-21T11:44:17.510472+0000 mgr.smithi046.egcsjs (mgr.14182) 1200 : 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-01-21T11:44:18.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:18 smithi079 bash[19822]: audit 2024-01-21T11:44:17.789603+0000 mon.smithi046 (mon.0) 950 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:44:18.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:18 smithi079 bash[19822]: audit 2024-01-21T11:44:17.791452+0000 mon.smithi046 (mon.0) 951 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:44:18.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:18 smithi079 bash[19822]: audit 2024-01-21T11:44:17.800622+0000 mon.smithi046 (mon.0) 952 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:44:18.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:18 smithi079 bash[19822]: audit 2024-01-21T11:44:17.811503+0000 mon.smithi046 (mon.0) 953 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:44:18.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:18 smithi079 bash[19822]: audit 2024-01-21T11:44:17.821727+0000 mon.smithi046 (mon.0) 954 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:44:19.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:19 smithi046 bash[16032]: cluster 2024-01-21T11:44:17.801535+0000 mgr.smithi046.egcsjs (mgr.14182) 1201 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:44:19.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:19 smithi046 bash[16032]: cephadm 2024-01-21T11:44:17.824657+0000 mgr.smithi046.egcsjs (mgr.14182) 1202 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.zaitjl on smithi079 2024-01-21T11:44:19.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:19 smithi046 bash[16032]: cluster 2024-01-21T11:44:18.797306+0000 mon.smithi046 (mon.0) 955 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:44:19.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:19 smithi046 bash[16032]: cluster 2024-01-21T11:44:18.797367+0000 mon.smithi046 (mon.0) 956 : cluster [INF] Cluster is now healthy 2024-01-21T11:44:19.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:19 smithi079 bash[19822]: cluster 2024-01-21T11:44:17.801535+0000 mgr.smithi046.egcsjs (mgr.14182) 1201 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:44:19.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:19 smithi079 bash[19822]: cephadm 2024-01-21T11:44:17.824657+0000 mgr.smithi046.egcsjs (mgr.14182) 1202 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.zaitjl on smithi079 2024-01-21T11:44:19.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:19 smithi079 bash[19822]: cluster 2024-01-21T11:44:18.797306+0000 mon.smithi046 (mon.0) 955 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:44:19.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:19 smithi079 bash[19822]: cluster 2024-01-21T11:44:18.797367+0000 mon.smithi046 (mon.0) 956 : cluster [INF] Cluster is now healthy 2024-01-21T11:44:21.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:21 smithi046 bash[16032]: cluster 2024-01-21T11:44:19.802987+0000 mgr.smithi046.egcsjs (mgr.14182) 1203 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:44:21.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:21 smithi079 bash[19822]: cluster 2024-01-21T11:44:19.802987+0000 mgr.smithi046.egcsjs (mgr.14182) 1203 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:44:22.135 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:44:22.135 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:13.657576Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.vtvwfg on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-vtvwfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.vtvwfg\nDeploy daemon haproxy.nfs.foo.smithi079.vtvwfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.462808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.rifdpr on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-rifdpr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.rifdpr\nDeploy daemon haproxy.nfs.foo.smithi046.rifdpr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:43:17.464727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.joyimr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:21.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\nDeploy daemon haproxy.nfs.foo.smithi079.zaitjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -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.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:44:22.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:22.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: cephadm 2024-01-21T11:44:21.589613+0000 mgr.smithi046.egcsjs (mgr.14182) 1204 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl 2024-01-21T11:44:22.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:44:22.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl 2024-01-21T11:44:22.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl 2024-01-21T11:44:22.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:44:22.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl 2024-01-21T11:44:22.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.zaitjl ... 2024-01-21T11:44:22.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:22.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:22.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:22.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:22.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:22.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:44:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:44:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:44:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:44:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:44:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl 2024-01-21T11:44:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:44:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl 2024-01-21T11:44:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl 2024-01-21T11:44:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:44:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl 2024-01-21T11:44:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.zaitjl ... 2024-01-21T11:44:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:22.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:22.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:22.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:22.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:22.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: cephadm 2024-01-21T11:44:21.589903+0000 mgr.smithi046.egcsjs (mgr.14182) 1205 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.zaitjl 2024-01-21T11:44:22.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: audit 2024-01-21T11:44:21.590379+0000 mon.smithi046 (mon.0) 957 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.zaitjl"}]: dispatch 2024-01-21T11:44:22.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: cephadm 2024-01-21T11:44:21.592332+0000 mgr.smithi046.egcsjs (mgr.14182) 1206 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl 2024-01-21T11:44:22.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:44:22.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl 2024-01-21T11:44:22.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl 2024-01-21T11:44:22.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:44:22.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl 2024-01-21T11:44:22.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.zaitjl ... 2024-01-21T11:44:22.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:22.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:22.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:22.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:22.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:22.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:22 smithi046 bash[16032]: cephadm 2024-01-21T11:44:21.597638+0000 mgr.smithi046.egcsjs (mgr.14182) 1207 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.svmvcl on smithi046 2024-01-21T11:44:22.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: cephadm 2024-01-21T11:44:21.589613+0000 mgr.smithi046.egcsjs (mgr.14182) 1204 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl 2024-01-21T11:44:22.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:44:22.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl 2024-01-21T11:44:22.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl 2024-01-21T11:44:22.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:44:22.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl 2024-01-21T11:44:22.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.zaitjl ... 2024-01-21T11:44:22.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:22.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:22.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:22.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:22.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:22.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:44:22.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:44:22.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:44:22.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:44:22.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:44:22.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl 2024-01-21T11:44:22.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:44:22.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl 2024-01-21T11:44:22.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl 2024-01-21T11:44:22.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:44:22.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl 2024-01-21T11:44:22.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.zaitjl ... 2024-01-21T11:44:22.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:22.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:22.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:22.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:22.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:22.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: cephadm 2024-01-21T11:44:21.589903+0000 mgr.smithi046.egcsjs (mgr.14182) 1205 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.zaitjl 2024-01-21T11:44:22.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: audit 2024-01-21T11:44:21.590379+0000 mon.smithi046 (mon.0) 957 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.zaitjl"}]: dispatch 2024-01-21T11:44:22.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: cephadm 2024-01-21T11:44:21.592332+0000 mgr.smithi046.egcsjs (mgr.14182) 1206 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl 2024-01-21T11:44:22.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:44:22.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl 2024-01-21T11:44:22.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl 2024-01-21T11:44:22.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:44:22.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl 2024-01-21T11:44:22.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.zaitjl ... 2024-01-21T11:44:22.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:22.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:22.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:22.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:22.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:22.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:22 smithi079 bash[19822]: cephadm 2024-01-21T11:44:21.597638+0000 mgr.smithi046.egcsjs (mgr.14182) 1207 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.svmvcl on smithi046 2024-01-21T11:44:23.753 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:23.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:23 smithi046 bash[16032]: cluster 2024-01-21T11:44:21.804009+0000 mgr.smithi046.egcsjs (mgr.14182) 1208 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:44:23.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:23 smithi046 bash[16032]: audit 2024-01-21T11:44:22.119648+0000 mgr.smithi046.egcsjs (mgr.14182) 1209 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:23.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:23 smithi079 bash[19822]: cluster 2024-01-21T11:44:21.804009+0000 mgr.smithi046.egcsjs (mgr.14182) 1208 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:44:23.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:23 smithi079 bash[19822]: audit 2024-01-21T11:44:22.119648+0000 mgr.smithi046.egcsjs (mgr.14182) 1209 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:25.547 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:25 smithi046 bash[16032]: cluster 2024-01-21T11:44:23.805497+0000 mgr.smithi046.egcsjs (mgr.14182) 1210 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:44:25.548 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:25 smithi046 bash[16032]: audit 2024-01-21T11:44:24.320482+0000 mon.smithi046 (mon.0) 958 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:44:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:25 smithi079 bash[19822]: cluster 2024-01-21T11:44:23.805497+0000 mgr.smithi046.egcsjs (mgr.14182) 1210 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:44:25.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:25 smithi079 bash[19822]: audit 2024-01-21T11:44:24.320482+0000 mon.smithi046 (mon.0) 958 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:44:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: cephadm 2024-01-21T11:44:25.572184+0000 mgr.smithi046.egcsjs (mgr.14182) 1211 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl 2024-01-21T11:44:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:44:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl 2024-01-21T11:44:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl 2024-01-21T11:44:26.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:44:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl 2024-01-21T11:44:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.svmvcl ... 2024-01-21T11:44:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:26.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:44:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:44:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:44:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:44:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:44:26.634 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl 2024-01-21T11:44:26.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:44:26.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl 2024-01-21T11:44:26.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl 2024-01-21T11:44:26.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:44:26.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl 2024-01-21T11:44:26.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.svmvcl ... 2024-01-21T11:44:26.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:26.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:26.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:26.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:26.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:26.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: cephadm 2024-01-21T11:44:25.573278+0000 mgr.smithi046.egcsjs (mgr.14182) 1212 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.svmvcl 2024-01-21T11:44:26.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: audit 2024-01-21T11:44:25.574076+0000 mon.smithi046 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.svmvcl"}]: dispatch 2024-01-21T11:44:26.635 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: cephadm 2024-01-21T11:44:25.577685+0000 mgr.smithi046.egcsjs (mgr.14182) 1213 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.svmvcl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl 2024-01-21T11:44:26.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:44:26.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl 2024-01-21T11:44:26.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl 2024-01-21T11:44:26.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:44:26.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl 2024-01-21T11:44:26.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.svmvcl ... 2024-01-21T11:44:26.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:26.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:26.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:26.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:26.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:26.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: cephadm 2024-01-21T11:44:25.580867+0000 mgr.smithi046.egcsjs (mgr.14182) 1214 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.rlfigr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:44:26.636 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: cephadm 2024-01-21T11:44:25.582877+0000 mgr.smithi046.egcsjs (mgr.14182) 1215 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:44:26.637 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:26 smithi046 bash[16032]: cluster 2024-01-21T11:44:25.584358+0000 mgr.smithi046.egcsjs (mgr.14182) 1216 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T11:44:26.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: cephadm 2024-01-21T11:44:25.572184+0000 mgr.smithi046.egcsjs (mgr.14182) 1211 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl 2024-01-21T11:44:26.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:44:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl 2024-01-21T11:44:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl 2024-01-21T11:44:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:44:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl 2024-01-21T11:44:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.svmvcl ... 2024-01-21T11:44:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:44:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:44:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:44:26.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:44:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:44:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl 2024-01-21T11:44:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:44:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl 2024-01-21T11:44:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl 2024-01-21T11:44:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:44:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl 2024-01-21T11:44:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.svmvcl ... 2024-01-21T11:44:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:26.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: cephadm 2024-01-21T11:44:25.573278+0000 mgr.smithi046.egcsjs (mgr.14182) 1212 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.svmvcl 2024-01-21T11:44:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: audit 2024-01-21T11:44:25.574076+0000 mon.smithi046 (mon.0) 959 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.svmvcl"}]: dispatch 2024-01-21T11:44:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: cephadm 2024-01-21T11:44:25.577685+0000 mgr.smithi046.egcsjs (mgr.14182) 1213 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.svmvcl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl 2024-01-21T11:44:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:44:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl 2024-01-21T11:44:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl 2024-01-21T11:44:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:44:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl 2024-01-21T11:44:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.svmvcl ... 2024-01-21T11:44:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:26.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:44:26.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:44:26.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:44:26.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:44:26.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: cephadm 2024-01-21T11:44:25.580867+0000 mgr.smithi046.egcsjs (mgr.14182) 1214 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.rlfigr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:44:26.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: cephadm 2024-01-21T11:44:25.582877+0000 mgr.smithi046.egcsjs (mgr.14182) 1215 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:44:26.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:26 smithi079 bash[19822]: cluster 2024-01-21T11:44:25.584358+0000 mgr.smithi046.egcsjs (mgr.14182) 1216 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T11:44:27.163 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:44:27.163 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:21.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\nDeploy daemon haproxy.nfs.foo.smithi079.zaitjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.577362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.svmvcl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\nDeploy daemon haproxy.nfs.foo.smithi046.svmvcl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.580741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rlfigr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:44:27.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:27 smithi046 bash[16032]: cluster 2024-01-21T11:44:26.320761+0000 mon.smithi046 (mon.0) 960 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:44:27.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:27 smithi079 bash[19822]: cluster 2024-01-21T11:44:26.320761+0000 mon.smithi046 (mon.0) 960 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:44:27.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:28 smithi046 bash[16032]: audit 2024-01-21T11:44:27.145083+0000 mgr.smithi046.egcsjs (mgr.14182) 1217 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:28.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:28 smithi046 bash[16032]: cluster 2024-01-21T11:44:27.585892+0000 mgr.smithi046.egcsjs (mgr.14182) 1218 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T11:44:28.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:28 smithi079 bash[19822]: audit 2024-01-21T11:44:27.145083+0000 mgr.smithi046.egcsjs (mgr.14182) 1217 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:28.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:28 smithi079 bash[19822]: cluster 2024-01-21T11:44:27.585892+0000 mgr.smithi046.egcsjs (mgr.14182) 1218 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T11:44:28.823 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:30.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:30 smithi079 bash[19822]: cluster 2024-01-21T11:44:29.587320+0000 mgr.smithi046.egcsjs (mgr.14182) 1219 : cluster [DBG] pgmap v797: 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-01-21T11:44:30.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:30 smithi079 bash[19822]: audit 2024-01-21T11:44:30.519540+0000 mon.smithi046 (mon.0) 961 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:44:31.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:30 smithi046 bash[16032]: cluster 2024-01-21T11:44:29.587320+0000 mgr.smithi046.egcsjs (mgr.14182) 1219 : cluster [DBG] pgmap v797: 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-01-21T11:44:31.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:30 smithi046 bash[16032]: audit 2024-01-21T11:44:30.519540+0000 mon.smithi046 (mon.0) 961 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:44:32.055 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:44:32.055 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:21.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\nDeploy daemon haproxy.nfs.foo.smithi079.zaitjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.577362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.svmvcl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\nDeploy daemon haproxy.nfs.foo.smithi046.svmvcl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.580741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rlfigr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:44:32.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:32.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:32 smithi079 bash[19822]: cluster 2024-01-21T11:44:31.589447+0000 mgr.smithi046.egcsjs (mgr.14182) 1220 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T11:44:32.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:32 smithi046 bash[16032]: cluster 2024-01-21T11:44:31.589447+0000 mgr.smithi046.egcsjs (mgr.14182) 1220 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T11:44:33.669 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:33.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:33 smithi079 bash[19822]: audit 2024-01-21T11:44:32.044217+0000 mgr.smithi046.egcsjs (mgr.14182) 1221 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:33.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:33 smithi046 bash[16032]: audit 2024-01-21T11:44:32.044217+0000 mgr.smithi046.egcsjs (mgr.14182) 1221 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:34.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:34 smithi079 bash[19822]: cluster 2024-01-21T11:44:33.590537+0000 mgr.smithi046.egcsjs (mgr.14182) 1222 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T11:44:34.818 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:34 smithi046 bash[16032]: cluster 2024-01-21T11:44:33.590537+0000 mgr.smithi046.egcsjs (mgr.14182) 1222 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T11:44:36.771 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:44:36.771 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:21.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\nDeploy daemon haproxy.nfs.foo.smithi079.zaitjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.577362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.svmvcl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\nDeploy daemon haproxy.nfs.foo.smithi046.svmvcl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.580741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rlfigr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:44:36.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:36 smithi079 bash[19822]: cluster 2024-01-21T11:44:35.591839+0000 mgr.smithi046.egcsjs (mgr.14182) 1223 : cluster [DBG] pgmap v800: 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-01-21T11:44:37.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:36 smithi046 bash[16032]: cluster 2024-01-21T11:44:35.591839+0000 mgr.smithi046.egcsjs (mgr.14182) 1223 : cluster [DBG] pgmap v800: 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-01-21T11:44:37.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:37.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:37 smithi079 bash[19822]: audit 2024-01-21T11:44:36.756420+0000 mgr.smithi046.egcsjs (mgr.14182) 1224 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:38.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:37 smithi046 bash[16032]: audit 2024-01-21T11:44:36.756420+0000 mgr.smithi046.egcsjs (mgr.14182) 1224 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:38.407 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:38.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:38 smithi046 bash[16032]: cluster 2024-01-21T11:44:37.593241+0000 mgr.smithi046.egcsjs (mgr.14182) 1225 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:38.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:38 smithi079 bash[19822]: cluster 2024-01-21T11:44:37.593241+0000 mgr.smithi046.egcsjs (mgr.14182) 1225 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:40.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:40 smithi046 bash[16032]: audit 2024-01-21T11:44:39.318688+0000 mon.smithi046 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:44:40.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:40 smithi046 bash[16032]: cluster 2024-01-21T11:44:39.594269+0000 mgr.smithi046.egcsjs (mgr.14182) 1226 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:40.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:40 smithi079 bash[19822]: audit 2024-01-21T11:44:39.318688+0000 mon.smithi046 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:44:40.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:40 smithi079 bash[19822]: cluster 2024-01-21T11:44:39.594269+0000 mgr.smithi046.egcsjs (mgr.14182) 1226 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:41.754 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:44:41.754 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:21.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\nDeploy daemon haproxy.nfs.foo.smithi079.zaitjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.577362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.svmvcl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\nDeploy daemon haproxy.nfs.foo.smithi046.svmvcl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.580741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rlfigr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:44:42.382 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:42.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:42 smithi046 bash[16032]: cluster 2024-01-21T11:44:41.595359+0000 mgr.smithi046.egcsjs (mgr.14182) 1227 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:42.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:42 smithi046 bash[16032]: audit 2024-01-21T11:44:41.736182+0000 mgr.smithi046.egcsjs (mgr.14182) 1228 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:42.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:42 smithi079 bash[19822]: cluster 2024-01-21T11:44:41.595359+0000 mgr.smithi046.egcsjs (mgr.14182) 1227 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:42.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:42 smithi079 bash[19822]: audit 2024-01-21T11:44:41.736182+0000 mgr.smithi046.egcsjs (mgr.14182) 1228 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:43.383 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:44.789 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:44 smithi046 bash[16032]: cluster 2024-01-21T11:44:43.596904+0000 mgr.smithi046.egcsjs (mgr.14182) 1229 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:44.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:44 smithi079 bash[19822]: cluster 2024-01-21T11:44:43.596904+0000 mgr.smithi046.egcsjs (mgr.14182) 1229 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:46.576 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:44:46.576 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:21.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\nDeploy daemon haproxy.nfs.foo.smithi079.zaitjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.577362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.svmvcl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\nDeploy daemon haproxy.nfs.foo.smithi046.svmvcl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.580741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rlfigr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:44:46.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:46 smithi079 bash[19822]: cluster 2024-01-21T11:44:45.598832+0000 mgr.smithi046.egcsjs (mgr.14182) 1230 : cluster [DBG] pgmap v805: 225 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-01-21T11:44:47.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:46 smithi046 bash[16032]: cluster 2024-01-21T11:44:45.598832+0000 mgr.smithi046.egcsjs (mgr.14182) 1230 : cluster [DBG] pgmap v805: 225 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-01-21T11:44:47.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:47 smithi079 bash[19822]: audit 2024-01-21T11:44:46.564372+0000 mgr.smithi046.egcsjs (mgr.14182) 1231 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:48.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:47 smithi046 bash[16032]: audit 2024-01-21T11:44:46.564372+0000 mgr.smithi046.egcsjs (mgr.14182) 1231 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:48.203 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:48.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:48 smithi079 bash[19822]: cluster 2024-01-21T11:44:47.600280+0000 mgr.smithi046.egcsjs (mgr.14182) 1232 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:49.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:48 smithi046 bash[16032]: cluster 2024-01-21T11:44:47.600280+0000 mgr.smithi046.egcsjs (mgr.14182) 1232 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:50 smithi079 bash[19822]: cluster 2024-01-21T11:44:49.601509+0000 mgr.smithi046.egcsjs (mgr.14182) 1233 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:50.986 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:50 smithi046 bash[16032]: cluster 2024-01-21T11:44:49.601509+0000 mgr.smithi046.egcsjs (mgr.14182) 1233 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:51.417 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:44:51.417 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:21.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\nDeploy daemon haproxy.nfs.foo.smithi079.zaitjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.577362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.svmvcl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\nDeploy daemon haproxy.nfs.foo.smithi046.svmvcl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.580741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rlfigr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:44:52.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:52.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:52 smithi079 bash[19822]: audit 2024-01-21T11:44:51.407071+0000 mgr.smithi046.egcsjs (mgr.14182) 1234 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:52.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:52 smithi079 bash[19822]: cluster 2024-01-21T11:44:51.603474+0000 mgr.smithi046.egcsjs (mgr.14182) 1235 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:52.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:52 smithi046 bash[16032]: audit 2024-01-21T11:44:51.407071+0000 mgr.smithi046.egcsjs (mgr.14182) 1234 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:52.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:52 smithi046 bash[16032]: cluster 2024-01-21T11:44:51.603474+0000 mgr.smithi046.egcsjs (mgr.14182) 1235 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:53.033 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:54.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:54 smithi079 bash[19822]: cluster 2024-01-21T11:44:53.604816+0000 mgr.smithi046.egcsjs (mgr.14182) 1236 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:55.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:54 smithi046 bash[16032]: cluster 2024-01-21T11:44:53.604816+0000 mgr.smithi046.egcsjs (mgr.14182) 1236 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:56.218 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:44:56.218 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:21.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\nDeploy daemon haproxy.nfs.foo.smithi079.zaitjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.577362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.svmvcl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\nDeploy daemon haproxy.nfs.foo.smithi046.svmvcl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.580741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rlfigr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:44:56.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:44:56.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:56 smithi079 bash[19822]: cluster 2024-01-21T11:44:55.606632+0000 mgr.smithi046.egcsjs (mgr.14182) 1237 : cluster [DBG] pgmap v810: 225 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-01-21T11:44:57.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:56 smithi046 bash[16032]: cluster 2024-01-21T11:44:55.606632+0000 mgr.smithi046.egcsjs (mgr.14182) 1237 : cluster [DBG] pgmap v810: 225 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-01-21T11:44:57.803 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:44:57.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:57 smithi079 bash[19822]: audit 2024-01-21T11:44:56.202431+0000 mgr.smithi046.egcsjs (mgr.14182) 1238 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:58.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:57 smithi046 bash[16032]: audit 2024-01-21T11:44:56.202431+0000 mgr.smithi046.egcsjs (mgr.14182) 1238 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:44:58.948 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:44:58 smithi046 bash[16032]: cluster 2024-01-21T11:44:57.607707+0000 mgr.smithi046.egcsjs (mgr.14182) 1239 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:44:58.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:44:58 smithi079 bash[19822]: cluster 2024-01-21T11:44:57.607707+0000 mgr.smithi046.egcsjs (mgr.14182) 1239 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:45:00.800 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:45:00.800 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:21.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\nDeploy daemon haproxy.nfs.foo.smithi079.zaitjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.577362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.svmvcl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\nDeploy daemon haproxy.nfs.foo.smithi046.svmvcl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.580741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rlfigr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:45:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:00 smithi079 bash[19822]: cluster 2024-01-21T11:44:59.609127+0000 mgr.smithi046.egcsjs (mgr.14182) 1240 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:45:01.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:00 smithi046 bash[16032]: cluster 2024-01-21T11:44:59.609127+0000 mgr.smithi046.egcsjs (mgr.14182) 1240 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:45:01.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:02.414 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:02.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:02 smithi079 bash[19822]: audit 2024-01-21T11:45:00.782175+0000 mgr.smithi046.egcsjs (mgr.14182) 1241 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:02.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:02 smithi079 bash[19822]: cluster 2024-01-21T11:45:01.611138+0000 mgr.smithi046.egcsjs (mgr.14182) 1242 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:45:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:02 smithi046 bash[16032]: audit 2024-01-21T11:45:00.782175+0000 mgr.smithi046.egcsjs (mgr.14182) 1241 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:02 smithi046 bash[16032]: cluster 2024-01-21T11:45:01.611138+0000 mgr.smithi046.egcsjs (mgr.14182) 1242 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:45:04.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:04 smithi079 bash[19822]: cluster 2024-01-21T11:45:03.612159+0000 mgr.smithi046.egcsjs (mgr.14182) 1243 : 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-01-21T11:45:05.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:04 smithi046 bash[16032]: cluster 2024-01-21T11:45:03.612159+0000 mgr.smithi046.egcsjs (mgr.14182) 1243 : 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-01-21T11:45:05.623 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:45:05.623 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:21.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\nDeploy daemon haproxy.nfs.foo.smithi079.zaitjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.577362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.svmvcl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\nDeploy daemon haproxy.nfs.foo.smithi046.svmvcl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.580741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rlfigr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:45:06.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:06.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:06 smithi079 bash[19822]: audit 2024-01-21T11:45:05.612884+0000 mgr.smithi046.egcsjs (mgr.14182) 1244 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:06.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:06 smithi079 bash[19822]: cluster 2024-01-21T11:45:05.613842+0000 mgr.smithi046.egcsjs (mgr.14182) 1245 : cluster [DBG] pgmap v815: 225 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-01-21T11:45:07.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:06 smithi046 bash[16032]: audit 2024-01-21T11:45:05.612884+0000 mgr.smithi046.egcsjs (mgr.14182) 1244 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:06 smithi046 bash[16032]: cluster 2024-01-21T11:45:05.613842+0000 mgr.smithi046.egcsjs (mgr.14182) 1245 : cluster [DBG] pgmap v815: 225 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-01-21T11:45:07.287 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:08.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:08 smithi046 bash[16032]: cluster 2024-01-21T11:45:07.615116+0000 mgr.smithi046.egcsjs (mgr.14182) 1246 : 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-01-21T11:45:08.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:08 smithi079 bash[19822]: cluster 2024-01-21T11:45:07.615116+0000 mgr.smithi046.egcsjs (mgr.14182) 1246 : 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-01-21T11:45:10.264 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:45:10.264 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:21.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\nDeploy daemon haproxy.nfs.foo.smithi079.zaitjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.577362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.svmvcl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\nDeploy daemon haproxy.nfs.foo.smithi046.svmvcl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.580741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rlfigr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:45:10.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:10.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:10 smithi079 bash[19822]: cluster 2024-01-21T11:45:09.616241+0000 mgr.smithi046.egcsjs (mgr.14182) 1247 : cluster [DBG] pgmap v817: 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-01-21T11:45:11.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:10 smithi046 bash[16032]: cluster 2024-01-21T11:45:09.616241+0000 mgr.smithi046.egcsjs (mgr.14182) 1247 : cluster [DBG] pgmap v817: 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-01-21T11:45:11.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:11 smithi046 bash[16032]: audit 2024-01-21T11:45:10.245641+0000 mgr.smithi046.egcsjs (mgr.14182) 1248 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:11.901 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:11.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:11 smithi079 bash[19822]: audit 2024-01-21T11:45:10.245641+0000 mgr.smithi046.egcsjs (mgr.14182) 1248 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:12.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:12 smithi079 bash[19822]: cluster 2024-01-21T11:45:11.618313+0000 mgr.smithi046.egcsjs (mgr.14182) 1249 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T11:45:12.994 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:12 smithi046 bash[16032]: cluster 2024-01-21T11:45:11.618313+0000 mgr.smithi046.egcsjs (mgr.14182) 1249 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T11:45:14.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:14 smithi046 bash[16032]: cluster 2024-01-21T11:45:13.619707+0000 mgr.smithi046.egcsjs (mgr.14182) 1250 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T11:45:14.954 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:45:14.955 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:21.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\nDeploy daemon haproxy.nfs.foo.smithi079.zaitjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.577362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.svmvcl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\nDeploy daemon haproxy.nfs.foo.smithi046.svmvcl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.580741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rlfigr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:45:14.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:14 smithi079 bash[19822]: cluster 2024-01-21T11:45:13.619707+0000 mgr.smithi046.egcsjs (mgr.14182) 1250 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T11:45:15.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:16.556 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:16.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:16 smithi046 bash[16032]: audit 2024-01-21T11:45:14.939218+0000 mgr.smithi046.egcsjs (mgr.14182) 1251 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:16.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:16 smithi046 bash[16032]: cluster 2024-01-21T11:45:15.621564+0000 mgr.smithi046.egcsjs (mgr.14182) 1252 : cluster [DBG] pgmap v820: 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-01-21T11:45:16.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:16 smithi079 bash[19822]: audit 2024-01-21T11:45:14.939218+0000 mgr.smithi046.egcsjs (mgr.14182) 1251 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:16.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:16 smithi079 bash[19822]: cluster 2024-01-21T11:45:15.621564+0000 mgr.smithi046.egcsjs (mgr.14182) 1252 : cluster [DBG] pgmap v820: 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-01-21T11:45:18.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:18 smithi079 bash[19822]: cluster 2024-01-21T11:45:17.622717+0000 mgr.smithi046.egcsjs (mgr.14182) 1253 : cluster [DBG] pgmap v821: 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-01-21T11:45:19.099 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:18 smithi046 bash[16032]: cluster 2024-01-21T11:45:17.622717+0000 mgr.smithi046.egcsjs (mgr.14182) 1253 : cluster [DBG] pgmap v821: 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-01-21T11:45:19.552 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:45:19.553 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:21.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\nDeploy daemon haproxy.nfs.foo.smithi079.zaitjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.577362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.svmvcl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\nDeploy daemon haproxy.nfs.foo.smithi046.svmvcl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.580741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rlfigr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:45:20.167 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:20.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:20 smithi079 bash[19822]: audit 2024-01-21T11:45:19.534904+0000 mgr.smithi046.egcsjs (mgr.14182) 1254 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:20.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:20 smithi079 bash[19822]: cluster 2024-01-21T11:45:19.623548+0000 mgr.smithi046.egcsjs (mgr.14182) 1255 : cluster [DBG] pgmap v822: 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-01-21T11:45:21.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:20 smithi046 bash[16032]: audit 2024-01-21T11:45:19.534904+0000 mgr.smithi046.egcsjs (mgr.14182) 1254 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:21.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:20 smithi046 bash[16032]: cluster 2024-01-21T11:45:19.623548+0000 mgr.smithi046.egcsjs (mgr.14182) 1255 : cluster [DBG] pgmap v822: 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-01-21T11:45:21.168 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:22.612 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:22 smithi046 bash[16032]: cluster 2024-01-21T11:45:21.625283+0000 mgr.smithi046.egcsjs (mgr.14182) 1256 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:45:22.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:22 smithi079 bash[19822]: cluster 2024-01-21T11:45:21.625283+0000 mgr.smithi046.egcsjs (mgr.14182) 1256 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:45:24.305 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:45:24.305 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:21.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\nDeploy daemon haproxy.nfs.foo.smithi079.zaitjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.577362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.svmvcl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\nDeploy daemon haproxy.nfs.foo.smithi046.svmvcl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.580741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rlfigr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:45:24.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:24.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:24 smithi079 bash[19822]: cluster 2024-01-21T11:45:23.626355+0000 mgr.smithi046.egcsjs (mgr.14182) 1257 : 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-01-21T11:45:25.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:24 smithi046 bash[16032]: cluster 2024-01-21T11:45:23.626355+0000 mgr.smithi046.egcsjs (mgr.14182) 1257 : 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-01-21T11:45:25.898 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:25.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:25 smithi079 bash[19822]: audit 2024-01-21T11:45:24.287836+0000 mgr.smithi046.egcsjs (mgr.14182) 1258 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:25.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:25 smithi079 bash[19822]: audit 2024-01-21T11:45:25.586689+0000 mon.smithi046 (mon.0) 963 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:45:26.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:25 smithi046 bash[16032]: audit 2024-01-21T11:45:24.287836+0000 mgr.smithi046.egcsjs (mgr.14182) 1258 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:26.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:25 smithi046 bash[16032]: audit 2024-01-21T11:45:25.586689+0000 mon.smithi046 (mon.0) 963 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:45:26.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:26 smithi079 bash[19822]: cluster 2024-01-21T11:45:25.628089+0000 mgr.smithi046.egcsjs (mgr.14182) 1259 : cluster [DBG] pgmap v825: 225 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-01-21T11:45:26.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:26 smithi079 bash[19822]: audit 2024-01-21T11:45:25.920965+0000 mon.smithi046 (mon.0) 964 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:26.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:26 smithi079 bash[19822]: audit 2024-01-21T11:45:25.922431+0000 mon.smithi046 (mon.0) 965 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:45:26.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:26 smithi079 bash[19822]: audit 2024-01-21T11:45:25.929552+0000 mon.smithi046 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:45:26.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:26 smithi079 bash[19822]: audit 2024-01-21T11:45:25.936942+0000 mon.smithi046 (mon.0) 967 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:45:26.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:26 smithi079 bash[19822]: audit 2024-01-21T11:45:25.949218+0000 mon.smithi046 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:45:27.032 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:26 smithi046 bash[16032]: cluster 2024-01-21T11:45:25.628089+0000 mgr.smithi046.egcsjs (mgr.14182) 1259 : cluster [DBG] pgmap v825: 225 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-01-21T11:45:27.033 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:26 smithi046 bash[16032]: audit 2024-01-21T11:45:25.920965+0000 mon.smithi046 (mon.0) 964 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:45:27.033 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:26 smithi046 bash[16032]: audit 2024-01-21T11:45:25.922431+0000 mon.smithi046 (mon.0) 965 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:45:27.033 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:26 smithi046 bash[16032]: audit 2024-01-21T11:45:25.929552+0000 mon.smithi046 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:45:27.033 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:26 smithi046 bash[16032]: audit 2024-01-21T11:45:25.936942+0000 mon.smithi046 (mon.0) 967 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:45:27.033 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:26 smithi046 bash[16032]: audit 2024-01-21T11:45:25.949218+0000 mon.smithi046 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:45:27.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:27 smithi079 bash[19822]: cluster 2024-01-21T11:45:25.930420+0000 mgr.smithi046.egcsjs (mgr.14182) 1260 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:45:27.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:27 smithi079 bash[19822]: cephadm 2024-01-21T11:45:25.952327+0000 mgr.smithi046.egcsjs (mgr.14182) 1261 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.mmjzwc on smithi079 2024-01-21T11:45:27.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:27 smithi079 bash[19822]: cluster 2024-01-21T11:45:26.927592+0000 mon.smithi046 (mon.0) 969 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:45:27.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:27 smithi079 bash[19822]: cluster 2024-01-21T11:45:26.927626+0000 mon.smithi046 (mon.0) 970 : cluster [INF] Cluster is now healthy 2024-01-21T11:45:28.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:27 smithi046 bash[16032]: cluster 2024-01-21T11:45:25.930420+0000 mgr.smithi046.egcsjs (mgr.14182) 1260 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:45:28.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:27 smithi046 bash[16032]: cephadm 2024-01-21T11:45:25.952327+0000 mgr.smithi046.egcsjs (mgr.14182) 1261 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.mmjzwc on smithi079 2024-01-21T11:45:28.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:27 smithi046 bash[16032]: cluster 2024-01-21T11:45:26.927592+0000 mon.smithi046 (mon.0) 969 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:45:28.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:27 smithi046 bash[16032]: cluster 2024-01-21T11:45:26.927626+0000 mon.smithi046 (mon.0) 970 : cluster [INF] Cluster is now healthy 2024-01-21T11:45:29.080 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:45:29.080 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:43:17.466338Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.dvgvzb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:21.592054Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.zaitjl on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-zaitjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.zaitjl\nDeploy daemon haproxy.nfs.foo.smithi079.zaitjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.577362Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.svmvcl on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-svmvcl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.svmvcl\nDeploy daemon haproxy.nfs.foo.smithi046.svmvcl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:44:25.580741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rlfigr on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:45:29.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:29 smithi079 bash[19822]: cluster 2024-01-21T11:45:27.931421+0000 mgr.smithi046.egcsjs (mgr.14182) 1262 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:45:30.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:29 smithi046 bash[16032]: cluster 2024-01-21T11:45:27.931421+0000 mgr.smithi046.egcsjs (mgr.14182) 1262 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:45:30.701 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:30.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: audit 2024-01-21T11:45:29.063543+0000 mgr.smithi046.egcsjs (mgr.14182) 1263 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:30.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: cephadm 2024-01-21T11:45:29.758605+0000 mgr.smithi046.egcsjs (mgr.14182) 1264 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc 2024-01-21T11:45:30.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:45:30.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc 2024-01-21T11:45:30.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc 2024-01-21T11:45:30.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:45:30.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc 2024-01-21T11:45:30.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.mmjzwc ... 2024-01-21T11:45:30.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:30.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:30.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:30.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:30.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:30.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:45:30.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:45:30.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:45:30.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:45:30.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:45:30.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc 2024-01-21T11:45:30.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:45:30.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc 2024-01-21T11:45:30.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc 2024-01-21T11:45:30.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:45:30.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc 2024-01-21T11:45:30.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.mmjzwc ... 2024-01-21T11:45:30.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:30.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:30.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:30.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:30.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:30.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: cephadm 2024-01-21T11:45:29.759201+0000 mgr.smithi046.egcsjs (mgr.14182) 1265 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.mmjzwc 2024-01-21T11:45:30.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: audit 2024-01-21T11:45:29.759876+0000 mon.smithi046 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.mmjzwc"}]: dispatch 2024-01-21T11:45:30.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: cephadm 2024-01-21T11:45:29.761692+0000 mgr.smithi046.egcsjs (mgr.14182) 1266 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc 2024-01-21T11:45:30.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:45:30.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc 2024-01-21T11:45:30.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc 2024-01-21T11:45:30.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:45:30.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc 2024-01-21T11:45:30.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.mmjzwc ... 2024-01-21T11:45:30.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:30.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:30.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:30.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:30.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:30.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:30 smithi079 bash[19822]: cephadm 2024-01-21T11:45:29.765664+0000 mgr.smithi046.egcsjs (mgr.14182) 1267 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.ynifpv on smithi046 2024-01-21T11:45:31.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: audit 2024-01-21T11:45:29.063543+0000 mgr.smithi046.egcsjs (mgr.14182) 1263 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:31.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: cephadm 2024-01-21T11:45:29.758605+0000 mgr.smithi046.egcsjs (mgr.14182) 1264 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc 2024-01-21T11:45:31.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:45:31.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc 2024-01-21T11:45:31.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc 2024-01-21T11:45:31.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:45:31.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc 2024-01-21T11:45:31.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.mmjzwc ... 2024-01-21T11:45:31.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:31.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:31.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:31.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:31.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:31.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:45:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:45:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:45:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:45:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:45:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc 2024-01-21T11:45:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:45:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc 2024-01-21T11:45:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc 2024-01-21T11:45:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:45:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc 2024-01-21T11:45:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.mmjzwc ... 2024-01-21T11:45:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:31.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:31.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:31.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: cephadm 2024-01-21T11:45:29.759201+0000 mgr.smithi046.egcsjs (mgr.14182) 1265 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.mmjzwc 2024-01-21T11:45:31.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: audit 2024-01-21T11:45:29.759876+0000 mon.smithi046 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.mmjzwc"}]: dispatch 2024-01-21T11:45:31.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: cephadm 2024-01-21T11:45:29.761692+0000 mgr.smithi046.egcsjs (mgr.14182) 1266 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc 2024-01-21T11:45:31.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:45:31.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc 2024-01-21T11:45:31.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc 2024-01-21T11:45:31.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:45:31.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc 2024-01-21T11:45:31.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.mmjzwc ... 2024-01-21T11:45:31.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:31.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:31.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:31.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:31.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:31.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:30 smithi046 bash[16032]: cephadm 2024-01-21T11:45:29.765664+0000 mgr.smithi046.egcsjs (mgr.14182) 1267 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.ynifpv on smithi046 2024-01-21T11:45:31.844 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:31 smithi046 bash[16032]: cluster 2024-01-21T11:45:29.932947+0000 mgr.smithi046.egcsjs (mgr.14182) 1268 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:45:31.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:31 smithi079 bash[19822]: cluster 2024-01-21T11:45:29.932947+0000 mgr.smithi046.egcsjs (mgr.14182) 1268 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:45:33.757 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:45:33.757 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:29.761420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\nDeploy daemon haproxy.nfs.foo.smithi079.mmjzwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.676158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\nDeploy daemon haproxy.nfs.foo.smithi046.ynifpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.679168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:45:33.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:33 smithi046 bash[16032]: cluster 2024-01-21T11:45:31.934308+0000 mgr.smithi046.egcsjs (mgr.14182) 1269 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:45:33.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:33 smithi046 bash[16032]: audit 2024-01-21T11:45:33.675277+0000 mon.smithi046 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.ynifpv"}]: dispatch 2024-01-21T11:45:34.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:33 smithi079 bash[19822]: cluster 2024-01-21T11:45:31.934308+0000 mgr.smithi046.egcsjs (mgr.14182) 1269 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:45:34.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:33 smithi079 bash[19822]: audit 2024-01-21T11:45:33.675277+0000 mon.smithi046 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.ynifpv"}]: dispatch 2024-01-21T11:45:34.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:35.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: cephadm 2024-01-21T11:45:33.674370+0000 mgr.smithi046.egcsjs (mgr.14182) 1270 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv 2024-01-21T11:45:35.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:45:35.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv 2024-01-21T11:45:35.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv 2024-01-21T11:45:35.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:45:35.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv 2024-01-21T11:45:35.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.ynifpv ... 2024-01-21T11:45:35.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:35.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:35.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:35.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:35.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:35.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:45:35.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:45:35.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:45:35.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:45:35.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:45:35.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv 2024-01-21T11:45:35.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:45:35.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv 2024-01-21T11:45:35.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv 2024-01-21T11:45:35.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:45:35.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv 2024-01-21T11:45:35.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.ynifpv ... 2024-01-21T11:45:35.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:35.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:35.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: cephadm 2024-01-21T11:45:33.674751+0000 mgr.smithi046.egcsjs (mgr.14182) 1271 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.ynifpv 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: cephadm 2024-01-21T11:45:33.676335+0000 mgr.smithi046.egcsjs (mgr.14182) 1272 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.ynifpv ... 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:35.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:35.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:35.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: cephadm 2024-01-21T11:45:33.679324+0000 mgr.smithi046.egcsjs (mgr.14182) 1273 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:45:35.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: cephadm 2024-01-21T11:45:33.681414+0000 mgr.smithi046.egcsjs (mgr.14182) 1274 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:45:35.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: cluster 2024-01-21T11:45:33.682468+0000 mgr.smithi046.egcsjs (mgr.14182) 1275 : cluster [DBG] pgmap v830: 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-01-21T11:45:35.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: cluster 2024-01-21T11:45:33.721863+0000 mon.smithi046 (mon.0) 973 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:45:35.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:34 smithi046 bash[16032]: audit 2024-01-21T11:45:33.739276+0000 mgr.smithi046.egcsjs (mgr.14182) 1276 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: cephadm 2024-01-21T11:45:33.674370+0000 mgr.smithi046.egcsjs (mgr.14182) 1270 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv 2024-01-21T11:45:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:45:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv 2024-01-21T11:45:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv 2024-01-21T11:45:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:45:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv 2024-01-21T11:45:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.ynifpv ... 2024-01-21T11:45:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:45:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:45:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:45:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:45:35.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:45:35.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv 2024-01-21T11:45:35.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:45:35.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv 2024-01-21T11:45:35.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv 2024-01-21T11:45:35.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:45:35.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv 2024-01-21T11:45:35.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.ynifpv ... 2024-01-21T11:45:35.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:35.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:35.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:35.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:35.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:35.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: cephadm 2024-01-21T11:45:33.674751+0000 mgr.smithi046.egcsjs (mgr.14182) 1271 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.ynifpv 2024-01-21T11:45:35.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: cephadm 2024-01-21T11:45:33.676335+0000 mgr.smithi046.egcsjs (mgr.14182) 1272 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv 2024-01-21T11:45:35.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:45:35.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv 2024-01-21T11:45:35.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv 2024-01-21T11:45:35.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:45:35.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv 2024-01-21T11:45:35.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.ynifpv ... 2024-01-21T11:45:35.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:35.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:45:35.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:45:35.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:45:35.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:45:35.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: cephadm 2024-01-21T11:45:33.679324+0000 mgr.smithi046.egcsjs (mgr.14182) 1273 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:45:35.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: cephadm 2024-01-21T11:45:33.681414+0000 mgr.smithi046.egcsjs (mgr.14182) 1274 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:45:35.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: cluster 2024-01-21T11:45:33.682468+0000 mgr.smithi046.egcsjs (mgr.14182) 1275 : cluster [DBG] pgmap v830: 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-01-21T11:45:35.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: cluster 2024-01-21T11:45:33.721863+0000 mon.smithi046 (mon.0) 973 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:45:35.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:34 smithi079 bash[19822]: audit 2024-01-21T11:45:33.739276+0000 mgr.smithi046.egcsjs (mgr.14182) 1276 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:35.430 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:36.815 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:36 smithi046 bash[16032]: audit 2024-01-21T11:45:35.577778+0000 mon.smithi046 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:45:36.815 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:36 smithi046 bash[16032]: cluster 2024-01-21T11:45:35.684384+0000 mgr.smithi046.egcsjs (mgr.14182) 1277 : cluster [DBG] pgmap v831: 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-01-21T11:45:36.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:36 smithi079 bash[19822]: audit 2024-01-21T11:45:35.577778+0000 mon.smithi046 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:45:36.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:36 smithi079 bash[19822]: cluster 2024-01-21T11:45:35.684384+0000 mgr.smithi046.egcsjs (mgr.14182) 1277 : cluster [DBG] pgmap v831: 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-01-21T11:45:38.520 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:45:38.520 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:29.761420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\nDeploy daemon haproxy.nfs.foo.smithi079.mmjzwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.676158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\nDeploy daemon haproxy.nfs.foo.smithi046.ynifpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.679168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:45:38.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:38 smithi046 bash[16032]: cluster 2024-01-21T11:45:37.685644+0000 mgr.smithi046.egcsjs (mgr.14182) 1278 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T11:45:39.136 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:39.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:38 smithi079 bash[19822]: cluster 2024-01-21T11:45:37.685644+0000 mgr.smithi046.egcsjs (mgr.14182) 1278 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T11:45:40.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:39 smithi046 bash[16032]: audit 2024-01-21T11:45:38.501414+0000 mgr.smithi046.egcsjs (mgr.14182) 1279 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:40.137 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:40.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:39 smithi079 bash[19822]: audit 2024-01-21T11:45:38.501414+0000 mgr.smithi046.egcsjs (mgr.14182) 1279 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:41.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:40 smithi046 bash[16032]: cluster 2024-01-21T11:45:39.687571+0000 mgr.smithi046.egcsjs (mgr.14182) 1280 : cluster [DBG] pgmap v833: 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-01-21T11:45:41.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:40 smithi079 bash[19822]: cluster 2024-01-21T11:45:39.687571+0000 mgr.smithi046.egcsjs (mgr.14182) 1280 : cluster [DBG] pgmap v833: 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-01-21T11:45:42.800 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:42 smithi046 bash[16032]: cluster 2024-01-21T11:45:41.689059+0000 mgr.smithi046.egcsjs (mgr.14182) 1281 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T11:45:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:42 smithi079 bash[19822]: cluster 2024-01-21T11:45:41.689059+0000 mgr.smithi046.egcsjs (mgr.14182) 1281 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T11:45:43.161 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:45:43.161 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:29.761420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\nDeploy daemon haproxy.nfs.foo.smithi079.mmjzwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.676158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\nDeploy daemon haproxy.nfs.foo.smithi046.ynifpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.679168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:45:43.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:44.785 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:45.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:44 smithi046 bash[16032]: audit 2024-01-21T11:45:43.142363+0000 mgr.smithi046.egcsjs (mgr.14182) 1282 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:45.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:44 smithi046 bash[16032]: cluster 2024-01-21T11:45:43.690612+0000 mgr.smithi046.egcsjs (mgr.14182) 1283 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T11:45:45.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:44 smithi079 bash[19822]: audit 2024-01-21T11:45:43.142363+0000 mgr.smithi046.egcsjs (mgr.14182) 1282 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:45.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:44 smithi079 bash[19822]: cluster 2024-01-21T11:45:43.690612+0000 mgr.smithi046.egcsjs (mgr.14182) 1283 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T11:45:47.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:46 smithi046 bash[16032]: cluster 2024-01-21T11:45:45.692660+0000 mgr.smithi046.egcsjs (mgr.14182) 1284 : cluster [DBG] pgmap v836: 225 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-01-21T11:45:47.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:46 smithi079 bash[19822]: cluster 2024-01-21T11:45:45.692660+0000 mgr.smithi046.egcsjs (mgr.14182) 1284 : cluster [DBG] pgmap v836: 225 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-01-21T11:45:47.927 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:45:47.927 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:29.761420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\nDeploy daemon haproxy.nfs.foo.smithi079.mmjzwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.676158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\nDeploy daemon haproxy.nfs.foo.smithi046.ynifpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.679168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:45:48.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:48.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:48 smithi046 bash[16032]: cluster 2024-01-21T11:45:47.694006+0000 mgr.smithi046.egcsjs (mgr.14182) 1285 : 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-01-21T11:45:49.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:48 smithi079 bash[19822]: cluster 2024-01-21T11:45:47.694006+0000 mgr.smithi046.egcsjs (mgr.14182) 1285 : 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-01-21T11:45:49.536 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:49.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:49 smithi046 bash[16032]: audit 2024-01-21T11:45:47.908525+0000 mgr.smithi046.egcsjs (mgr.14182) 1286 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:50.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:49 smithi079 bash[19822]: audit 2024-01-21T11:45:47.908525+0000 mgr.smithi046.egcsjs (mgr.14182) 1286 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:50.828 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:50 smithi046 bash[16032]: cluster 2024-01-21T11:45:49.695886+0000 mgr.smithi046.egcsjs (mgr.14182) 1287 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:45:51.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:50 smithi079 bash[19822]: cluster 2024-01-21T11:45:49.695886+0000 mgr.smithi046.egcsjs (mgr.14182) 1287 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:45:52.645 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:45:52.646 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:29.761420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\nDeploy daemon haproxy.nfs.foo.smithi079.mmjzwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.676158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\nDeploy daemon haproxy.nfs.foo.smithi046.ynifpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.679168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:45:52.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:52 smithi046 bash[16032]: cluster 2024-01-21T11:45:51.697482+0000 mgr.smithi046.egcsjs (mgr.14182) 1288 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:45:52.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:52 smithi079 bash[19822]: cluster 2024-01-21T11:45:51.697482+0000 mgr.smithi046.egcsjs (mgr.14182) 1288 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:45:53.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:53.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:53 smithi046 bash[16032]: audit 2024-01-21T11:45:52.627429+0000 mgr.smithi046.egcsjs (mgr.14182) 1289 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:53 smithi079 bash[19822]: audit 2024-01-21T11:45:52.627429+0000 mgr.smithi046.egcsjs (mgr.14182) 1289 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:54.226 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:54.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:54 smithi046 bash[16032]: cluster 2024-01-21T11:45:53.699072+0000 mgr.smithi046.egcsjs (mgr.14182) 1290 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:45:54.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:54 smithi079 bash[19822]: cluster 2024-01-21T11:45:53.699072+0000 mgr.smithi046.egcsjs (mgr.14182) 1290 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:45:57.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:56 smithi046 bash[16032]: cluster 2024-01-21T11:45:55.700977+0000 mgr.smithi046.egcsjs (mgr.14182) 1291 : cluster [DBG] pgmap v841: 225 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-01-21T11:45:57.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:56 smithi079 bash[19822]: cluster 2024-01-21T11:45:55.700977+0000 mgr.smithi046.egcsjs (mgr.14182) 1291 : cluster [DBG] pgmap v841: 225 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-01-21T11:45:57.253 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:45:57.253 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:29.761420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\nDeploy daemon haproxy.nfs.foo.smithi079.mmjzwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.676158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\nDeploy daemon haproxy.nfs.foo.smithi046.ynifpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.679168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:45:57.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:45:58.852 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:45:59.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:58 smithi046 bash[16032]: audit 2024-01-21T11:45:57.235400+0000 mgr.smithi046.egcsjs (mgr.14182) 1292 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:59.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:45:58 smithi046 bash[16032]: cluster 2024-01-21T11:45:57.702259+0000 mgr.smithi046.egcsjs (mgr.14182) 1293 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:45:59.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:58 smithi079 bash[19822]: audit 2024-01-21T11:45:57.235400+0000 mgr.smithi046.egcsjs (mgr.14182) 1292 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:45:59.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:45:58 smithi079 bash[19822]: cluster 2024-01-21T11:45:57.702259+0000 mgr.smithi046.egcsjs (mgr.14182) 1293 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:01.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:00 smithi046 bash[16032]: cluster 2024-01-21T11:45:59.704072+0000 mgr.smithi046.egcsjs (mgr.14182) 1294 : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:01.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:00 smithi079 bash[19822]: cluster 2024-01-21T11:45:59.704072+0000 mgr.smithi046.egcsjs (mgr.14182) 1294 : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:01.939 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:46:01.939 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:29.761420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\nDeploy daemon haproxy.nfs.foo.smithi079.mmjzwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.676158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\nDeploy daemon haproxy.nfs.foo.smithi046.ynifpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.679168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:46:02.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:02 smithi046 bash[16032]: cluster 2024-01-21T11:46:01.705509+0000 mgr.smithi046.egcsjs (mgr.14182) 1295 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:02 smithi079 bash[19822]: cluster 2024-01-21T11:46:01.705509+0000 mgr.smithi046.egcsjs (mgr.14182) 1295 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:03.575 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:03.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:03 smithi046 bash[16032]: audit 2024-01-21T11:46:01.920952+0000 mgr.smithi046.egcsjs (mgr.14182) 1296 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:03.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:03 smithi079 bash[19822]: audit 2024-01-21T11:46:01.920952+0000 mgr.smithi046.egcsjs (mgr.14182) 1296 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:04.837 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:04 smithi046 bash[16032]: cluster 2024-01-21T11:46:03.707065+0000 mgr.smithi046.egcsjs (mgr.14182) 1297 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:04.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:04 smithi079 bash[19822]: cluster 2024-01-21T11:46:03.707065+0000 mgr.smithi046.egcsjs (mgr.14182) 1297 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:06.546 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:46:06.547 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:29.761420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\nDeploy daemon haproxy.nfs.foo.smithi079.mmjzwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.676158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\nDeploy daemon haproxy.nfs.foo.smithi046.ynifpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.679168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:46:06.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:06 smithi046 bash[16032]: cluster 2024-01-21T11:46:05.709029+0000 mgr.smithi046.egcsjs (mgr.14182) 1298 : cluster [DBG] pgmap v846: 225 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-01-21T11:46:07.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:07.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:06 smithi079 bash[19822]: cluster 2024-01-21T11:46:05.709029+0000 mgr.smithi046.egcsjs (mgr.14182) 1298 : cluster [DBG] pgmap v846: 225 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-01-21T11:46:08.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:07 smithi046 bash[16032]: audit 2024-01-21T11:46:06.532619+0000 mgr.smithi046.egcsjs (mgr.14182) 1299 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:08.144 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:08.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:07 smithi079 bash[19822]: audit 2024-01-21T11:46:06.532619+0000 mgr.smithi046.egcsjs (mgr.14182) 1299 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:09.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:08 smithi046 bash[16032]: cluster 2024-01-21T11:46:07.710417+0000 mgr.smithi046.egcsjs (mgr.14182) 1300 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:09.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:08 smithi079 bash[19822]: cluster 2024-01-21T11:46:07.710417+0000 mgr.smithi046.egcsjs (mgr.14182) 1300 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:10.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:09 smithi046 bash[16032]: cluster 2024-01-21T11:46:09.712298+0000 mgr.smithi046.egcsjs (mgr.14182) 1301 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:10.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:09 smithi079 bash[19822]: cluster 2024-01-21T11:46:09.712298+0000 mgr.smithi046.egcsjs (mgr.14182) 1301 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:11.337 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:46:11.337 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:29.761420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\nDeploy daemon haproxy.nfs.foo.smithi079.mmjzwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.676158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\nDeploy daemon haproxy.nfs.foo.smithi046.ynifpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.679168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:46:11.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:12.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:12 smithi046 bash[16032]: audit 2024-01-21T11:46:11.319020+0000 mgr.smithi046.egcsjs (mgr.14182) 1302 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:12.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:12 smithi046 bash[16032]: cluster 2024-01-21T11:46:11.713823+0000 mgr.smithi046.egcsjs (mgr.14182) 1303 : 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-01-21T11:46:12.915 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:12.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:12 smithi079 bash[19822]: audit 2024-01-21T11:46:11.319020+0000 mgr.smithi046.egcsjs (mgr.14182) 1302 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:12.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:12 smithi079 bash[19822]: cluster 2024-01-21T11:46:11.713823+0000 mgr.smithi046.egcsjs (mgr.14182) 1303 : 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-01-21T11:46:15.157 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:14 smithi046 bash[16032]: cluster 2024-01-21T11:46:13.715454+0000 mgr.smithi046.egcsjs (mgr.14182) 1304 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:15.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:14 smithi079 bash[19822]: cluster 2024-01-21T11:46:13.715454+0000 mgr.smithi046.egcsjs (mgr.14182) 1304 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:15.978 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:46:15.979 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:29.761420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\nDeploy daemon haproxy.nfs.foo.smithi079.mmjzwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.676158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\nDeploy daemon haproxy.nfs.foo.smithi046.ynifpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.679168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:46:16.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:16.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:16 smithi046 bash[16032]: cluster 2024-01-21T11:46:15.717090+0000 mgr.smithi046.egcsjs (mgr.14182) 1305 : cluster [DBG] pgmap v851: 225 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-01-21T11:46:17.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:16 smithi079 bash[19822]: cluster 2024-01-21T11:46:15.717090+0000 mgr.smithi046.egcsjs (mgr.14182) 1305 : cluster [DBG] pgmap v851: 225 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-01-21T11:46:17.543 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:17.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:17 smithi046 bash[16032]: audit 2024-01-21T11:46:15.963101+0000 mgr.smithi046.egcsjs (mgr.14182) 1306 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:18.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:17 smithi079 bash[19822]: audit 2024-01-21T11:46:15.963101+0000 mgr.smithi046.egcsjs (mgr.14182) 1306 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:18.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:18 smithi046 bash[16032]: cluster 2024-01-21T11:46:17.718364+0000 mgr.smithi046.egcsjs (mgr.14182) 1307 : 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-01-21T11:46:19.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:18 smithi079 bash[19822]: cluster 2024-01-21T11:46:17.718364+0000 mgr.smithi046.egcsjs (mgr.14182) 1307 : 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-01-21T11:46:20.089 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:19 smithi046 bash[16032]: cluster 2024-01-21T11:46:19.720315+0000 mgr.smithi046.egcsjs (mgr.14182) 1308 : 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-01-21T11:46:20.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:19 smithi079 bash[19822]: cluster 2024-01-21T11:46:19.720315+0000 mgr.smithi046.egcsjs (mgr.14182) 1308 : 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-01-21T11:46:20.539 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:46:20.539 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:29.761420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\nDeploy daemon haproxy.nfs.foo.smithi079.mmjzwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.676158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\nDeploy daemon haproxy.nfs.foo.smithi046.ynifpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.679168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:46:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:20 smithi046 bash[16032]: audit 2024-01-21T11:46:20.522919+0000 mgr.smithi046.egcsjs (mgr.14182) 1309 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:21.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:21.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:20 smithi079 bash[19822]: audit 2024-01-21T11:46:20.522919+0000 mgr.smithi046.egcsjs (mgr.14182) 1309 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:22.167 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:22.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:22 smithi046 bash[16032]: cluster 2024-01-21T11:46:21.721957+0000 mgr.smithi046.egcsjs (mgr.14182) 1310 : 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-01-21T11:46:22.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:22 smithi079 bash[19822]: cluster 2024-01-21T11:46:21.721957+0000 mgr.smithi046.egcsjs (mgr.14182) 1310 : 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-01-21T11:46:25.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:24 smithi046 bash[16032]: cluster 2024-01-21T11:46:23.723628+0000 mgr.smithi046.egcsjs (mgr.14182) 1311 : cluster [DBG] pgmap v855: 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-01-21T11:46:25.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:24 smithi079 bash[19822]: cluster 2024-01-21T11:46:23.723628+0000 mgr.smithi046.egcsjs (mgr.14182) 1311 : cluster [DBG] pgmap v855: 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-01-21T11:46:25.319 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:46:25.319 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:29.761420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\nDeploy daemon haproxy.nfs.foo.smithi079.mmjzwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.676158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\nDeploy daemon haproxy.nfs.foo.smithi046.ynifpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.679168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:46:25.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:26.929 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:27.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:26 smithi046 bash[16032]: audit 2024-01-21T11:46:25.301690+0000 mgr.smithi046.egcsjs (mgr.14182) 1312 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:27.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:26 smithi046 bash[16032]: cluster 2024-01-21T11:46:25.724972+0000 mgr.smithi046.egcsjs (mgr.14182) 1313 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 41 op/s 2024-01-21T11:46:27.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:26 smithi079 bash[19822]: audit 2024-01-21T11:46:25.301690+0000 mgr.smithi046.egcsjs (mgr.14182) 1312 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:27.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:26 smithi079 bash[19822]: cluster 2024-01-21T11:46:25.724972+0000 mgr.smithi046.egcsjs (mgr.14182) 1313 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 41 op/s 2024-01-21T11:46:28.060 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:27 smithi046 bash[16032]: cluster 2024-01-21T11:46:27.726236+0000 mgr.smithi046.egcsjs (mgr.14182) 1314 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 45 op/s 2024-01-21T11:46:28.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:27 smithi079 bash[19822]: cluster 2024-01-21T11:46:27.726236+0000 mgr.smithi046.egcsjs (mgr.14182) 1314 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 45 op/s 2024-01-21T11:46:29.978 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:46:29.978 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:29.761420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\nDeploy daemon haproxy.nfs.foo.smithi079.mmjzwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.676158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\nDeploy daemon haproxy.nfs.foo.smithi046.ynifpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.679168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:46:30.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:30.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:30 smithi046 bash[16032]: cluster 2024-01-21T11:46:29.727842+0000 mgr.smithi046.egcsjs (mgr.14182) 1315 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-01-21T11:46:31.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:30 smithi079 bash[19822]: cluster 2024-01-21T11:46:29.727842+0000 mgr.smithi046.egcsjs (mgr.14182) 1315 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-01-21T11:46:31.588 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:31.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:31 smithi046 bash[16032]: audit 2024-01-21T11:46:29.967792+0000 mgr.smithi046.egcsjs (mgr.14182) 1316 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:32.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:31 smithi079 bash[19822]: audit 2024-01-21T11:46:29.967792+0000 mgr.smithi046.egcsjs (mgr.14182) 1316 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:32.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:32 smithi046 bash[16032]: cluster 2024-01-21T11:46:31.729300+0000 mgr.smithi046.egcsjs (mgr.14182) 1317 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-01-21T11:46:33.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:32 smithi079 bash[19822]: cluster 2024-01-21T11:46:31.729300+0000 mgr.smithi046.egcsjs (mgr.14182) 1317 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-01-21T11:46:34.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:33 smithi046 bash[16032]: audit 2024-01-21T11:46:33.686114+0000 mon.smithi046 (mon.0) 975 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:46:34.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:33 smithi046 bash[16032]: cluster 2024-01-21T11:46:33.730710+0000 mgr.smithi046.egcsjs (mgr.14182) 1318 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-01-21T11:46:34.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:33 smithi079 bash[19822]: audit 2024-01-21T11:46:33.686114+0000 mon.smithi046 (mon.0) 975 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:46:34.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:33 smithi079 bash[19822]: cluster 2024-01-21T11:46:33.730710+0000 mgr.smithi046.egcsjs (mgr.14182) 1318 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-01-21T11:46:34.611 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:46:34.611 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:44:25.582755Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.jcaluo on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:29.761420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\nDeploy daemon haproxy.nfs.foo.smithi079.mmjzwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.676158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\nDeploy daemon haproxy.nfs.foo.smithi046.ynifpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.679168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:46:35.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:34 smithi046 bash[16032]: audit 2024-01-21T11:46:34.000098+0000 mon.smithi046 (mon.0) 976 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:46:35.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:34 smithi046 bash[16032]: audit 2024-01-21T11:46:34.001724+0000 mon.smithi046 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:46:35.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:34 smithi046 bash[16032]: audit 2024-01-21T11:46:34.010714+0000 mon.smithi046 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:46:35.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:34 smithi046 bash[16032]: cluster 2024-01-21T11:46:34.011670+0000 mgr.smithi046.egcsjs (mgr.14182) 1319 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 67 op/s 2024-01-21T11:46:35.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:34 smithi046 bash[16032]: audit 2024-01-21T11:46:34.020947+0000 mon.smithi046 (mon.0) 979 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:46:35.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:34 smithi046 bash[16032]: audit 2024-01-21T11:46:34.034078+0000 mon.smithi046 (mon.0) 980 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:46:35.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:34 smithi046 bash[16032]: cephadm 2024-01-21T11:46:34.038191+0000 mgr.smithi046.egcsjs (mgr.14182) 1320 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.wyevoh on smithi079 2024-01-21T11:46:35.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:34 smithi046 bash[16032]: audit 2024-01-21T11:46:34.592999+0000 mgr.smithi046.egcsjs (mgr.14182) 1321 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:34 smithi079 bash[19822]: audit 2024-01-21T11:46:34.000098+0000 mon.smithi046 (mon.0) 976 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:46:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:34 smithi079 bash[19822]: audit 2024-01-21T11:46:34.001724+0000 mon.smithi046 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:46:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:34 smithi079 bash[19822]: audit 2024-01-21T11:46:34.010714+0000 mon.smithi046 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:46:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:34 smithi079 bash[19822]: cluster 2024-01-21T11:46:34.011670+0000 mgr.smithi046.egcsjs (mgr.14182) 1319 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 67 op/s 2024-01-21T11:46:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:34 smithi079 bash[19822]: audit 2024-01-21T11:46:34.020947+0000 mon.smithi046 (mon.0) 979 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:46:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:34 smithi079 bash[19822]: audit 2024-01-21T11:46:34.034078+0000 mon.smithi046 (mon.0) 980 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:46:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:34 smithi079 bash[19822]: cephadm 2024-01-21T11:46:34.038191+0000 mgr.smithi046.egcsjs (mgr.14182) 1320 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.wyevoh on smithi079 2024-01-21T11:46:35.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:34 smithi079 bash[19822]: audit 2024-01-21T11:46:34.592999+0000 mgr.smithi046.egcsjs (mgr.14182) 1321 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:35.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:35 smithi046 bash[16032]: cluster 2024-01-21T11:46:35.007571+0000 mon.smithi046 (mon.0) 981 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:46:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:35 smithi046 bash[16032]: cluster 2024-01-21T11:46:35.007634+0000 mon.smithi046 (mon.0) 982 : cluster [INF] Cluster is now healthy 2024-01-21T11:46:36.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:35 smithi079 bash[19822]: cluster 2024-01-21T11:46:35.007571+0000 mon.smithi046 (mon.0) 981 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:46:36.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:35 smithi079 bash[19822]: cluster 2024-01-21T11:46:35.007634+0000 mon.smithi046 (mon.0) 982 : cluster [INF] Cluster is now healthy 2024-01-21T11:46:36.259 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:37.556 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:37 smithi046 bash[16032]: cluster 2024-01-21T11:46:36.013351+0000 mgr.smithi046.egcsjs (mgr.14182) 1322 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2024-01-21T11:46:37.729 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:37 smithi079 bash[19822]: cluster 2024-01-21T11:46:36.013351+0000 mgr.smithi046.egcsjs (mgr.14182) 1322 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 20 op/s 2024-01-21T11:46:38.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:38 smithi046 bash[16032]: audit 2024-01-21T11:46:37.794742+0000 mon.smithi046 (mon.0) 983 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.wyevoh"}]: dispatch 2024-01-21T11:46:38.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:38 smithi079 bash[19822]: audit 2024-01-21T11:46:37.794742+0000 mon.smithi046 (mon.0) 983 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.wyevoh"}]: dispatch 2024-01-21T11:46:39.542 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:46:39.542 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:29.761420Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mmjzwc on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mmjzwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mmjzwc\nDeploy daemon haproxy.nfs.foo.smithi079.mmjzwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.676158Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ynifpv on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ynifpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ynifpv\nDeploy daemon haproxy.nfs.foo.smithi046.ynifpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:45:33.679168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.okbtxb on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:37.796542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\nDeploy daemon haproxy.nfs.foo.smithi079.wyevoh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -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.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:46:39.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: cephadm 2024-01-21T11:46:37.793268+0000 mgr.smithi046.egcsjs (mgr.14182) 1323 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh 2024-01-21T11:46:39.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:46:39.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh 2024-01-21T11:46:39.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh 2024-01-21T11:46:39.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:46:39.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh 2024-01-21T11:46:39.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.wyevoh ... 2024-01-21T11:46:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:46:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:46:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:46:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:46:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:46:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh 2024-01-21T11:46:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:46:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh 2024-01-21T11:46:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh 2024-01-21T11:46:39.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:46:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh 2024-01-21T11:46:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.wyevoh ... 2024-01-21T11:46:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: cephadm 2024-01-21T11:46:37.793855+0000 mgr.smithi046.egcsjs (mgr.14182) 1324 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.wyevoh 2024-01-21T11:46:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: cephadm 2024-01-21T11:46:37.796911+0000 mgr.smithi046.egcsjs (mgr.14182) 1325 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh 2024-01-21T11:46:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:46:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh 2024-01-21T11:46:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh 2024-01-21T11:46:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:46:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh 2024-01-21T11:46:39.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.wyevoh ... 2024-01-21T11:46:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: cephadm 2024-01-21T11:46:37.802125+0000 mgr.smithi046.egcsjs (mgr.14182) 1326 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.uygxig on smithi046 2024-01-21T11:46:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: cluster 2024-01-21T11:46:38.014228+0000 mgr.smithi046.egcsjs (mgr.14182) 1327 : cluster [DBG] pgmap v863: 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-01-21T11:46:39.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:39 smithi046 bash[16032]: audit 2024-01-21T11:46:39.330972+0000 mon.smithi046 (mon.0) 984 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:46:39.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: cephadm 2024-01-21T11:46:37.793268+0000 mgr.smithi046.egcsjs (mgr.14182) 1323 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh 2024-01-21T11:46:39.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:46:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh 2024-01-21T11:46:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh 2024-01-21T11:46:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:46:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh 2024-01-21T11:46:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.wyevoh ... 2024-01-21T11:46:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:46:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:46:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:46:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:46:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:46:39.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh 2024-01-21T11:46:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:46:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh 2024-01-21T11:46:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh 2024-01-21T11:46:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:46:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh 2024-01-21T11:46:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.wyevoh ... 2024-01-21T11:46:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:39.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: cephadm 2024-01-21T11:46:37.793855+0000 mgr.smithi046.egcsjs (mgr.14182) 1324 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.wyevoh 2024-01-21T11:46:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: cephadm 2024-01-21T11:46:37.796911+0000 mgr.smithi046.egcsjs (mgr.14182) 1325 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh 2024-01-21T11:46:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:46:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh 2024-01-21T11:46:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh 2024-01-21T11:46:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:46:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh 2024-01-21T11:46:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.wyevoh ... 2024-01-21T11:46:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: cephadm 2024-01-21T11:46:37.802125+0000 mgr.smithi046.egcsjs (mgr.14182) 1326 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.uygxig on smithi046 2024-01-21T11:46:39.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: cluster 2024-01-21T11:46:38.014228+0000 mgr.smithi046.egcsjs (mgr.14182) 1327 : cluster [DBG] pgmap v863: 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-01-21T11:46:39.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:39 smithi079 bash[19822]: audit 2024-01-21T11:46:39.330972+0000 mon.smithi046 (mon.0) 984 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:46:40.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:40.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:40 smithi046 bash[16032]: audit 2024-01-21T11:46:39.531851+0000 mgr.smithi046.egcsjs (mgr.14182) 1328 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:40.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:40 smithi079 bash[19822]: audit 2024-01-21T11:46:39.531851+0000 mgr.smithi046.egcsjs (mgr.14182) 1328 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:41.164 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:41.839 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:41 smithi046 bash[16032]: cluster 2024-01-21T11:46:40.015668+0000 mgr.smithi046.egcsjs (mgr.14182) 1329 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:46:41.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:41 smithi079 bash[19822]: cluster 2024-01-21T11:46:40.015668+0000 mgr.smithi046.egcsjs (mgr.14182) 1329 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:46:42.808 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:42 smithi046 bash[16032]: audit 2024-01-21T11:46:41.929798+0000 mon.smithi046 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.uygxig"}]: dispatch 2024-01-21T11:46:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:42 smithi079 bash[19822]: audit 2024-01-21T11:46:41.929798+0000 mon.smithi046 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.uygxig"}]: dispatch 2024-01-21T11:46:43.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: cephadm 2024-01-21T11:46:41.928736+0000 mgr.smithi046.egcsjs (mgr.14182) 1330 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig 2024-01-21T11:46:43.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:46:43.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig 2024-01-21T11:46:43.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig 2024-01-21T11:46:43.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:46:43.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig 2024-01-21T11:46:43.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.uygxig ... 2024-01-21T11:46:43.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:43.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:46:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:46:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:46:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:46:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:46:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig 2024-01-21T11:46:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:46:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig 2024-01-21T11:46:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig 2024-01-21T11:46:43.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:46:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig 2024-01-21T11:46:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.uygxig ... 2024-01-21T11:46:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: cephadm 2024-01-21T11:46:41.929346+0000 mgr.smithi046.egcsjs (mgr.14182) 1331 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.uygxig 2024-01-21T11:46:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: cephadm 2024-01-21T11:46:41.931085+0000 mgr.smithi046.egcsjs (mgr.14182) 1332 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.uygxig on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig 2024-01-21T11:46:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:46:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig 2024-01-21T11:46:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig 2024-01-21T11:46:43.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:46:43.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig 2024-01-21T11:46:43.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.uygxig ... 2024-01-21T11:46:43.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:43.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:43.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:43.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:43.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:43.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: cephadm 2024-01-21T11:46:41.935674+0000 mgr.smithi046.egcsjs (mgr.14182) 1333 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.fhkzmu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:46:43.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: cephadm 2024-01-21T11:46:41.939650+0000 mgr.smithi046.egcsjs (mgr.14182) 1334 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:46:43.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: cluster 2024-01-21T11:46:41.941218+0000 mgr.smithi046.egcsjs (mgr.14182) 1335 : cluster [DBG] pgmap v865: 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-01-21T11:46:43.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:43 smithi046 bash[16032]: cluster 2024-01-21T11:46:42.527223+0000 mon.smithi046 (mon.0) 986 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:46:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: cephadm 2024-01-21T11:46:41.928736+0000 mgr.smithi046.egcsjs (mgr.14182) 1330 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig 2024-01-21T11:46:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:46:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig 2024-01-21T11:46:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig 2024-01-21T11:46:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:46:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig 2024-01-21T11:46:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.uygxig ... 2024-01-21T11:46:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:46:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:46:43.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:46:43.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:46:43.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:46:43.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig 2024-01-21T11:46:43.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:46:43.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig 2024-01-21T11:46:43.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig 2024-01-21T11:46:43.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:46:43.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig 2024-01-21T11:46:43.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.uygxig ... 2024-01-21T11:46:43.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:43.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:43.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:43.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:43.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:43.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: cephadm 2024-01-21T11:46:41.929346+0000 mgr.smithi046.egcsjs (mgr.14182) 1331 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.uygxig 2024-01-21T11:46:43.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: cephadm 2024-01-21T11:46:41.931085+0000 mgr.smithi046.egcsjs (mgr.14182) 1332 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.uygxig on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig 2024-01-21T11:46:43.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:46:43.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig 2024-01-21T11:46:43.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig 2024-01-21T11:46:43.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:46:43.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig 2024-01-21T11:46:43.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.uygxig ... 2024-01-21T11:46:43.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:43.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:46:43.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:46:43.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:46:43.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:46:43.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: cephadm 2024-01-21T11:46:41.935674+0000 mgr.smithi046.egcsjs (mgr.14182) 1333 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.fhkzmu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:46:43.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: cephadm 2024-01-21T11:46:41.939650+0000 mgr.smithi046.egcsjs (mgr.14182) 1334 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:46:43.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: cluster 2024-01-21T11:46:41.941218+0000 mgr.smithi046.egcsjs (mgr.14182) 1335 : cluster [DBG] pgmap v865: 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-01-21T11:46:43.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:43 smithi079 bash[19822]: cluster 2024-01-21T11:46:42.527223+0000 mon.smithi046 (mon.0) 986 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:46:44.653 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:46:44.653 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:37.796542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\nDeploy daemon haproxy.nfs.foo.smithi079.wyevoh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.930838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uygxig on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\nDeploy daemon haproxy.nfs.foo.smithi046.uygxig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.935398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.fhkzmu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:46:45.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:45.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:45 smithi046 bash[16032]: cluster 2024-01-21T11:46:43.942839+0000 mgr.smithi046.egcsjs (mgr.14182) 1336 : cluster [DBG] pgmap v866: 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-01-21T11:46:45.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:45 smithi046 bash[16032]: audit 2024-01-21T11:46:44.639774+0000 mgr.smithi046.egcsjs (mgr.14182) 1337 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:45.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:45 smithi079 bash[19822]: cluster 2024-01-21T11:46:43.942839+0000 mgr.smithi046.egcsjs (mgr.14182) 1336 : cluster [DBG] pgmap v866: 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-01-21T11:46:45.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:45 smithi079 bash[19822]: audit 2024-01-21T11:46:44.639774+0000 mgr.smithi046.egcsjs (mgr.14182) 1337 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:46.258 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:46.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:46 smithi079 bash[19822]: audit 2024-01-21T11:46:45.640172+0000 mon.smithi046 (mon.0) 987 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:46:47.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:46 smithi046 bash[16032]: audit 2024-01-21T11:46:45.640172+0000 mon.smithi046 (mon.0) 987 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:46:47.686 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:47 smithi046 bash[16032]: cluster 2024-01-21T11:46:45.944851+0000 mgr.smithi046.egcsjs (mgr.14182) 1338 : cluster [DBG] pgmap v867: 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-01-21T11:46:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:47 smithi079 bash[19822]: cluster 2024-01-21T11:46:45.944851+0000 mgr.smithi046.egcsjs (mgr.14182) 1338 : cluster [DBG] pgmap v867: 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-01-21T11:46:49.385 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:46:49.385 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:37.796542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\nDeploy daemon haproxy.nfs.foo.smithi079.wyevoh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.930838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uygxig on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\nDeploy daemon haproxy.nfs.foo.smithi046.uygxig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.935398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.fhkzmu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:46:49.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:49 smithi046 bash[16032]: cluster 2024-01-21T11:46:47.946183+0000 mgr.smithi046.egcsjs (mgr.14182) 1339 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:49.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:49 smithi079 bash[19822]: cluster 2024-01-21T11:46:47.946183+0000 mgr.smithi046.egcsjs (mgr.14182) 1339 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:49.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:50 smithi079 bash[19822]: audit 2024-01-21T11:46:49.366968+0000 mgr.smithi046.egcsjs (mgr.14182) 1340 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:50.987 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:50.999 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:50 smithi046 bash[16032]: audit 2024-01-21T11:46:49.366968+0000 mgr.smithi046.egcsjs (mgr.14182) 1340 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:51.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:51 smithi046 bash[16032]: cluster 2024-01-21T11:46:49.948053+0000 mgr.smithi046.egcsjs (mgr.14182) 1341 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:51.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:51 smithi079 bash[19822]: cluster 2024-01-21T11:46:49.948053+0000 mgr.smithi046.egcsjs (mgr.14182) 1341 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:53 smithi079 bash[19822]: cluster 2024-01-21T11:46:51.949675+0000 mgr.smithi046.egcsjs (mgr.14182) 1342 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:54.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:53 smithi046 bash[16032]: cluster 2024-01-21T11:46:51.949675+0000 mgr.smithi046.egcsjs (mgr.14182) 1342 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:54.205 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:46:54.205 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:37.796542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\nDeploy daemon haproxy.nfs.foo.smithi079.wyevoh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.930838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uygxig on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\nDeploy daemon haproxy.nfs.foo.smithi046.uygxig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.935398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.fhkzmu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:46:54.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:55.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:55 smithi046 bash[16032]: cluster 2024-01-21T11:46:53.951255+0000 mgr.smithi046.egcsjs (mgr.14182) 1343 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:55.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:55 smithi046 bash[16032]: audit 2024-01-21T11:46:54.189317+0000 mgr.smithi046.egcsjs (mgr.14182) 1344 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:55.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:55 smithi046 bash[16032]: audit 2024-01-21T11:46:54.323587+0000 mon.smithi046 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:46:55.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:55 smithi079 bash[19822]: cluster 2024-01-21T11:46:53.951255+0000 mgr.smithi046.egcsjs (mgr.14182) 1343 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:55.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:55 smithi079 bash[19822]: audit 2024-01-21T11:46:54.189317+0000 mgr.smithi046.egcsjs (mgr.14182) 1344 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:46:55.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:55 smithi079 bash[19822]: audit 2024-01-21T11:46:54.323587+0000 mon.smithi046 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:46:55.828 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:46:57.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:57 smithi046 bash[16032]: cluster 2024-01-21T11:46:55.953323+0000 mgr.smithi046.egcsjs (mgr.14182) 1345 : cluster [DBG] pgmap v872: 225 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-01-21T11:46:57.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:57 smithi079 bash[19822]: cluster 2024-01-21T11:46:55.953323+0000 mgr.smithi046.egcsjs (mgr.14182) 1345 : cluster [DBG] pgmap v872: 225 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-01-21T11:46:59.013 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:46:59.014 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:37.796542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\nDeploy daemon haproxy.nfs.foo.smithi079.wyevoh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.930838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uygxig on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\nDeploy daemon haproxy.nfs.foo.smithi046.uygxig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.935398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.fhkzmu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:46:59.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:46:59.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:46:59 smithi046 bash[16032]: cluster 2024-01-21T11:46:57.954680+0000 mgr.smithi046.egcsjs (mgr.14182) 1346 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:46:59.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:46:59 smithi079 bash[19822]: cluster 2024-01-21T11:46:57.954680+0000 mgr.smithi046.egcsjs (mgr.14182) 1346 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:00.607 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:00.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:00 smithi046 bash[16032]: audit 2024-01-21T11:46:58.998615+0000 mgr.smithi046.egcsjs (mgr.14182) 1347 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:00 smithi079 bash[19822]: audit 2024-01-21T11:46:58.998615+0000 mgr.smithi046.egcsjs (mgr.14182) 1347 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:01.799 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:01 smithi046 bash[16032]: cluster 2024-01-21T11:46:59.956495+0000 mgr.smithi046.egcsjs (mgr.14182) 1348 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:01 smithi079 bash[19822]: cluster 2024-01-21T11:46:59.956495+0000 mgr.smithi046.egcsjs (mgr.14182) 1348 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:03.691 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:47:03.691 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:37.796542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\nDeploy daemon haproxy.nfs.foo.smithi079.wyevoh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.930838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uygxig on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\nDeploy daemon haproxy.nfs.foo.smithi046.uygxig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.935398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.fhkzmu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:47:03.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:03 smithi046 bash[16032]: cluster 2024-01-21T11:47:01.958632+0000 mgr.smithi046.egcsjs (mgr.14182) 1349 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:03.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:03 smithi079 bash[19822]: cluster 2024-01-21T11:47:01.958632+0000 mgr.smithi046.egcsjs (mgr.14182) 1349 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:04.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:04.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:04 smithi046 bash[16032]: audit 2024-01-21T11:47:03.676594+0000 mgr.smithi046.egcsjs (mgr.14182) 1350 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:04.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:04 smithi079 bash[19822]: audit 2024-01-21T11:47:03.676594+0000 mgr.smithi046.egcsjs (mgr.14182) 1350 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:05.330 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:05.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:05 smithi046 bash[16032]: cluster 2024-01-21T11:47:03.960392+0000 mgr.smithi046.egcsjs (mgr.14182) 1351 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:05.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:05 smithi079 bash[19822]: cluster 2024-01-21T11:47:03.960392+0000 mgr.smithi046.egcsjs (mgr.14182) 1351 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:07.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:07 smithi046 bash[16032]: cluster 2024-01-21T11:47:05.962371+0000 mgr.smithi046.egcsjs (mgr.14182) 1352 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 4 op/s 2024-01-21T11:47:07.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:07 smithi079 bash[19822]: cluster 2024-01-21T11:47:05.962371+0000 mgr.smithi046.egcsjs (mgr.14182) 1352 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 0 B/s wr, 4 op/s 2024-01-21T11:47:08.390 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:47:08.390 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:37.796542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\nDeploy daemon haproxy.nfs.foo.smithi079.wyevoh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.930838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uygxig on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\nDeploy daemon haproxy.nfs.foo.smithi046.uygxig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.935398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.fhkzmu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:47:09.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:09.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:09 smithi046 bash[16032]: cluster 2024-01-21T11:47:07.963327+0000 mgr.smithi046.egcsjs (mgr.14182) 1353 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s 2024-01-21T11:47:09.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:09 smithi046 bash[16032]: audit 2024-01-21T11:47:08.377177+0000 mgr.smithi046.egcsjs (mgr.14182) 1354 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:09.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:09 smithi079 bash[19822]: cluster 2024-01-21T11:47:07.963327+0000 mgr.smithi046.egcsjs (mgr.14182) 1353 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s 2024-01-21T11:47:09.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:09 smithi079 bash[19822]: audit 2024-01-21T11:47:08.377177+0000 mgr.smithi046.egcsjs (mgr.14182) 1354 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:10.024 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:11.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:11 smithi046 bash[16032]: cluster 2024-01-21T11:47:09.965087+0000 mgr.smithi046.egcsjs (mgr.14182) 1355 : cluster [DBG] pgmap v879: 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-01-21T11:47:11.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:11 smithi079 bash[19822]: cluster 2024-01-21T11:47:09.965087+0000 mgr.smithi046.egcsjs (mgr.14182) 1355 : cluster [DBG] pgmap v879: 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-01-21T11:47:13.226 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:47:13.227 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:37.796542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\nDeploy daemon haproxy.nfs.foo.smithi079.wyevoh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.930838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uygxig on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\nDeploy daemon haproxy.nfs.foo.smithi046.uygxig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.935398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.fhkzmu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:47:13.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:13.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:13 smithi046 bash[16032]: cluster 2024-01-21T11:47:11.966715+0000 mgr.smithi046.egcsjs (mgr.14182) 1356 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-21T11:47:13.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:13 smithi079 bash[19822]: cluster 2024-01-21T11:47:11.966715+0000 mgr.smithi046.egcsjs (mgr.14182) 1356 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-21T11:47:14.804 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:14.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:14 smithi046 bash[16032]: audit 2024-01-21T11:47:13.209042+0000 mgr.smithi046.egcsjs (mgr.14182) 1357 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:14.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:14 smithi079 bash[19822]: audit 2024-01-21T11:47:13.209042+0000 mgr.smithi046.egcsjs (mgr.14182) 1357 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:15.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:15 smithi046 bash[16032]: cluster 2024-01-21T11:47:13.968434+0000 mgr.smithi046.egcsjs (mgr.14182) 1358 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-21T11:47:15.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:15 smithi079 bash[19822]: cluster 2024-01-21T11:47:13.968434+0000 mgr.smithi046.egcsjs (mgr.14182) 1358 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-21T11:47:17.868 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:47:17.868 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:37.796542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\nDeploy daemon haproxy.nfs.foo.smithi079.wyevoh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.930838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uygxig on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\nDeploy daemon haproxy.nfs.foo.smithi046.uygxig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.935398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.fhkzmu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:47:17.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:17 smithi046 bash[16032]: cluster 2024-01-21T11:47:15.970643+0000 mgr.smithi046.egcsjs (mgr.14182) 1359 : cluster [DBG] pgmap v882: 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-01-21T11:47:17.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:17 smithi079 bash[19822]: cluster 2024-01-21T11:47:15.970643+0000 mgr.smithi046.egcsjs (mgr.14182) 1359 : cluster [DBG] pgmap v882: 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-01-21T11:47:18.509 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:19.510 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:19.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:19 smithi046 bash[16032]: audit 2024-01-21T11:47:17.852046+0000 mgr.smithi046.egcsjs (mgr.14182) 1360 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:19.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:19 smithi046 bash[16032]: cluster 2024-01-21T11:47:17.972100+0000 mgr.smithi046.egcsjs (mgr.14182) 1361 : cluster [DBG] pgmap v883: 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-01-21T11:47:19.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:19 smithi079 bash[19822]: audit 2024-01-21T11:47:17.852046+0000 mgr.smithi046.egcsjs (mgr.14182) 1360 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:19.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:19 smithi079 bash[19822]: cluster 2024-01-21T11:47:17.972100+0000 mgr.smithi046.egcsjs (mgr.14182) 1361 : cluster [DBG] pgmap v883: 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-01-21T11:47:21.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:21 smithi046 bash[16032]: cluster 2024-01-21T11:47:19.973939+0000 mgr.smithi046.egcsjs (mgr.14182) 1362 : cluster [DBG] pgmap v884: 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-01-21T11:47:21.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:21 smithi079 bash[19822]: cluster 2024-01-21T11:47:19.973939+0000 mgr.smithi046.egcsjs (mgr.14182) 1362 : cluster [DBG] pgmap v884: 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-01-21T11:47:22.722 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:47:22.722 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:37.796542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\nDeploy daemon haproxy.nfs.foo.smithi079.wyevoh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.930838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uygxig on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\nDeploy daemon haproxy.nfs.foo.smithi046.uygxig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.935398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.fhkzmu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:47:23.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:23.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:23 smithi046 bash[16032]: cluster 2024-01-21T11:47:21.975623+0000 mgr.smithi046.egcsjs (mgr.14182) 1363 : 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-01-21T11:47:23.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:23 smithi046 bash[16032]: audit 2024-01-21T11:47:22.704949+0000 mgr.smithi046.egcsjs (mgr.14182) 1364 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:23.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:23 smithi079 bash[19822]: cluster 2024-01-21T11:47:21.975623+0000 mgr.smithi046.egcsjs (mgr.14182) 1363 : 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-01-21T11:47:23.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:23 smithi079 bash[19822]: audit 2024-01-21T11:47:22.704949+0000 mgr.smithi046.egcsjs (mgr.14182) 1364 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:24.369 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:25.741 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:25 smithi046 bash[16032]: cluster 2024-01-21T11:47:23.977184+0000 mgr.smithi046.egcsjs (mgr.14182) 1365 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:25.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:25 smithi079 bash[19822]: cluster 2024-01-21T11:47:23.977184+0000 mgr.smithi046.egcsjs (mgr.14182) 1365 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:27.502 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:47:27.502 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:37.796542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\nDeploy daemon haproxy.nfs.foo.smithi079.wyevoh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.930838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uygxig on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\nDeploy daemon haproxy.nfs.foo.smithi046.uygxig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.935398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.fhkzmu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:47:27.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:27 smithi046 bash[16032]: cluster 2024-01-21T11:47:25.979189+0000 mgr.smithi046.egcsjs (mgr.14182) 1366 : cluster [DBG] pgmap v887: 225 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-01-21T11:47:27.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:27 smithi079 bash[19822]: cluster 2024-01-21T11:47:25.979189+0000 mgr.smithi046.egcsjs (mgr.14182) 1366 : cluster [DBG] pgmap v887: 225 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-01-21T11:47:28.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:28.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:28 smithi079 bash[19822]: audit 2024-01-21T11:47:27.490538+0000 mgr.smithi046.egcsjs (mgr.14182) 1367 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:29.114 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:29.127 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:28 smithi046 bash[16032]: audit 2024-01-21T11:47:27.490538+0000 mgr.smithi046.egcsjs (mgr.14182) 1367 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:29 smithi079 bash[19822]: cluster 2024-01-21T11:47:27.980591+0000 mgr.smithi046.egcsjs (mgr.14182) 1368 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:30.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:29 smithi046 bash[16032]: cluster 2024-01-21T11:47:27.980591+0000 mgr.smithi046.egcsjs (mgr.14182) 1368 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:31.831 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:31 smithi046 bash[16032]: cluster 2024-01-21T11:47:29.982375+0000 mgr.smithi046.egcsjs (mgr.14182) 1369 : cluster [DBG] pgmap v889: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:31.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:31 smithi079 bash[19822]: cluster 2024-01-21T11:47:29.982375+0000 mgr.smithi046.egcsjs (mgr.14182) 1369 : cluster [DBG] pgmap v889: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:32.267 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:47:32.267 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:37.796542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\nDeploy daemon haproxy.nfs.foo.smithi079.wyevoh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.930838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uygxig on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\nDeploy daemon haproxy.nfs.foo.smithi046.uygxig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.935398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.fhkzmu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:47:32.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:33.902 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:33.915 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:33 smithi046 bash[16032]: cluster 2024-01-21T11:47:31.984066+0000 mgr.smithi046.egcsjs (mgr.14182) 1370 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:33.915 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:33 smithi046 bash[16032]: audit 2024-01-21T11:47:32.252974+0000 mgr.smithi046.egcsjs (mgr.14182) 1371 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:33.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:33 smithi079 bash[19822]: cluster 2024-01-21T11:47:31.984066+0000 mgr.smithi046.egcsjs (mgr.14182) 1370 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:33.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:33 smithi079 bash[19822]: audit 2024-01-21T11:47:32.252974+0000 mgr.smithi046.egcsjs (mgr.14182) 1371 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:35.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:35 smithi079 bash[19822]: cluster 2024-01-21T11:47:33.985650+0000 mgr.smithi046.egcsjs (mgr.14182) 1372 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:36.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:35 smithi046 bash[16032]: cluster 2024-01-21T11:47:33.985650+0000 mgr.smithi046.egcsjs (mgr.14182) 1372 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:37.085 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:47:37.085 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:37.796542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\nDeploy daemon haproxy.nfs.foo.smithi079.wyevoh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.930838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uygxig on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\nDeploy daemon haproxy.nfs.foo.smithi046.uygxig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.935398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.fhkzmu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:47:37.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:37.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:37 smithi079 bash[19822]: cluster 2024-01-21T11:47:35.987684+0000 mgr.smithi046.egcsjs (mgr.14182) 1373 : cluster [DBG] pgmap v892: 225 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-01-21T11:47:38.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:37 smithi046 bash[16032]: cluster 2024-01-21T11:47:35.987684+0000 mgr.smithi046.egcsjs (mgr.14182) 1373 : cluster [DBG] pgmap v892: 225 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-01-21T11:47:38.642 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:38.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:38 smithi079 bash[19822]: audit 2024-01-21T11:47:37.067574+0000 mgr.smithi046.egcsjs (mgr.14182) 1374 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:39.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:38 smithi046 bash[16032]: audit 2024-01-21T11:47:37.067574+0000 mgr.smithi046.egcsjs (mgr.14182) 1374 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:39.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:39 smithi079 bash[19822]: cluster 2024-01-21T11:47:37.988977+0000 mgr.smithi046.egcsjs (mgr.14182) 1375 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:40.001 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:39 smithi046 bash[16032]: cluster 2024-01-21T11:47:37.988977+0000 mgr.smithi046.egcsjs (mgr.14182) 1375 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:41.758 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:47:41.759 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:45:33.681301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.idwsqp on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:37.796542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\nDeploy daemon haproxy.nfs.foo.smithi079.wyevoh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.930838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uygxig on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\nDeploy daemon haproxy.nfs.foo.smithi046.uygxig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.935398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.fhkzmu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:47:41.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:41 smithi046 bash[16032]: cluster 2024-01-21T11:47:39.990837+0000 mgr.smithi046.egcsjs (mgr.14182) 1376 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:41.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:41 smithi079 bash[19822]: cluster 2024-01-21T11:47:39.990837+0000 mgr.smithi046.egcsjs (mgr.14182) 1376 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:42.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:42 smithi079 bash[19822]: audit 2024-01-21T11:47:41.748923+0000 mgr.smithi046.egcsjs (mgr.14182) 1377 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:42 smithi079 bash[19822]: audit 2024-01-21T11:47:41.942896+0000 mon.smithi046 (mon.0) 989 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:47:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:42 smithi079 bash[19822]: audit 2024-01-21T11:47:42.244783+0000 mon.smithi046 (mon.0) 990 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:47:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:42 smithi079 bash[19822]: audit 2024-01-21T11:47:42.246525+0000 mon.smithi046 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:47:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:42 smithi079 bash[19822]: audit 2024-01-21T11:47:42.254028+0000 mon.smithi046 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:47:42.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:42 smithi079 bash[19822]: audit 2024-01-21T11:47:42.259266+0000 mon.smithi046 (mon.0) 993 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:47:42.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:42 smithi079 bash[19822]: audit 2024-01-21T11:47:42.275466+0000 mon.smithi046 (mon.0) 994 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:47:43.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:42 smithi046 bash[16032]: audit 2024-01-21T11:47:41.748923+0000 mgr.smithi046.egcsjs (mgr.14182) 1377 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:43.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:42 smithi046 bash[16032]: audit 2024-01-21T11:47:41.942896+0000 mon.smithi046 (mon.0) 989 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:47:43.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:42 smithi046 bash[16032]: audit 2024-01-21T11:47:42.244783+0000 mon.smithi046 (mon.0) 990 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:47:43.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:42 smithi046 bash[16032]: audit 2024-01-21T11:47:42.246525+0000 mon.smithi046 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:47:43.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:42 smithi046 bash[16032]: audit 2024-01-21T11:47:42.254028+0000 mon.smithi046 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:47:43.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:42 smithi046 bash[16032]: audit 2024-01-21T11:47:42.259266+0000 mon.smithi046 (mon.0) 993 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:47:43.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:42 smithi046 bash[16032]: audit 2024-01-21T11:47:42.275466+0000 mon.smithi046 (mon.0) 994 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:47:43.363 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:43 smithi079 bash[19822]: cluster 2024-01-21T11:47:41.992473+0000 mgr.smithi046.egcsjs (mgr.14182) 1378 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:43 smithi079 bash[19822]: cluster 2024-01-21T11:47:42.254737+0000 mgr.smithi046.egcsjs (mgr.14182) 1379 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:47:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:43 smithi079 bash[19822]: cephadm 2024-01-21T11:47:42.278248+0000 mgr.smithi046.egcsjs (mgr.14182) 1380 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.xbsfcq on smithi079 2024-01-21T11:47:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:43 smithi079 bash[19822]: cluster 2024-01-21T11:47:42.674698+0000 mon.smithi046 (mon.0) 995 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:47:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:43 smithi079 bash[19822]: cluster 2024-01-21T11:47:42.674768+0000 mon.smithi046 (mon.0) 996 : cluster [INF] Cluster is now healthy 2024-01-21T11:47:44.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:43 smithi046 bash[16032]: cluster 2024-01-21T11:47:41.992473+0000 mgr.smithi046.egcsjs (mgr.14182) 1378 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:47:44.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:43 smithi046 bash[16032]: cluster 2024-01-21T11:47:42.254737+0000 mgr.smithi046.egcsjs (mgr.14182) 1379 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:47:44.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:43 smithi046 bash[16032]: cephadm 2024-01-21T11:47:42.278248+0000 mgr.smithi046.egcsjs (mgr.14182) 1380 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.xbsfcq on smithi079 2024-01-21T11:47:44.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:43 smithi046 bash[16032]: cluster 2024-01-21T11:47:42.674698+0000 mon.smithi046 (mon.0) 995 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:47:44.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:43 smithi046 bash[16032]: cluster 2024-01-21T11:47:42.674768+0000 mon.smithi046 (mon.0) 996 : cluster [INF] Cluster is now healthy 2024-01-21T11:47:45.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:45 smithi079 bash[19822]: cluster 2024-01-21T11:47:44.256068+0000 mgr.smithi046.egcsjs (mgr.14182) 1381 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:47:46.031 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:45 smithi046 bash[16032]: cluster 2024-01-21T11:47:44.256068+0000 mgr.smithi046.egcsjs (mgr.14182) 1381 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:47:46.480 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:47:46.480 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:37.796542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.wyevoh on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-wyevoh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.wyevoh\nDeploy daemon haproxy.nfs.foo.smithi079.wyevoh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.930838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.uygxig on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-uygxig\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.uygxig\nDeploy daemon haproxy.nfs.foo.smithi046.uygxig ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:46:41.935398Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.fhkzmu on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -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.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:47:46.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:46 smithi046 bash[16032]: audit 2024-01-21T11:47:46.127960+0000 mon.smithi046 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.xbsfcq"}]: dispatch 2024-01-21T11:47:46.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:46 smithi079 bash[19822]: audit 2024-01-21T11:47:46.127960+0000 mon.smithi046 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.xbsfcq"}]: dispatch 2024-01-21T11:47:47.199 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:47.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: cephadm 2024-01-21T11:47:46.126810+0000 mgr.smithi046.egcsjs (mgr.14182) 1382 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq 2024-01-21T11:47:47.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:47:47.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq 2024-01-21T11:47:47.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq 2024-01-21T11:47:47.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:47:47.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq 2024-01-21T11:47:47.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.xbsfcq ... 2024-01-21T11:47:47.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:47.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:47.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:47.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:47.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:47.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:47:47.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:47:47.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:47:47.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:47:47.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:47:47.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq 2024-01-21T11:47:47.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:47:47.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq 2024-01-21T11:47:47.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq 2024-01-21T11:47:47.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:47:47.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq 2024-01-21T11:47:47.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.xbsfcq ... 2024-01-21T11:47:47.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:47.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:47.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:47.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:47.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:47.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: cephadm 2024-01-21T11:47:46.127293+0000 mgr.smithi046.egcsjs (mgr.14182) 1383 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.xbsfcq 2024-01-21T11:47:47.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: cephadm 2024-01-21T11:47:46.129462+0000 mgr.smithi046.egcsjs (mgr.14182) 1384 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq 2024-01-21T11:47:47.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:47:47.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq 2024-01-21T11:47:47.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq 2024-01-21T11:47:47.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:47:47.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq 2024-01-21T11:47:47.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.xbsfcq ... 2024-01-21T11:47:47.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:47.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:47.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:47.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:47.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:47.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: cephadm 2024-01-21T11:47:46.133046+0000 mgr.smithi046.egcsjs (mgr.14182) 1385 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.anqell on smithi046 2024-01-21T11:47:47.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: cluster 2024-01-21T11:47:46.257938+0000 mgr.smithi046.egcsjs (mgr.14182) 1386 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:47:47.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:47 smithi079 bash[19822]: audit 2024-01-21T11:47:46.471275+0000 mgr.smithi046.egcsjs (mgr.14182) 1387 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:48.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: cephadm 2024-01-21T11:47:46.126810+0000 mgr.smithi046.egcsjs (mgr.14182) 1382 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq 2024-01-21T11:47:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:47:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq 2024-01-21T11:47:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq 2024-01-21T11:47:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:47:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq 2024-01-21T11:47:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.xbsfcq ... 2024-01-21T11:47:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:47:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:47:48.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:47:48.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:47:48.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:47:48.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq 2024-01-21T11:47:48.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:47:48.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq 2024-01-21T11:47:48.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq 2024-01-21T11:47:48.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:47:48.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq 2024-01-21T11:47:48.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.xbsfcq ... 2024-01-21T11:47:48.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:48.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:48.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:48.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: cephadm 2024-01-21T11:47:46.127293+0000 mgr.smithi046.egcsjs (mgr.14182) 1383 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.xbsfcq 2024-01-21T11:47:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: cephadm 2024-01-21T11:47:46.129462+0000 mgr.smithi046.egcsjs (mgr.14182) 1384 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq 2024-01-21T11:47:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:47:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq 2024-01-21T11:47:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq 2024-01-21T11:47:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:47:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq 2024-01-21T11:47:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.xbsfcq ... 2024-01-21T11:47:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: cephadm 2024-01-21T11:47:46.133046+0000 mgr.smithi046.egcsjs (mgr.14182) 1385 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.anqell on smithi046 2024-01-21T11:47:48.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: cluster 2024-01-21T11:47:46.257938+0000 mgr.smithi046.egcsjs (mgr.14182) 1386 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:47:48.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:47 smithi046 bash[16032]: audit 2024-01-21T11:47:46.471275+0000 mgr.smithi046.egcsjs (mgr.14182) 1387 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:48.200 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:49.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:49 smithi079 bash[19822]: cluster 2024-01-21T11:47:48.259041+0000 mgr.smithi046.egcsjs (mgr.14182) 1388 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:47:50.065 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:49 smithi046 bash[16032]: cluster 2024-01-21T11:47:48.259041+0000 mgr.smithi046.egcsjs (mgr.14182) 1388 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T11:47:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:50 smithi079 bash[19822]: audit 2024-01-21T11:47:50.188398+0000 mon.smithi046 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.anqell"}]: dispatch 2024-01-21T11:47:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:50 smithi079 bash[19822]: audit 2024-01-21T11:47:50.697747+0000 mon.smithi046 (mon.0) 999 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:47:51.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:50 smithi046 bash[16032]: audit 2024-01-21T11:47:50.188398+0000 mon.smithi046 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.anqell"}]: dispatch 2024-01-21T11:47:51.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:50 smithi046 bash[16032]: audit 2024-01-21T11:47:50.697747+0000 mon.smithi046 (mon.0) 999 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:47:51.802 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:47:51.802 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.189384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\nDeploy daemon haproxy.nfs.foo.smithi046.anqell ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.191466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:47:51.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: cephadm 2024-01-21T11:47:50.187613+0000 mgr.smithi046.egcsjs (mgr.14182) 1389 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell 2024-01-21T11:47:51.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:47:51.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell 2024-01-21T11:47:51.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell 2024-01-21T11:47:51.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:47:51.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell 2024-01-21T11:47:51.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.anqell ... 2024-01-21T11:47:51.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:51.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:51.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:51.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:51.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:51.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:47:51.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:47:51.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:47:51.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:47:51.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:47:51.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell 2024-01-21T11:47:51.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:47:51.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell 2024-01-21T11:47:51.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell 2024-01-21T11:47:51.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:47:51.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell 2024-01-21T11:47:51.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.anqell ... 2024-01-21T11:47:51.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:51.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:51.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:51.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:51.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:51.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: cephadm 2024-01-21T11:47:50.187900+0000 mgr.smithi046.egcsjs (mgr.14182) 1390 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.anqell 2024-01-21T11:47:51.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: cephadm 2024-01-21T11:47:50.189527+0000 mgr.smithi046.egcsjs (mgr.14182) 1391 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell 2024-01-21T11:47:51.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:47:51.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell 2024-01-21T11:47:51.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell 2024-01-21T11:47:51.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:47:51.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell 2024-01-21T11:47:51.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.anqell ... 2024-01-21T11:47:51.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:51.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:51.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:51.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:51.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:51.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: cephadm 2024-01-21T11:47:50.191855+0000 mgr.smithi046.egcsjs (mgr.14182) 1392 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:47:51.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: cephadm 2024-01-21T11:47:50.196062+0000 mgr.smithi046.egcsjs (mgr.14182) 1393 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:47:51.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: cluster 2024-01-21T11:47:50.198379+0000 mgr.smithi046.egcsjs (mgr.14182) 1394 : cluster [DBG] pgmap v900: 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-01-21T11:47:51.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:51 smithi079 bash[19822]: cluster 2024-01-21T11:47:50.712539+0000 mon.smithi046 (mon.0) 1000 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:47:52.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: cephadm 2024-01-21T11:47:50.187613+0000 mgr.smithi046.egcsjs (mgr.14182) 1389 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell 2024-01-21T11:47:52.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:47:52.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell 2024-01-21T11:47:52.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell 2024-01-21T11:47:52.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:47:52.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell 2024-01-21T11:47:52.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.anqell ... 2024-01-21T11:47:52.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:52.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:52.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:52.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:52.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:52.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:47:52.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:47:52.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:47:52.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:47:52.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:47:52.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell 2024-01-21T11:47:52.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:47:52.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell 2024-01-21T11:47:52.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell 2024-01-21T11:47:52.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:47:52.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell 2024-01-21T11:47:52.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.anqell ... 2024-01-21T11:47:52.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:52.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:52.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:52.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:52.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:52.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: cephadm 2024-01-21T11:47:50.187900+0000 mgr.smithi046.egcsjs (mgr.14182) 1390 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.anqell 2024-01-21T11:47:52.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: cephadm 2024-01-21T11:47:50.189527+0000 mgr.smithi046.egcsjs (mgr.14182) 1391 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell 2024-01-21T11:47:52.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:47:52.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell 2024-01-21T11:47:52.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell 2024-01-21T11:47:52.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:47:52.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell 2024-01-21T11:47:52.135 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.anqell ... 2024-01-21T11:47:52.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:52.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:47:52.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:47:52.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:47:52.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:47:52.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: cephadm 2024-01-21T11:47:50.191855+0000 mgr.smithi046.egcsjs (mgr.14182) 1392 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:47:52.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: cephadm 2024-01-21T11:47:50.196062+0000 mgr.smithi046.egcsjs (mgr.14182) 1393 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:47:52.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: cluster 2024-01-21T11:47:50.198379+0000 mgr.smithi046.egcsjs (mgr.14182) 1394 : cluster [DBG] pgmap v900: 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-01-21T11:47:52.136 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:51 smithi046 bash[16032]: cluster 2024-01-21T11:47:50.712539+0000 mon.smithi046 (mon.0) 1000 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:47:52.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:53.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:52 smithi046 bash[16032]: audit 2024-01-21T11:47:51.784799+0000 mgr.smithi046.egcsjs (mgr.14182) 1395 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:53.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:52 smithi079 bash[19822]: audit 2024-01-21T11:47:51.784799+0000 mgr.smithi046.egcsjs (mgr.14182) 1395 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:53.436 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:47:54.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:53 smithi046 bash[16032]: cluster 2024-01-21T11:47:52.200091+0000 mgr.smithi046.egcsjs (mgr.14182) 1396 : cluster [DBG] pgmap v901: 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-01-21T11:47:54.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:53 smithi079 bash[19822]: cluster 2024-01-21T11:47:52.200091+0000 mgr.smithi046.egcsjs (mgr.14182) 1396 : cluster [DBG] pgmap v901: 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-01-21T11:47:56.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:55 smithi046 bash[16032]: cluster 2024-01-21T11:47:54.201845+0000 mgr.smithi046.egcsjs (mgr.14182) 1397 : 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-01-21T11:47:56.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:55 smithi079 bash[19822]: cluster 2024-01-21T11:47:54.201845+0000 mgr.smithi046.egcsjs (mgr.14182) 1397 : 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-01-21T11:47:56.782 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:47:56.782 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.189384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\nDeploy daemon haproxy.nfs.foo.smithi046.anqell ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.191466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:47:57.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:47:58.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:57 smithi046 bash[16032]: cluster 2024-01-21T11:47:56.203876+0000 mgr.smithi046.egcsjs (mgr.14182) 1398 : cluster [DBG] pgmap v903: 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-01-21T11:47:58.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:57 smithi046 bash[16032]: audit 2024-01-21T11:47:56.765088+0000 mgr.smithi046.egcsjs (mgr.14182) 1399 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:58.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:57 smithi079 bash[19822]: cluster 2024-01-21T11:47:56.203876+0000 mgr.smithi046.egcsjs (mgr.14182) 1398 : cluster [DBG] pgmap v903: 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-01-21T11:47:58.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:57 smithi079 bash[19822]: audit 2024-01-21T11:47:56.765088+0000 mgr.smithi046.egcsjs (mgr.14182) 1399 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:47:58.430 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:00.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:47:59 smithi046 bash[16032]: cluster 2024-01-21T11:47:58.205140+0000 mgr.smithi046.egcsjs (mgr.14182) 1400 : 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-01-21T11:48:00.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:47:59 smithi079 bash[19822]: cluster 2024-01-21T11:47:58.205140+0000 mgr.smithi046.egcsjs (mgr.14182) 1400 : 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-01-21T11:48:01.406 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:48:01.406 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.189384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\nDeploy daemon haproxy.nfs.foo.smithi046.anqell ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.191466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:48:02.071 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:01 smithi046 bash[16032]: cluster 2024-01-21T11:48:00.206962+0000 mgr.smithi046.egcsjs (mgr.14182) 1401 : 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-01-21T11:48:02.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:02.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:01 smithi079 bash[19822]: cluster 2024-01-21T11:48:00.206962+0000 mgr.smithi046.egcsjs (mgr.14182) 1401 : 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-01-21T11:48:03.073 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:03.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:02 smithi046 bash[16032]: audit 2024-01-21T11:48:01.390541+0000 mgr.smithi046.egcsjs (mgr.14182) 1402 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:03.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:02 smithi079 bash[19822]: audit 2024-01-21T11:48:01.390541+0000 mgr.smithi046.egcsjs (mgr.14182) 1402 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:04.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:03 smithi046 bash[16032]: cluster 2024-01-21T11:48:02.208685+0000 mgr.smithi046.egcsjs (mgr.14182) 1403 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:04.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:03 smithi079 bash[19822]: cluster 2024-01-21T11:48:02.208685+0000 mgr.smithi046.egcsjs (mgr.14182) 1403 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:06.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:05 smithi046 bash[16032]: cluster 2024-01-21T11:48:04.210353+0000 mgr.smithi046.egcsjs (mgr.14182) 1404 : 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-01-21T11:48:06.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:05 smithi079 bash[19822]: cluster 2024-01-21T11:48:04.210353+0000 mgr.smithi046.egcsjs (mgr.14182) 1404 : 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-01-21T11:48:06.266 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:48:06.267 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.189384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\nDeploy daemon haproxy.nfs.foo.smithi046.anqell ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.191466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:48:06.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:07.912 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:08.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:07 smithi046 bash[16032]: cluster 2024-01-21T11:48:06.212514+0000 mgr.smithi046.egcsjs (mgr.14182) 1405 : cluster [DBG] pgmap v908: 225 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-01-21T11:48:08.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:07 smithi046 bash[16032]: audit 2024-01-21T11:48:06.249931+0000 mgr.smithi046.egcsjs (mgr.14182) 1406 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:08.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:07 smithi079 bash[19822]: cluster 2024-01-21T11:48:06.212514+0000 mgr.smithi046.egcsjs (mgr.14182) 1405 : cluster [DBG] pgmap v908: 225 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-01-21T11:48:08.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:07 smithi079 bash[19822]: audit 2024-01-21T11:48:06.249931+0000 mgr.smithi046.egcsjs (mgr.14182) 1406 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:10.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:09 smithi046 bash[16032]: cluster 2024-01-21T11:48:08.213882+0000 mgr.smithi046.egcsjs (mgr.14182) 1407 : cluster [DBG] pgmap v909: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:10.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:09 smithi079 bash[19822]: cluster 2024-01-21T11:48:08.213882+0000 mgr.smithi046.egcsjs (mgr.14182) 1407 : cluster [DBG] pgmap v909: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:11.042 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:48:11.042 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.189384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\nDeploy daemon haproxy.nfs.foo.smithi046.anqell ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.191466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:48:11.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:11.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:11 smithi046 bash[16032]: cluster 2024-01-21T11:48:10.215754+0000 mgr.smithi046.egcsjs (mgr.14182) 1408 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:12.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:11 smithi079 bash[19822]: cluster 2024-01-21T11:48:10.215754+0000 mgr.smithi046.egcsjs (mgr.14182) 1408 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:12.633 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:13.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:12 smithi046 bash[16032]: audit 2024-01-21T11:48:11.027063+0000 mgr.smithi046.egcsjs (mgr.14182) 1409 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:13.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:12 smithi079 bash[19822]: audit 2024-01-21T11:48:11.027063+0000 mgr.smithi046.egcsjs (mgr.14182) 1409 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:14.001 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:13 smithi046 bash[16032]: cluster 2024-01-21T11:48:12.217373+0000 mgr.smithi046.egcsjs (mgr.14182) 1410 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:14.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:13 smithi079 bash[19822]: cluster 2024-01-21T11:48:12.217373+0000 mgr.smithi046.egcsjs (mgr.14182) 1410 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:15.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:14 smithi046 bash[16032]: cluster 2024-01-21T11:48:14.219033+0000 mgr.smithi046.egcsjs (mgr.14182) 1411 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:15.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:14 smithi079 bash[19822]: cluster 2024-01-21T11:48:14.219033+0000 mgr.smithi046.egcsjs (mgr.14182) 1411 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:15.916 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:48:15.916 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.189384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\nDeploy daemon haproxy.nfs.foo.smithi046.anqell ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.191466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:48:16.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:17.483 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:17.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:17 smithi046 bash[16032]: audit 2024-01-21T11:48:15.899196+0000 mgr.smithi046.egcsjs (mgr.14182) 1412 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:17.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:17 smithi046 bash[16032]: cluster 2024-01-21T11:48:16.221120+0000 mgr.smithi046.egcsjs (mgr.14182) 1413 : cluster [DBG] pgmap v913: 225 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-01-21T11:48:17.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:17 smithi079 bash[19822]: audit 2024-01-21T11:48:15.899196+0000 mgr.smithi046.egcsjs (mgr.14182) 1412 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:17.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:17 smithi079 bash[19822]: cluster 2024-01-21T11:48:16.221120+0000 mgr.smithi046.egcsjs (mgr.14182) 1413 : cluster [DBG] pgmap v913: 225 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-01-21T11:48:19.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:19 smithi046 bash[16032]: cluster 2024-01-21T11:48:18.222430+0000 mgr.smithi046.egcsjs (mgr.14182) 1414 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:19.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:19 smithi079 bash[19822]: cluster 2024-01-21T11:48:18.222430+0000 mgr.smithi046.egcsjs (mgr.14182) 1414 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:20.621 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:48:20.621 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.189384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\nDeploy daemon haproxy.nfs.foo.smithi046.anqell ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.191466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:48:21.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:21.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:21 smithi046 bash[16032]: cluster 2024-01-21T11:48:20.223477+0000 mgr.smithi046.egcsjs (mgr.14182) 1415 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:21.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:21 smithi046 bash[16032]: audit 2024-01-21T11:48:20.606803+0000 mgr.smithi046.egcsjs (mgr.14182) 1416 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:21.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:21 smithi079 bash[19822]: cluster 2024-01-21T11:48:20.223477+0000 mgr.smithi046.egcsjs (mgr.14182) 1415 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:21.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:21 smithi079 bash[19822]: audit 2024-01-21T11:48:20.606803+0000 mgr.smithi046.egcsjs (mgr.14182) 1416 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:22.220 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:23.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:23 smithi046 bash[16032]: cluster 2024-01-21T11:48:22.225649+0000 mgr.smithi046.egcsjs (mgr.14182) 1417 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:23.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:23 smithi079 bash[19822]: cluster 2024-01-21T11:48:22.225649+0000 mgr.smithi046.egcsjs (mgr.14182) 1417 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:25.291 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:48:25.291 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.189384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\nDeploy daemon haproxy.nfs.foo.smithi046.anqell ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.191466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:48:25.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:25 smithi046 bash[16032]: cluster 2024-01-21T11:48:24.227530+0000 mgr.smithi046.egcsjs (mgr.14182) 1418 : cluster [DBG] pgmap v917: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:25.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:25.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:25 smithi079 bash[19822]: cluster 2024-01-21T11:48:24.227530+0000 mgr.smithi046.egcsjs (mgr.14182) 1418 : cluster [DBG] pgmap v917: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:26.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:26 smithi046 bash[16032]: audit 2024-01-21T11:48:25.278045+0000 mgr.smithi046.egcsjs (mgr.14182) 1419 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:26.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:26 smithi079 bash[19822]: audit 2024-01-21T11:48:25.278045+0000 mgr.smithi046.egcsjs (mgr.14182) 1419 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:26.900 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:27.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:27 smithi046 bash[16032]: cluster 2024-01-21T11:48:26.229587+0000 mgr.smithi046.egcsjs (mgr.14182) 1420 : cluster [DBG] pgmap v918: 225 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-01-21T11:48:27.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:27 smithi079 bash[19822]: cluster 2024-01-21T11:48:26.229587+0000 mgr.smithi046.egcsjs (mgr.14182) 1420 : cluster [DBG] pgmap v918: 225 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-01-21T11:48:29.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:29 smithi046 bash[16032]: cluster 2024-01-21T11:48:28.230940+0000 mgr.smithi046.egcsjs (mgr.14182) 1421 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:29.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:29 smithi079 bash[19822]: cluster 2024-01-21T11:48:28.230940+0000 mgr.smithi046.egcsjs (mgr.14182) 1421 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:30.061 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:48:30.062 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.189384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\nDeploy daemon haproxy.nfs.foo.smithi046.anqell ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.191466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:48:30.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:31.697 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:31.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:31 smithi046 bash[16032]: audit 2024-01-21T11:48:30.047725+0000 mgr.smithi046.egcsjs (mgr.14182) 1422 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:31.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:31 smithi046 bash[16032]: cluster 2024-01-21T11:48:30.232816+0000 mgr.smithi046.egcsjs (mgr.14182) 1423 : 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-01-21T11:48:31.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:31 smithi079 bash[19822]: audit 2024-01-21T11:48:30.047725+0000 mgr.smithi046.egcsjs (mgr.14182) 1422 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:31.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:31 smithi079 bash[19822]: cluster 2024-01-21T11:48:30.232816+0000 mgr.smithi046.egcsjs (mgr.14182) 1423 : 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-01-21T11:48:33.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:33 smithi046 bash[16032]: cluster 2024-01-21T11:48:32.234534+0000 mgr.smithi046.egcsjs (mgr.14182) 1424 : 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-01-21T11:48:33.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:33 smithi079 bash[19822]: cluster 2024-01-21T11:48:32.234534+0000 mgr.smithi046.egcsjs (mgr.14182) 1424 : 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-01-21T11:48:35.008 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:48:35.008 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.189384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\nDeploy daemon haproxy.nfs.foo.smithi046.anqell ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.191466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:48:35.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:35.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:35 smithi046 bash[16032]: cluster 2024-01-21T11:48:34.236239+0000 mgr.smithi046.egcsjs (mgr.14182) 1425 : cluster [DBG] pgmap v922: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:35.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:35 smithi079 bash[19822]: cluster 2024-01-21T11:48:34.236239+0000 mgr.smithi046.egcsjs (mgr.14182) 1425 : cluster [DBG] pgmap v922: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:36.603 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:36.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:36 smithi046 bash[16032]: audit 2024-01-21T11:48:34.997106+0000 mgr.smithi046.egcsjs (mgr.14182) 1426 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:36.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:36 smithi079 bash[19822]: audit 2024-01-21T11:48:34.997106+0000 mgr.smithi046.egcsjs (mgr.14182) 1426 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:37.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:37 smithi046 bash[16032]: cluster 2024-01-21T11:48:36.238237+0000 mgr.smithi046.egcsjs (mgr.14182) 1427 : cluster [DBG] pgmap v923: 225 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-01-21T11:48:37.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:37 smithi079 bash[19822]: cluster 2024-01-21T11:48:36.238237+0000 mgr.smithi046.egcsjs (mgr.14182) 1427 : cluster [DBG] pgmap v923: 225 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-01-21T11:48:39.740 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:48:39.740 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.189384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\nDeploy daemon haproxy.nfs.foo.smithi046.anqell ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.191466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:48:39.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:39 smithi046 bash[16032]: cluster 2024-01-21T11:48:38.239583+0000 mgr.smithi046.egcsjs (mgr.14182) 1428 : 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-01-21T11:48:39.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:39 smithi079 bash[19822]: cluster 2024-01-21T11:48:38.239583+0000 mgr.smithi046.egcsjs (mgr.14182) 1428 : 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-01-21T11:48:40.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:40.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:40 smithi079 bash[19822]: audit 2024-01-21T11:48:39.730963+0000 mgr.smithi046.egcsjs (mgr.14182) 1429 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:41.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:40 smithi046 bash[16032]: audit 2024-01-21T11:48:39.730963+0000 mgr.smithi046.egcsjs (mgr.14182) 1429 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:41.358 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:41.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:41 smithi079 bash[19822]: cluster 2024-01-21T11:48:40.241433+0000 mgr.smithi046.egcsjs (mgr.14182) 1430 : 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-01-21T11:48:42.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:41 smithi046 bash[16032]: cluster 2024-01-21T11:48:40.241433+0000 mgr.smithi046.egcsjs (mgr.14182) 1430 : 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-01-21T11:48:43.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:43 smithi079 bash[19822]: cluster 2024-01-21T11:48:42.243184+0000 mgr.smithi046.egcsjs (mgr.14182) 1431 : 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-01-21T11:48:44.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:43 smithi046 bash[16032]: cluster 2024-01-21T11:48:42.243184+0000 mgr.smithi046.egcsjs (mgr.14182) 1431 : 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-01-21T11:48:44.841 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:48:44.842 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.189384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\nDeploy daemon haproxy.nfs.foo.smithi046.anqell ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.191466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:48:45.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:45.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:45 smithi046 bash[16032]: cluster 2024-01-21T11:48:44.244934+0000 mgr.smithi046.egcsjs (mgr.14182) 1432 : cluster [DBG] pgmap v927: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:45.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:45 smithi079 bash[19822]: cluster 2024-01-21T11:48:44.244934+0000 mgr.smithi046.egcsjs (mgr.14182) 1432 : cluster [DBG] pgmap v927: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:46.458 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:46.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:46 smithi046 bash[16032]: audit 2024-01-21T11:48:44.832729+0000 mgr.smithi046.egcsjs (mgr.14182) 1433 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:46.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:46 smithi079 bash[19822]: audit 2024-01-21T11:48:44.832729+0000 mgr.smithi046.egcsjs (mgr.14182) 1433 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:47.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:47 smithi046 bash[16032]: cluster 2024-01-21T11:48:46.247003+0000 mgr.smithi046.egcsjs (mgr.14182) 1434 : cluster [DBG] pgmap v928: 225 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-01-21T11:48:47.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:47 smithi079 bash[19822]: cluster 2024-01-21T11:48:46.247003+0000 mgr.smithi046.egcsjs (mgr.14182) 1434 : cluster [DBG] pgmap v928: 225 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-01-21T11:48:49.659 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:48:49.659 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.189384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\nDeploy daemon haproxy.nfs.foo.smithi046.anqell ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.191466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:48:49.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:49 smithi079 bash[19822]: cluster 2024-01-21T11:48:48.248398+0000 mgr.smithi046.egcsjs (mgr.14182) 1435 : 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-01-21T11:48:50.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:49 smithi046 bash[16032]: cluster 2024-01-21T11:48:48.248398+0000 mgr.smithi046.egcsjs (mgr.14182) 1435 : 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-01-21T11:48:50.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:50 smithi079 bash[19822]: audit 2024-01-21T11:48:49.644754+0000 mgr.smithi046.egcsjs (mgr.14182) 1436 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:50 smithi079 bash[19822]: audit 2024-01-21T11:48:50.201664+0000 mon.smithi046 (mon.0) 1001 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:48:51.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:50 smithi046 bash[16032]: audit 2024-01-21T11:48:49.644754+0000 mgr.smithi046.egcsjs (mgr.14182) 1436 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:51.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:50 smithi046 bash[16032]: audit 2024-01-21T11:48:50.201664+0000 mon.smithi046 (mon.0) 1001 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:48:51.312 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:51.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:51 smithi079 bash[19822]: cluster 2024-01-21T11:48:50.249663+0000 mgr.smithi046.egcsjs (mgr.14182) 1437 : 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-01-21T11:48:52.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:51 smithi046 bash[16032]: cluster 2024-01-21T11:48:50.249663+0000 mgr.smithi046.egcsjs (mgr.14182) 1437 : 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-01-21T11:48:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:53 smithi079 bash[19822]: cluster 2024-01-21T11:48:52.251389+0000 mgr.smithi046.egcsjs (mgr.14182) 1438 : 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-01-21T11:48:54.088 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:53 smithi046 bash[16032]: cluster 2024-01-21T11:48:52.251389+0000 mgr.smithi046.egcsjs (mgr.14182) 1438 : 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-01-21T11:48:54.528 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:48:54.528 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:38:30.063326Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:38:30.063563Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:38:30.063771Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.189384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\nDeploy daemon haproxy.nfs.foo.smithi046.anqell ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.191466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:38:30.063110Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:38:30.062797Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:38:30.065141Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:38:30.063967Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:38:30.064164Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:38:30.064945Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:48:55.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:48:55.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:55 smithi079 bash[19822]: cluster 2024-01-21T11:48:54.253046+0000 mgr.smithi046.egcsjs (mgr.14182) 1439 : cluster [DBG] pgmap v932: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:55.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:55 smithi079 bash[19822]: audit 2024-01-21T11:48:54.519855+0000 mgr.smithi046.egcsjs (mgr.14182) 1440 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:56.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:55 smithi046 bash[16032]: cluster 2024-01-21T11:48:54.253046+0000 mgr.smithi046.egcsjs (mgr.14182) 1439 : cluster [DBG] pgmap v932: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:48:56.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:55 smithi046 bash[16032]: audit 2024-01-21T11:48:54.519855+0000 mgr.smithi046.egcsjs (mgr.14182) 1440 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:48:56.225 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:48:57.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:57 smithi046 bash[16032]: cluster 2024-01-21T11:48:56.255075+0000 mgr.smithi046.egcsjs (mgr.14182) 1441 : cluster [DBG] pgmap v933: 225 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-01-21T11:48:57.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:57 smithi046 bash[16032]: audit 2024-01-21T11:48:57.156585+0000 mon.smithi046 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:48:57.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:57 smithi046 bash[16032]: audit 2024-01-21T11:48:57.466084+0000 mon.smithi046 (mon.0) 1003 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:48:57.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:57 smithi046 bash[16032]: audit 2024-01-21T11:48:57.467833+0000 mon.smithi046 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:48:57.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:57 smithi046 bash[16032]: audit 2024-01-21T11:48:57.477645+0000 mon.smithi046 (mon.0) 1005 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:48:57.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:57 smithi046 bash[16032]: audit 2024-01-21T11:48:57.491681+0000 mon.smithi046 (mon.0) 1006 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:48:57.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:57 smithi046 bash[16032]: audit 2024-01-21T11:48:57.508982+0000 mon.smithi046 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:48:57.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:57 smithi079 bash[19822]: cluster 2024-01-21T11:48:56.255075+0000 mgr.smithi046.egcsjs (mgr.14182) 1441 : cluster [DBG] pgmap v933: 225 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-01-21T11:48:57.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:57 smithi079 bash[19822]: audit 2024-01-21T11:48:57.156585+0000 mon.smithi046 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:48:57.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:57 smithi079 bash[19822]: audit 2024-01-21T11:48:57.466084+0000 mon.smithi046 (mon.0) 1003 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:48:57.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:57 smithi079 bash[19822]: audit 2024-01-21T11:48:57.467833+0000 mon.smithi046 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:48:57.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:57 smithi079 bash[19822]: audit 2024-01-21T11:48:57.477645+0000 mon.smithi046 (mon.0) 1005 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:48:57.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:57 smithi079 bash[19822]: audit 2024-01-21T11:48:57.491681+0000 mon.smithi046 (mon.0) 1006 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:48:57.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:57 smithi079 bash[19822]: audit 2024-01-21T11:48:57.508982+0000 mon.smithi046 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:48:58.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:58 smithi079 bash[19822]: cluster 2024-01-21T11:48:57.478654+0000 mgr.smithi046.egcsjs (mgr.14182) 1442 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-21T11:48:58.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:58 smithi079 bash[19822]: cephadm 2024-01-21T11:48:57.514514+0000 mgr.smithi046.egcsjs (mgr.14182) 1443 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.digxri on smithi079 2024-01-21T11:48:58.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:58 smithi079 bash[19822]: cluster 2024-01-21T11:48:58.473663+0000 mon.smithi046 (mon.0) 1008 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:48:58.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:48:58 smithi079 bash[19822]: cluster 2024-01-21T11:48:58.473744+0000 mon.smithi046 (mon.0) 1009 : cluster [INF] Cluster is now healthy 2024-01-21T11:48:59.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:58 smithi046 bash[16032]: cluster 2024-01-21T11:48:57.478654+0000 mgr.smithi046.egcsjs (mgr.14182) 1442 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-21T11:48:59.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:58 smithi046 bash[16032]: cephadm 2024-01-21T11:48:57.514514+0000 mgr.smithi046.egcsjs (mgr.14182) 1443 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.digxri on smithi079 2024-01-21T11:48:59.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:58 smithi046 bash[16032]: cluster 2024-01-21T11:48:58.473663+0000 mon.smithi046 (mon.0) 1008 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:48:59.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:48:58 smithi046 bash[16032]: cluster 2024-01-21T11:48:58.473744+0000 mon.smithi046 (mon.0) 1009 : cluster [INF] Cluster is now healthy 2024-01-21T11:48:59.312 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:48:59.313 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:39:44.327447Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:46:41.939480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.axadaw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.189384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\nDeploy daemon haproxy.nfs.foo.smithi046.anqell ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.191466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:39:44.327750Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:39:44.327962Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:39:44.328167Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:39:44.328526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:39:44.329239Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:48:59.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:00.980 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:00 smithi079 bash[19822]: audit 2024-01-21T11:48:59.298460+0000 mgr.smithi046.egcsjs (mgr.14182) 1444 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:00 smithi079 bash[19822]: cluster 2024-01-21T11:48:59.480028+0000 mgr.smithi046.egcsjs (mgr.14182) 1445 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-21T11:49:00.993 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:00 smithi046 bash[16032]: audit 2024-01-21T11:48:59.298460+0000 mgr.smithi046.egcsjs (mgr.14182) 1444 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:00.993 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:00 smithi046 bash[16032]: cluster 2024-01-21T11:48:59.480028+0000 mgr.smithi046.egcsjs (mgr.14182) 1445 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-21T11:49:01.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:01 smithi079 bash[19822]: audit 2024-01-21T11:49:01.319729+0000 mon.smithi046 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.digxri"}]: dispatch 2024-01-21T11:49:02.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:01 smithi046 bash[16032]: audit 2024-01-21T11:49:01.319729+0000 mon.smithi046 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.digxri"}]: dispatch 2024-01-21T11:49:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: cephadm 2024-01-21T11:49:01.318403+0000 mgr.smithi046.egcsjs (mgr.14182) 1446 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri 2024-01-21T11:49:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:49:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri 2024-01-21T11:49:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri 2024-01-21T11:49:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:49:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri 2024-01-21T11:49:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.digxri ... 2024-01-21T11:49:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:02.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:49:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:49:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:49:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:49:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:49:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri 2024-01-21T11:49:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:49:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri 2024-01-21T11:49:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri 2024-01-21T11:49:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:49:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri 2024-01-21T11:49:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.digxri ... 2024-01-21T11:49:02.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: cephadm 2024-01-21T11:49:01.318952+0000 mgr.smithi046.egcsjs (mgr.14182) 1447 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.digxri 2024-01-21T11:49:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: cephadm 2024-01-21T11:49:01.321339+0000 mgr.smithi046.egcsjs (mgr.14182) 1448 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri 2024-01-21T11:49:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:49:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri 2024-01-21T11:49:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri 2024-01-21T11:49:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:49:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri 2024-01-21T11:49:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.digxri ... 2024-01-21T11:49:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:02.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: cephadm 2024-01-21T11:49:01.326192+0000 mgr.smithi046.egcsjs (mgr.14182) 1449 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.qzchwz on smithi046 2024-01-21T11:49:02.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:02 smithi046 bash[16032]: cluster 2024-01-21T11:49:01.481776+0000 mgr.smithi046.egcsjs (mgr.14182) 1450 : cluster [DBG] pgmap v936: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-21T11:49:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: cephadm 2024-01-21T11:49:01.318403+0000 mgr.smithi046.egcsjs (mgr.14182) 1446 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri 2024-01-21T11:49:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:49:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri 2024-01-21T11:49:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri 2024-01-21T11:49:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:49:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri 2024-01-21T11:49:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.digxri ... 2024-01-21T11:49:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:02.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:49:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:49:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:49:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:49:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:49:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri 2024-01-21T11:49:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:49:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri 2024-01-21T11:49:02.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri 2024-01-21T11:49:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:49:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri 2024-01-21T11:49:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.digxri ... 2024-01-21T11:49:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: cephadm 2024-01-21T11:49:01.318952+0000 mgr.smithi046.egcsjs (mgr.14182) 1447 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.digxri 2024-01-21T11:49:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: cephadm 2024-01-21T11:49:01.321339+0000 mgr.smithi046.egcsjs (mgr.14182) 1448 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri 2024-01-21T11:49:02.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:49:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri 2024-01-21T11:49:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri 2024-01-21T11:49:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:49:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri 2024-01-21T11:49:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.digxri ... 2024-01-21T11:49:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:02.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: cephadm 2024-01-21T11:49:01.326192+0000 mgr.smithi046.egcsjs (mgr.14182) 1449 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.qzchwz on smithi046 2024-01-21T11:49:02.991 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:02 smithi079 bash[19822]: cluster 2024-01-21T11:49:01.481776+0000 mgr.smithi046.egcsjs (mgr.14182) 1450 : cluster [DBG] pgmap v936: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-21T11:49:04.399 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:49:04.399 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:39:44.327447Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:46.129241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.xbsfcq on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-xbsfcq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.xbsfcq\nDeploy daemon haproxy.nfs.foo.smithi079.xbsfcq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.189384Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.anqell on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-anqell\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.anqell\nDeploy daemon haproxy.nfs.foo.smithi046.anqell ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:47:50.191466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.rzkdua on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:01.321091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\nDeploy daemon haproxy.nfs.foo.smithi079.digxri ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -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.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:39:44.327750Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:39:44.327962Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:39:44.328167Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:39:44.328526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:39:44.329239Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:49:04.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:04 smithi079 bash[19822]: cluster 2024-01-21T11:49:03.482526+0000 mgr.smithi046.egcsjs (mgr.14182) 1451 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-21T11:49:05.070 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:04 smithi046 bash[16032]: cluster 2024-01-21T11:49:03.482526+0000 mgr.smithi046.egcsjs (mgr.14182) 1451 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-01-21T11:49:05.071 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:06.073 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:06.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:05 smithi046 bash[16032]: audit 2024-01-21T11:49:04.385630+0000 mgr.smithi046.egcsjs (mgr.14182) 1452 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:06.086 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:05 smithi046 bash[16032]: audit 2024-01-21T11:49:05.193072+0000 mon.smithi046 (mon.0) 1011 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.qzchwz"}]: dispatch 2024-01-21T11:49:06.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:05 smithi079 bash[19822]: audit 2024-01-21T11:49:04.385630+0000 mgr.smithi046.egcsjs (mgr.14182) 1452 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:06.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:05 smithi079 bash[19822]: audit 2024-01-21T11:49:05.193072+0000 mon.smithi046 (mon.0) 1011 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.qzchwz"}]: dispatch 2024-01-21T11:49:07.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: cephadm 2024-01-21T11:49:05.192000+0000 mgr.smithi046.egcsjs (mgr.14182) 1453 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz 2024-01-21T11:49:07.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:49:07.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz 2024-01-21T11:49:07.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz 2024-01-21T11:49:07.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:49:07.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz 2024-01-21T11:49:07.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.qzchwz ... 2024-01-21T11:49:07.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:07.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:07.131 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:49:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:49:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:49:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:49:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:49:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz 2024-01-21T11:49:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:49:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz 2024-01-21T11:49:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz 2024-01-21T11:49:07.132 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:49:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz 2024-01-21T11:49:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.qzchwz ... 2024-01-21T11:49:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: cephadm 2024-01-21T11:49:05.192477+0000 mgr.smithi046.egcsjs (mgr.14182) 1454 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.qzchwz 2024-01-21T11:49:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: cephadm 2024-01-21T11:49:05.195284+0000 mgr.smithi046.egcsjs (mgr.14182) 1455 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz 2024-01-21T11:49:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:49:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz 2024-01-21T11:49:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz 2024-01-21T11:49:07.133 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:49:07.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz 2024-01-21T11:49:07.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.qzchwz ... 2024-01-21T11:49:07.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:07.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:07.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:07.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:07.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:07.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: cephadm 2024-01-21T11:49:05.199626+0000 mgr.smithi046.egcsjs (mgr.14182) 1456 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:49:07.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: cephadm 2024-01-21T11:49:05.203589+0000 mgr.smithi046.egcsjs (mgr.14182) 1457 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:49:07.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: cluster 2024-01-21T11:49:05.205143+0000 mgr.smithi046.egcsjs (mgr.14182) 1458 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-01-21T11:49:07.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: cluster 2024-01-21T11:49:05.721452+0000 mon.smithi046 (mon.0) 1012 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:49:07.134 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:06 smithi046 bash[16032]: audit 2024-01-21T11:49:05.760239+0000 mon.smithi046 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:49:07.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: cephadm 2024-01-21T11:49:05.192000+0000 mgr.smithi046.egcsjs (mgr.14182) 1453 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz 2024-01-21T11:49:07.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:49:07.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz 2024-01-21T11:49:07.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz 2024-01-21T11:49:07.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:49:07.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz 2024-01-21T11:49:07.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.qzchwz ... 2024-01-21T11:49:07.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:07.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:07.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:07.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:07.237 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:07.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:49:07.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:49:07.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:49:07.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:49:07.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:49:07.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz 2024-01-21T11:49:07.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:49:07.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz 2024-01-21T11:49:07.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz 2024-01-21T11:49:07.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:49:07.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz 2024-01-21T11:49:07.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.qzchwz ... 2024-01-21T11:49:07.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:07.238 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:07.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:07.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:07.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:07.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: cephadm 2024-01-21T11:49:05.192477+0000 mgr.smithi046.egcsjs (mgr.14182) 1454 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.qzchwz 2024-01-21T11:49:07.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: cephadm 2024-01-21T11:49:05.195284+0000 mgr.smithi046.egcsjs (mgr.14182) 1455 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz 2024-01-21T11:49:07.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:49:07.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz 2024-01-21T11:49:07.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz 2024-01-21T11:49:07.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:49:07.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz 2024-01-21T11:49:07.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.qzchwz ... 2024-01-21T11:49:07.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:07.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:49:07.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:49:07.239 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:49:07.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:49:07.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: cephadm 2024-01-21T11:49:05.199626+0000 mgr.smithi046.egcsjs (mgr.14182) 1456 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:49:07.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: cephadm 2024-01-21T11:49:05.203589+0000 mgr.smithi046.egcsjs (mgr.14182) 1457 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:49:07.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: cluster 2024-01-21T11:49:05.205143+0000 mgr.smithi046.egcsjs (mgr.14182) 1458 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 186 B/s rd, 0 op/s 2024-01-21T11:49:07.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: cluster 2024-01-21T11:49:05.721452+0000 mon.smithi046 (mon.0) 1012 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:49:07.240 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:06 smithi079 bash[19822]: audit 2024-01-21T11:49:05.760239+0000 mon.smithi046 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:49:09.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:08 smithi046 bash[16032]: cluster 2024-01-21T11:49:07.206710+0000 mgr.smithi046.egcsjs (mgr.14182) 1459 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-21T11:49:09.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:08 smithi079 bash[19822]: cluster 2024-01-21T11:49:07.206710+0000 mgr.smithi046.egcsjs (mgr.14182) 1459 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-21T11:49:09.333 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:49:09.333 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:39:44.327447Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:01.321091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\nDeploy daemon haproxy.nfs.foo.smithi079.digxri ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.194991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\nDeploy daemon haproxy.nfs.foo.smithi046.qzchwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.199383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:39:44.327750Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:39:44.327962Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:39:44.328167Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:39:44.328526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:39:44.329239Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:49:09.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:10.972 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:11.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:10 smithi046 bash[16032]: cluster 2024-01-21T11:49:09.208357+0000 mgr.smithi046.egcsjs (mgr.14182) 1460 : cluster [DBG] pgmap v940: 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-01-21T11:49:11.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:10 smithi046 bash[16032]: audit 2024-01-21T11:49:09.316127+0000 mgr.smithi046.egcsjs (mgr.14182) 1461 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:11.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:10 smithi079 bash[19822]: cluster 2024-01-21T11:49:09.208357+0000 mgr.smithi046.egcsjs (mgr.14182) 1460 : cluster [DBG] pgmap v940: 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-01-21T11:49:11.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:10 smithi079 bash[19822]: audit 2024-01-21T11:49:09.316127+0000 mgr.smithi046.egcsjs (mgr.14182) 1461 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:13.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:12 smithi046 bash[16032]: cluster 2024-01-21T11:49:11.210066+0000 mgr.smithi046.egcsjs (mgr.14182) 1462 : cluster [DBG] pgmap v941: 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-01-21T11:49:13.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:12 smithi079 bash[19822]: cluster 2024-01-21T11:49:11.210066+0000 mgr.smithi046.egcsjs (mgr.14182) 1462 : cluster [DBG] pgmap v941: 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-01-21T11:49:14.272 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:49:14.272 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:39:44.327447Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:01.321091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\nDeploy daemon haproxy.nfs.foo.smithi079.digxri ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.194991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\nDeploy daemon haproxy.nfs.foo.smithi046.qzchwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.199383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:39:44.327750Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:39:44.327962Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:39:44.328167Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:39:44.328526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:39:44.329239Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:49:14.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:15.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:14 smithi046 bash[16032]: cluster 2024-01-21T11:49:13.211385+0000 mgr.smithi046.egcsjs (mgr.14182) 1463 : cluster [DBG] pgmap v942: 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-01-21T11:49:15.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:14 smithi079 bash[19822]: cluster 2024-01-21T11:49:13.211385+0000 mgr.smithi046.egcsjs (mgr.14182) 1463 : cluster [DBG] pgmap v942: 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-01-21T11:49:15.918 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:16.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:15 smithi046 bash[16032]: audit 2024-01-21T11:49:14.256398+0000 mgr.smithi046.egcsjs (mgr.14182) 1464 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:16.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:15 smithi079 bash[19822]: audit 2024-01-21T11:49:14.256398+0000 mgr.smithi046.egcsjs (mgr.14182) 1464 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:17.098 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:16 smithi046 bash[16032]: cluster 2024-01-21T11:49:15.213251+0000 mgr.smithi046.egcsjs (mgr.14182) 1465 : cluster [DBG] pgmap v943: 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-01-21T11:49:17.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:16 smithi079 bash[19822]: cluster 2024-01-21T11:49:15.213251+0000 mgr.smithi046.egcsjs (mgr.14182) 1465 : cluster [DBG] pgmap v943: 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-01-21T11:49:18.962 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:49:18.963 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:39:44.327447Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:01.321091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\nDeploy daemon haproxy.nfs.foo.smithi079.digxri ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.194991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\nDeploy daemon haproxy.nfs.foo.smithi046.qzchwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.199383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:39:44.327750Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:39:44.327962Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:39:44.328167Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:39:44.328526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:39:44.329239Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:49:19.037 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:18 smithi046 bash[16032]: cluster 2024-01-21T11:49:17.214300+0000 mgr.smithi046.egcsjs (mgr.14182) 1466 : 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-01-21T11:49:19.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:18 smithi079 bash[19822]: cluster 2024-01-21T11:49:17.214300+0000 mgr.smithi046.egcsjs (mgr.14182) 1466 : 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-01-21T11:49:19.623 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:20.625 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:21.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:20 smithi046 bash[16032]: audit 2024-01-21T11:49:18.949096+0000 mgr.smithi046.egcsjs (mgr.14182) 1467 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:21.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:20 smithi046 bash[16032]: cluster 2024-01-21T11:49:19.215908+0000 mgr.smithi046.egcsjs (mgr.14182) 1468 : 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-01-21T11:49:21.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:20 smithi079 bash[19822]: audit 2024-01-21T11:49:18.949096+0000 mgr.smithi046.egcsjs (mgr.14182) 1467 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:21.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:20 smithi079 bash[19822]: cluster 2024-01-21T11:49:19.215908+0000 mgr.smithi046.egcsjs (mgr.14182) 1468 : 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-01-21T11:49:23.141 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:22 smithi046 bash[16032]: cluster 2024-01-21T11:49:21.217911+0000 mgr.smithi046.egcsjs (mgr.14182) 1469 : 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-01-21T11:49:23.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:22 smithi079 bash[19822]: cluster 2024-01-21T11:49:21.217911+0000 mgr.smithi046.egcsjs (mgr.14182) 1469 : 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-01-21T11:49:23.936 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:49:23.937 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:39:44.327447Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:01.321091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\nDeploy daemon haproxy.nfs.foo.smithi079.digxri ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.194991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\nDeploy daemon haproxy.nfs.foo.smithi046.qzchwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.199383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:39:44.327750Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:39:44.327962Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:39:44.328167Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:39:44.328526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:39:44.329239Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:49:24.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:25.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:24 smithi046 bash[16032]: cluster 2024-01-21T11:49:23.219222+0000 mgr.smithi046.egcsjs (mgr.14182) 1470 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:25.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:24 smithi079 bash[19822]: cluster 2024-01-21T11:49:23.219222+0000 mgr.smithi046.egcsjs (mgr.14182) 1470 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:25.544 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:26.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:25 smithi046 bash[16032]: audit 2024-01-21T11:49:23.921138+0000 mgr.smithi046.egcsjs (mgr.14182) 1471 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:26.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:25 smithi079 bash[19822]: audit 2024-01-21T11:49:23.921138+0000 mgr.smithi046.egcsjs (mgr.14182) 1471 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:27.056 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:26 smithi046 bash[16032]: cluster 2024-01-21T11:49:25.221228+0000 mgr.smithi046.egcsjs (mgr.14182) 1472 : cluster [DBG] pgmap v948: 225 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-01-21T11:49:27.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:26 smithi079 bash[19822]: cluster 2024-01-21T11:49:25.221228+0000 mgr.smithi046.egcsjs (mgr.14182) 1472 : cluster [DBG] pgmap v948: 225 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-01-21T11:49:28.759 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:49:28.760 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:39:44.327447Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:01.321091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\nDeploy daemon haproxy.nfs.foo.smithi079.digxri ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.194991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\nDeploy daemon haproxy.nfs.foo.smithi046.qzchwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.199383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:39:44.327750Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:39:44.327962Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:39:44.328167Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:39:44.328526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:39:44.329239Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:49:29.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:28 smithi046 bash[16032]: cluster 2024-01-21T11:49:27.222849+0000 mgr.smithi046.egcsjs (mgr.14182) 1473 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:29.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:28 smithi079 bash[19822]: cluster 2024-01-21T11:49:27.222849+0000 mgr.smithi046.egcsjs (mgr.14182) 1473 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:29.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:30.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:29 smithi046 bash[16032]: audit 2024-01-21T11:49:28.751384+0000 mgr.smithi046.egcsjs (mgr.14182) 1474 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:30.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:29 smithi079 bash[19822]: audit 2024-01-21T11:49:28.751384+0000 mgr.smithi046.egcsjs (mgr.14182) 1474 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:30.418 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:31.215 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:30 smithi046 bash[16032]: cluster 2024-01-21T11:49:29.224491+0000 mgr.smithi046.egcsjs (mgr.14182) 1475 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:31.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:30 smithi079 bash[19822]: cluster 2024-01-21T11:49:29.224491+0000 mgr.smithi046.egcsjs (mgr.14182) 1475 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:32.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:32 smithi046 bash[16032]: cluster 2024-01-21T11:49:31.226508+0000 mgr.smithi046.egcsjs (mgr.14182) 1476 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:32.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:32 smithi079 bash[19822]: cluster 2024-01-21T11:49:31.226508+0000 mgr.smithi046.egcsjs (mgr.14182) 1476 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:33.762 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:49:33.762 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:39:44.327447Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:01.321091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\nDeploy daemon haproxy.nfs.foo.smithi079.digxri ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.194991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\nDeploy daemon haproxy.nfs.foo.smithi046.qzchwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.199383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:39:44.327750Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:39:44.327962Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:39:44.328167Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:39:44.328526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:39:44.329239Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:49:34.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:34.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:34 smithi046 bash[16032]: cluster 2024-01-21T11:49:33.227867+0000 mgr.smithi046.egcsjs (mgr.14182) 1477 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:34.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:34 smithi046 bash[16032]: audit 2024-01-21T11:49:33.747435+0000 mgr.smithi046.egcsjs (mgr.14182) 1478 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:34.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:34 smithi079 bash[19822]: cluster 2024-01-21T11:49:33.227867+0000 mgr.smithi046.egcsjs (mgr.14182) 1477 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:34.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:34 smithi079 bash[19822]: audit 2024-01-21T11:49:33.747435+0000 mgr.smithi046.egcsjs (mgr.14182) 1478 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:35.338 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:36.692 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:36 smithi046 bash[16032]: cluster 2024-01-21T11:49:35.229607+0000 mgr.smithi046.egcsjs (mgr.14182) 1479 : cluster [DBG] pgmap v953: 225 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-01-21T11:49:36.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:36 smithi079 bash[19822]: cluster 2024-01-21T11:49:35.229607+0000 mgr.smithi046.egcsjs (mgr.14182) 1479 : cluster [DBG] pgmap v953: 225 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-01-21T11:49:38.424 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:49:38.424 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:39:44.327447Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:01.321091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\nDeploy daemon haproxy.nfs.foo.smithi079.digxri ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.194991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\nDeploy daemon haproxy.nfs.foo.smithi046.qzchwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.199383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:39:44.327750Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:39:44.327962Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:39:44.328167Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:39:44.328526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:39:44.329239Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:49:38.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:38 smithi046 bash[16032]: cluster 2024-01-21T11:49:37.230673+0000 mgr.smithi046.egcsjs (mgr.14182) 1480 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:38.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:38 smithi079 bash[19822]: cluster 2024-01-21T11:49:37.230673+0000 mgr.smithi046.egcsjs (mgr.14182) 1480 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:39.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:39.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:39 smithi046 bash[16032]: audit 2024-01-21T11:49:38.410520+0000 mgr.smithi046.egcsjs (mgr.14182) 1481 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:39.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:39 smithi079 bash[19822]: audit 2024-01-21T11:49:38.410520+0000 mgr.smithi046.egcsjs (mgr.14182) 1481 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:40.077 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:40.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:40 smithi046 bash[16032]: cluster 2024-01-21T11:49:39.232317+0000 mgr.smithi046.egcsjs (mgr.14182) 1482 : cluster [DBG] pgmap v955: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:40.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:40 smithi079 bash[19822]: cluster 2024-01-21T11:49:39.232317+0000 mgr.smithi046.egcsjs (mgr.14182) 1482 : cluster [DBG] pgmap v955: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:42.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:42 smithi046 bash[16032]: cluster 2024-01-21T11:49:41.234285+0000 mgr.smithi046.egcsjs (mgr.14182) 1483 : cluster [DBG] pgmap v956: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:42 smithi079 bash[19822]: cluster 2024-01-21T11:49:41.234285+0000 mgr.smithi046.egcsjs (mgr.14182) 1483 : cluster [DBG] pgmap v956: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:43.193 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:49:43.193 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:39:44.327447Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:01.321091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\nDeploy daemon haproxy.nfs.foo.smithi079.digxri ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.194991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\nDeploy daemon haproxy.nfs.foo.smithi046.qzchwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.199383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:39:44.327750Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:39:44.327962Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:39:44.328167Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:39:44.328526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:39:44.329239Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:49:43.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:44.803 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:44.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:44 smithi046 bash[16032]: audit 2024-01-21T11:49:43.176771+0000 mgr.smithi046.egcsjs (mgr.14182) 1484 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:44.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:44 smithi046 bash[16032]: cluster 2024-01-21T11:49:43.235858+0000 mgr.smithi046.egcsjs (mgr.14182) 1485 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:44.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:44 smithi079 bash[19822]: audit 2024-01-21T11:49:43.176771+0000 mgr.smithi046.egcsjs (mgr.14182) 1484 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:44.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:44 smithi079 bash[19822]: cluster 2024-01-21T11:49:43.235858+0000 mgr.smithi046.egcsjs (mgr.14182) 1485 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:46.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:46 smithi046 bash[16032]: cluster 2024-01-21T11:49:45.237781+0000 mgr.smithi046.egcsjs (mgr.14182) 1486 : cluster [DBG] pgmap v958: 225 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-01-21T11:49:46.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:46 smithi079 bash[19822]: cluster 2024-01-21T11:49:45.237781+0000 mgr.smithi046.egcsjs (mgr.14182) 1486 : cluster [DBG] pgmap v958: 225 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-01-21T11:49:48.056 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:49:48.056 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:39:44.327447Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:01.321091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\nDeploy daemon haproxy.nfs.foo.smithi079.digxri ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.194991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\nDeploy daemon haproxy.nfs.foo.smithi046.qzchwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.199383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:39:44.327750Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:39:44.327962Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:39:44.328167Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:39:44.328526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:39:44.329239Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:49:48.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:48.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:48 smithi046 bash[16032]: cluster 2024-01-21T11:49:47.239608+0000 mgr.smithi046.egcsjs (mgr.14182) 1487 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:48.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:48 smithi079 bash[19822]: cluster 2024-01-21T11:49:47.239608+0000 mgr.smithi046.egcsjs (mgr.14182) 1487 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:49.627 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:49.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:49 smithi046 bash[16032]: audit 2024-01-21T11:49:48.042451+0000 mgr.smithi046.egcsjs (mgr.14182) 1488 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:49.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:49 smithi079 bash[19822]: audit 2024-01-21T11:49:48.042451+0000 mgr.smithi046.egcsjs (mgr.14182) 1488 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:50.955 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:50 smithi046 bash[16032]: cluster 2024-01-21T11:49:49.241328+0000 mgr.smithi046.egcsjs (mgr.14182) 1489 : 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-01-21T11:49:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:50 smithi079 bash[19822]: cluster 2024-01-21T11:49:49.241328+0000 mgr.smithi046.egcsjs (mgr.14182) 1489 : 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-01-21T11:49:52.728 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:49:52.728 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:39:44.327447Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:01.321091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\nDeploy daemon haproxy.nfs.foo.smithi079.digxri ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.194991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\nDeploy daemon haproxy.nfs.foo.smithi046.qzchwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.199383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:39:44.327750Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:39:44.327962Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:39:44.328167Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:39:44.328526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:39:44.329239Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:49:52.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:52 smithi079 bash[19822]: cluster 2024-01-21T11:49:51.243479+0000 mgr.smithi046.egcsjs (mgr.14182) 1490 : 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-01-21T11:49:53.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:52 smithi046 bash[16032]: cluster 2024-01-21T11:49:51.243479+0000 mgr.smithi046.egcsjs (mgr.14182) 1490 : 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-01-21T11:49:53.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:53.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:53 smithi079 bash[19822]: audit 2024-01-21T11:49:52.714963+0000 mgr.smithi046.egcsjs (mgr.14182) 1491 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:54.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:53 smithi046 bash[16032]: audit 2024-01-21T11:49:52.714963+0000 mgr.smithi046.egcsjs (mgr.14182) 1491 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:54.372 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:54.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:54 smithi079 bash[19822]: cluster 2024-01-21T11:49:53.244984+0000 mgr.smithi046.egcsjs (mgr.14182) 1492 : 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-01-21T11:49:55.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:54 smithi046 bash[16032]: cluster 2024-01-21T11:49:53.244984+0000 mgr.smithi046.egcsjs (mgr.14182) 1492 : 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-01-21T11:49:56.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:56 smithi079 bash[19822]: cluster 2024-01-21T11:49:55.246868+0000 mgr.smithi046.egcsjs (mgr.14182) 1493 : cluster [DBG] pgmap v963: 225 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-01-21T11:49:56.997 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:56 smithi046 bash[16032]: cluster 2024-01-21T11:49:55.246868+0000 mgr.smithi046.egcsjs (mgr.14182) 1493 : cluster [DBG] pgmap v963: 225 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-01-21T11:49:57.459 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:49:57.459 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:39:44.327447Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:01.321091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\nDeploy daemon haproxy.nfs.foo.smithi079.digxri ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.194991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\nDeploy daemon haproxy.nfs.foo.smithi046.qzchwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.199383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:39:44.327750Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:39:44.327962Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:39:44.328167Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:39:44.328526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:39:44.329239Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:49:58.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:49:58.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:58 smithi079 bash[19822]: cluster 2024-01-21T11:49:57.248254+0000 mgr.smithi046.egcsjs (mgr.14182) 1494 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:58.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:49:58 smithi079 bash[19822]: audit 2024-01-21T11:49:57.443692+0000 mgr.smithi046.egcsjs (mgr.14182) 1495 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:49:59.108 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:49:59.120 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:58 smithi046 bash[16032]: cluster 2024-01-21T11:49:57.248254+0000 mgr.smithi046.egcsjs (mgr.14182) 1494 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:49:59.120 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:49:58 smithi046 bash[16032]: audit 2024-01-21T11:49:57.443692+0000 mgr.smithi046.egcsjs (mgr.14182) 1495 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:00 smithi079 bash[19822]: cluster 2024-01-21T11:49:59.249829+0000 mgr.smithi046.egcsjs (mgr.14182) 1496 : 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-01-21T11:50:00.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:00 smithi079 bash[19822]: cluster 2024-01-21T11:50:00.000088+0000 mon.smithi046 (mon.0) 1014 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T11:50:01.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:00 smithi046 bash[16032]: cluster 2024-01-21T11:49:59.249829+0000 mgr.smithi046.egcsjs (mgr.14182) 1496 : 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-01-21T11:50:01.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:00 smithi046 bash[16032]: cluster 2024-01-21T11:50:00.000088+0000 mon.smithi046 (mon.0) 1014 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T11:50:02.232 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:50:02.232 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:39:44.327447Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:01.321091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\nDeploy daemon haproxy.nfs.foo.smithi079.digxri ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.194991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\nDeploy daemon haproxy.nfs.foo.smithi046.qzchwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.199383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:39:44.327750Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:39:44.327962Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:39:44.328167Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:39:44.328526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:39:44.329239Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:50:02.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:02.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:02 smithi079 bash[19822]: cluster 2024-01-21T11:50:01.251995+0000 mgr.smithi046.egcsjs (mgr.14182) 1497 : 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-01-21T11:50:03.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:02 smithi046 bash[16032]: cluster 2024-01-21T11:50:01.251995+0000 mgr.smithi046.egcsjs (mgr.14182) 1497 : 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-01-21T11:50:03.863 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:03.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:03 smithi079 bash[19822]: audit 2024-01-21T11:50:02.218581+0000 mgr.smithi046.egcsjs (mgr.14182) 1498 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:04.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:03 smithi046 bash[16032]: audit 2024-01-21T11:50:02.218581+0000 mgr.smithi046.egcsjs (mgr.14182) 1498 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:04.962 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:04 smithi046 bash[16032]: cluster 2024-01-21T11:50:03.253393+0000 mgr.smithi046.egcsjs (mgr.14182) 1499 : 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-01-21T11:50:04.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:04 smithi079 bash[19822]: cluster 2024-01-21T11:50:03.253393+0000 mgr.smithi046.egcsjs (mgr.14182) 1499 : 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-01-21T11:50:05.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:05 smithi079 bash[19822]: audit 2024-01-21T11:50:05.207145+0000 mon.smithi046 (mon.0) 1015 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:50:05.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:05 smithi079 bash[19822]: audit 2024-01-21T11:50:05.512467+0000 mon.smithi046 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:50:06.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:05 smithi046 bash[16032]: audit 2024-01-21T11:50:05.207145+0000 mon.smithi046 (mon.0) 1015 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T11:50:06.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:05 smithi046 bash[16032]: audit 2024-01-21T11:50:05.512467+0000 mon.smithi046 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:50:06.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:06 smithi046 bash[16032]: cluster 2024-01-21T11:50:05.254335+0000 mgr.smithi046.egcsjs (mgr.14182) 1500 : cluster [DBG] pgmap v968: 225 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-01-21T11:50:06.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:06 smithi079 bash[19822]: cluster 2024-01-21T11:50:05.254335+0000 mgr.smithi046.egcsjs (mgr.14182) 1500 : cluster [DBG] pgmap v968: 225 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-01-21T11:50:07.003 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:50:07.004 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:39:44.327447Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:01.321091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\nDeploy daemon haproxy.nfs.foo.smithi079.digxri ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.194991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\nDeploy daemon haproxy.nfs.foo.smithi046.qzchwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.199383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:39:44.327750Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:39:44.327962Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:39:44.328167Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:39:44.328526Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:39:44.328348Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:39:44.329239Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:50:07.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:08.642 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:08.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:08 smithi079 bash[19822]: audit 2024-01-21T11:50:06.990360+0000 mgr.smithi046.egcsjs (mgr.14182) 1501 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:08.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:08 smithi079 bash[19822]: cluster 2024-01-21T11:50:07.255941+0000 mgr.smithi046.egcsjs (mgr.14182) 1502 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:50:09.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:08 smithi046 bash[16032]: audit 2024-01-21T11:50:06.990360+0000 mgr.smithi046.egcsjs (mgr.14182) 1501 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:09.130 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:08 smithi046 bash[16032]: cluster 2024-01-21T11:50:07.255941+0000 mgr.smithi046.egcsjs (mgr.14182) 1502 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:50:10.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:10 smithi079 bash[19822]: cluster 2024-01-21T11:50:09.257586+0000 mgr.smithi046.egcsjs (mgr.14182) 1503 : 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-01-21T11:50:11.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:10 smithi046 bash[16032]: cluster 2024-01-21T11:50:09.257586+0000 mgr.smithi046.egcsjs (mgr.14182) 1503 : 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-01-21T11:50:11.829 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:50:11.829 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:48:57.146505Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:47:50.195835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.sjpepi on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:01.321091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\nDeploy daemon haproxy.nfs.foo.smithi079.digxri ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.194991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\nDeploy daemon haproxy.nfs.foo.smithi046.qzchwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.199383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:48:57.146287Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:48:57.146092Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:48:57.146711Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:48:57.146813Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:50:11.102826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:48:57.147221Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:50:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:12 smithi046 bash[16032]: audit 2024-01-21T11:50:11.116454+0000 mon.smithi046 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:50:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:12 smithi046 bash[16032]: cluster 2024-01-21T11:50:11.259760+0000 mgr.smithi046.egcsjs (mgr.14182) 1504 : 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-01-21T11:50:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:12 smithi046 bash[16032]: audit 2024-01-21T11:50:11.412829+0000 mon.smithi046 (mon.0) 1018 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:50:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:12 smithi046 bash[16032]: audit 2024-01-21T11:50:11.414746+0000 mon.smithi046 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:50:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:12 smithi046 bash[16032]: audit 2024-01-21T11:50:11.426807+0000 mon.smithi046 (mon.0) 1020 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:50:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:12 smithi046 bash[16032]: cluster 2024-01-21T11:50:11.427789+0000 mgr.smithi046.egcsjs (mgr.14182) 1505 : cluster [DBG] pgmap v972: 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-01-21T11:50:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:12 smithi046 bash[16032]: audit 2024-01-21T11:50:11.434483+0000 mon.smithi046 (mon.0) 1021 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:50:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:12 smithi046 bash[16032]: audit 2024-01-21T11:50:11.446689+0000 mon.smithi046 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:50:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:12 smithi046 bash[16032]: cephadm 2024-01-21T11:50:11.450076+0000 mgr.smithi046.egcsjs (mgr.14182) 1506 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.mttrlw on smithi079 2024-01-21T11:50:12.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:12 smithi046 bash[16032]: audit 2024-01-21T11:50:11.817924+0000 mgr.smithi046.egcsjs (mgr.14182) 1507 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:12.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:12.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:12 smithi079 bash[19822]: audit 2024-01-21T11:50:11.116454+0000 mon.smithi046 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:50:12.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:12 smithi079 bash[19822]: cluster 2024-01-21T11:50:11.259760+0000 mgr.smithi046.egcsjs (mgr.14182) 1504 : 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-01-21T11:50:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:12 smithi079 bash[19822]: audit 2024-01-21T11:50:11.412829+0000 mon.smithi046 (mon.0) 1018 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T11:50:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:12 smithi079 bash[19822]: audit 2024-01-21T11:50:11.414746+0000 mon.smithi046 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T11:50:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:12 smithi079 bash[19822]: audit 2024-01-21T11:50:11.426807+0000 mon.smithi046 (mon.0) 1020 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:50:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:12 smithi079 bash[19822]: cluster 2024-01-21T11:50:11.427789+0000 mgr.smithi046.egcsjs (mgr.14182) 1505 : cluster [DBG] pgmap v972: 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-01-21T11:50:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:12 smithi079 bash[19822]: audit 2024-01-21T11:50:11.434483+0000 mon.smithi046 (mon.0) 1021 : audit [DBG] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T11:50:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:12 smithi079 bash[19822]: audit 2024-01-21T11:50:11.446689+0000 mon.smithi046 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:50:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:12 smithi079 bash[19822]: cephadm 2024-01-21T11:50:11.450076+0000 mgr.smithi046.egcsjs (mgr.14182) 1506 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi079.mttrlw on smithi079 2024-01-21T11:50:12.487 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:12 smithi079 bash[19822]: audit 2024-01-21T11:50:11.817924+0000 mgr.smithi046.egcsjs (mgr.14182) 1507 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:13.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:13 smithi046 bash[16032]: cluster 2024-01-21T11:50:12.112128+0000 mon.smithi046 (mon.0) 1023 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:50:13.380 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:13 smithi046 bash[16032]: cluster 2024-01-21T11:50:12.112228+0000 mon.smithi046 (mon.0) 1024 : cluster [INF] Cluster is now healthy 2024-01-21T11:50:13.417 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:13 smithi079 bash[19822]: cluster 2024-01-21T11:50:12.112128+0000 mon.smithi046 (mon.0) 1023 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T11:50:13.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:13 smithi079 bash[19822]: cluster 2024-01-21T11:50:12.112228+0000 mon.smithi046 (mon.0) 1024 : cluster [INF] Cluster is now healthy 2024-01-21T11:50:14.452 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:14 smithi046 bash[16032]: cluster 2024-01-21T11:50:13.428958+0000 mgr.smithi046.egcsjs (mgr.14182) 1508 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:50:14.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:14 smithi079 bash[19822]: cluster 2024-01-21T11:50:13.428958+0000 mgr.smithi046.egcsjs (mgr.14182) 1508 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:50:15.486 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:15 smithi079 bash[19822]: audit 2024-01-21T11:50:15.202552+0000 mon.smithi046 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.mttrlw"}]: dispatch 2024-01-21T11:50:15.629 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:15 smithi046 bash[16032]: audit 2024-01-21T11:50:15.202552+0000 mon.smithi046 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi079.mttrlw"}]: dispatch 2024-01-21T11:50:16.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: cephadm 2024-01-21T11:50:15.201387+0000 mgr.smithi046.egcsjs (mgr.14182) 1509 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw 2024-01-21T11:50:16.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:50:16.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw 2024-01-21T11:50:16.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw 2024-01-21T11:50:16.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:50:16.630 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw 2024-01-21T11:50:16.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.mttrlw ... 2024-01-21T11:50:16.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:16.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:16.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:16.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:16.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:16.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:50:16.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:50:16.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:50:16.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:50:16.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:50:16.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw 2024-01-21T11:50:16.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:50:16.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw 2024-01-21T11:50:16.631 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw 2024-01-21T11:50:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:50:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw 2024-01-21T11:50:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.mttrlw ... 2024-01-21T11:50:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: cephadm 2024-01-21T11:50:15.201862+0000 mgr.smithi046.egcsjs (mgr.14182) 1510 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.mttrlw 2024-01-21T11:50:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: cephadm 2024-01-21T11:50:15.204562+0000 mgr.smithi046.egcsjs (mgr.14182) 1511 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.mttrlw on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw 2024-01-21T11:50:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:50:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw 2024-01-21T11:50:16.632 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw 2024-01-21T11:50:16.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:50:16.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw 2024-01-21T11:50:16.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi079.mttrlw ... 2024-01-21T11:50:16.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:16.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:16.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:16.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:16.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:16.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: cephadm 2024-01-21T11:50:15.209368+0000 mgr.smithi046.egcsjs (mgr.14182) 1512 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.ngazsk on smithi046 2024-01-21T11:50:16.633 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:16 smithi046 bash[16032]: cluster 2024-01-21T11:50:15.430239+0000 mgr.smithi046.egcsjs (mgr.14182) 1513 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:50:16.677 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:50:16.677 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:48:57.146505Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:01.321091Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.digxri on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-digxri\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.digxri\nDeploy daemon haproxy.nfs.foo.smithi079.digxri ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.194991Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.qzchwz on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-qzchwz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.qzchwz\nDeploy daemon haproxy.nfs.foo.smithi046.qzchwz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:49:05.199383Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.uqjahf on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:15.204197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mttrlw on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw\nDeploy daemon haproxy.nfs.foo.smithi079.mttrlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -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.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:48:57.146287Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:48:57.146092Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:48:57.146711Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:48:57.146813Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:50:11.102826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:48:57.147221Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:50:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: cephadm 2024-01-21T11:50:15.201387+0000 mgr.smithi046.egcsjs (mgr.14182) 1509 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw 2024-01-21T11:50:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:50:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw 2024-01-21T11:50:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw 2024-01-21T11:50:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:50:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw 2024-01-21T11:50:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.mttrlw ... 2024-01-21T11:50:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:16.737 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:16.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:16.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:16.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:16.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:50:16.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:50:16.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:50:16.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:50:16.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:50:16.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw 2024-01-21T11:50:16.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:50:16.738 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw 2024-01-21T11:50:16.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw 2024-01-21T11:50:16.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:50:16.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw 2024-01-21T11:50:16.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.mttrlw ... 2024-01-21T11:50:16.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:16.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:16.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:16.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:16.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:16.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: cephadm 2024-01-21T11:50:15.201862+0000 mgr.smithi046.egcsjs (mgr.14182) 1510 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi079.mttrlw 2024-01-21T11:50:16.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: cephadm 2024-01-21T11:50:15.204562+0000 mgr.smithi046.egcsjs (mgr.14182) 1511 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi079.mttrlw on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw 2024-01-21T11:50:16.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:50:16.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw 2024-01-21T11:50:16.739 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw 2024-01-21T11:50:16.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:50:16.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw 2024-01-21T11:50:16.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi079.mttrlw ... 2024-01-21T11:50:16.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:16.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:16.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:16.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:16.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:16.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: cephadm 2024-01-21T11:50:15.209368+0000 mgr.smithi046.egcsjs (mgr.14182) 1512 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi046.ngazsk on smithi046 2024-01-21T11:50:16.740 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:16 smithi079 bash[19822]: cluster 2024-01-21T11:50:15.430239+0000 mgr.smithi046.egcsjs (mgr.14182) 1513 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:50:17.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:17.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:17 smithi046 bash[16032]: audit 2024-01-21T11:50:16.661444+0000 mgr.smithi046.egcsjs (mgr.14182) 1514 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:17.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:17 smithi079 bash[19822]: audit 2024-01-21T11:50:16.661444+0000 mgr.smithi046.egcsjs (mgr.14182) 1514 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:18.391 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:18.702 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:18 smithi046 bash[16032]: cluster 2024-01-21T11:50:17.431603+0000 mgr.smithi046.egcsjs (mgr.14182) 1515 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:50:18.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:18 smithi079 bash[19822]: cluster 2024-01-21T11:50:17.431603+0000 mgr.smithi046.egcsjs (mgr.14182) 1515 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:50:19.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:19 smithi046 bash[16032]: audit 2024-01-21T11:50:19.432248+0000 mon.smithi046 (mon.0) 1026 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.ngazsk"}]: dispatch 2024-01-21T11:50:19.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:19 smithi079 bash[19822]: audit 2024-01-21T11:50:19.432248+0000 mon.smithi046 (mon.0) 1026 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi046.ngazsk"}]: dispatch 2024-01-21T11:50:20.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: cephadm 2024-01-21T11:50:19.431181+0000 mgr.smithi046.egcsjs (mgr.14182) 1516 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk 2024-01-21T11:50:20.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:50:20.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk 2024-01-21T11:50:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk 2024-01-21T11:50:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:50:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk 2024-01-21T11:50:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.ngazsk ... 2024-01-21T11:50:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: Traceback (most recent call last): 2024-01-21T11:50:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:50:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: yield (conn, connr) 2024-01-21T11:50:20.881 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:50:20.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: code, '\n'.join(err))) 2024-01-21T11:50:20.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk 2024-01-21T11:50:20.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:50:20.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk 2024-01-21T11:50:20.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk 2024-01-21T11:50:20.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:50:20.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk 2024-01-21T11:50:20.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.ngazsk ... 2024-01-21T11:50:20.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:20.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:20.882 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:20.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:20.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:20.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: cephadm 2024-01-21T11:50:19.431540+0000 mgr.smithi046.egcsjs (mgr.14182) 1517 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.ngazsk 2024-01-21T11:50:20.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: cluster 2024-01-21T11:50:19.433154+0000 mgr.smithi046.egcsjs (mgr.14182) 1518 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:50:20.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: cephadm 2024-01-21T11:50:19.433454+0000 mgr.smithi046.egcsjs (mgr.14182) 1519 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.ngazsk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk 2024-01-21T11:50:20.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:50:20.883 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk 2024-01-21T11:50:20.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk 2024-01-21T11:50:20.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: /usr/bin/docker: stdout 2024-01-21T11:50:20.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk 2024-01-21T11:50:20.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: Deploy daemon haproxy.nfs.foo.smithi046.ngazsk ... 2024-01-21T11:50:20.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:20.884 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:20.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:20.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:20.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:20.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: cephadm 2024-01-21T11:50:19.435551+0000 mgr.smithi046.egcsjs (mgr.14182) 1520 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.blbpbp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:50:20.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: cephadm 2024-01-21T11:50:19.437279+0000 mgr.smithi046.egcsjs (mgr.14182) 1521 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.doupcb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:50:20.885 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: cluster 2024-01-21T11:50:19.438443+0000 mgr.smithi046.egcsjs (mgr.14182) 1522 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 125 B/s rd, 0 op/s 2024-01-21T11:50:20.886 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:20 smithi046 bash[16032]: cluster 2024-01-21T11:50:19.586100+0000 mon.smithi046 (mon.0) 1027 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:50:20.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: cephadm 2024-01-21T11:50:19.431181+0000 mgr.smithi046.egcsjs (mgr.14182) 1516 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk 2024-01-21T11:50:20.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:50:20.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk 2024-01-21T11:50:20.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk 2024-01-21T11:50:20.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:50:20.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk 2024-01-21T11:50:20.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.ngazsk ... 2024-01-21T11:50:20.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:20.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:20.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:20.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:20.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:20.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: Traceback (most recent call last): 2024-01-21T11:50:20.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T11:50:20.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: yield (conn, connr) 2024-01-21T11:50:20.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T11:50:20.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: code, '\n'.join(err))) 2024-01-21T11:50:20.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk 2024-01-21T11:50:20.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:50:20.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk 2024-01-21T11:50:20.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk 2024-01-21T11:50:20.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:50:20.988 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk 2024-01-21T11:50:20.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.ngazsk ... 2024-01-21T11:50:20.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:20.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:20.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:20.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:20.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:20.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: cephadm 2024-01-21T11:50:19.431540+0000 mgr.smithi046.egcsjs (mgr.14182) 1517 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi046.ngazsk 2024-01-21T11:50:20.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: cluster 2024-01-21T11:50:19.433154+0000 mgr.smithi046.egcsjs (mgr.14182) 1518 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T11:50:20.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: cephadm 2024-01-21T11:50:19.433454+0000 mgr.smithi046.egcsjs (mgr.14182) 1519 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi046.ngazsk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk 2024-01-21T11:50:20.989 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:50:20.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk 2024-01-21T11:50:20.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk 2024-01-21T11:50:20.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: /usr/bin/docker: stdout 2024-01-21T11:50:20.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: /usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk 2024-01-21T11:50:20.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: Deploy daemon haproxy.nfs.foo.smithi046.ngazsk ... 2024-01-21T11:50:20.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:20.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T11:50:20.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T11:50:20.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: stat: stderr See 'docker run --help'. 2024-01-21T11:50:20.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T11:50:20.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: cephadm 2024-01-21T11:50:19.435551+0000 mgr.smithi046.egcsjs (mgr.14182) 1520 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi079.blbpbp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:50:20.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: cephadm 2024-01-21T11:50:19.437279+0000 mgr.smithi046.egcsjs (mgr.14182) 1521 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi046.doupcb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T11:50:20.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: cluster 2024-01-21T11:50:19.438443+0000 mgr.smithi046.egcsjs (mgr.14182) 1522 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 125 B/s rd, 0 op/s 2024-01-21T11:50:20.990 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:20 smithi079 bash[19822]: cluster 2024-01-21T11:50:19.586100+0000 mon.smithi046 (mon.0) 1027 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T11:50:21.780 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:50:21.780 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:48:57.146505Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:15.204197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mttrlw on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw\nDeploy daemon haproxy.nfs.foo.smithi079.mttrlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:19.433331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ngazsk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk\nDeploy daemon haproxy.nfs.foo.smithi046.ngazsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:19.435416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.blbpbp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:19.437178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.doupcb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:48:57.146287Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:48:57.146092Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:48:57.146711Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:48:57.146813Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:50:11.102826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:48:57.147221Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:50:22.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:21 smithi046 bash[16032]: audit 2024-01-21T11:50:20.824941+0000 mon.smithi046 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:50:22.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:21 smithi079 bash[19822]: audit 2024-01-21T11:50:20.824941+0000 mon.smithi046 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.46:0/2681447491' entity='mgr.smithi046.egcsjs' 2024-01-21T11:50:22.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:23.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:22 smithi046 bash[16032]: cluster 2024-01-21T11:50:21.440302+0000 mgr.smithi046.egcsjs (mgr.14182) 1523 : cluster [DBG] pgmap v978: 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-01-21T11:50:23.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:22 smithi046 bash[16032]: audit 2024-01-21T11:50:21.765154+0000 mgr.smithi046.egcsjs (mgr.14182) 1524 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:23.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:22 smithi079 bash[19822]: cluster 2024-01-21T11:50:21.440302+0000 mgr.smithi046.egcsjs (mgr.14182) 1523 : cluster [DBG] pgmap v978: 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-01-21T11:50:23.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:22 smithi079 bash[19822]: audit 2024-01-21T11:50:21.765154+0000 mgr.smithi046.egcsjs (mgr.14182) 1524 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:23.416 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:24.236 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:23 smithi079 bash[19822]: cluster 2024-01-21T11:50:23.441375+0000 mgr.smithi046.egcsjs (mgr.14182) 1525 : cluster [DBG] pgmap v979: 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-01-21T11:50:24.379 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:23 smithi046 bash[16032]: cluster 2024-01-21T11:50:23.441375+0000 mgr.smithi046.egcsjs (mgr.14182) 1525 : cluster [DBG] pgmap v979: 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-01-21T11:50:26.558 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:50:26.558 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:48:57.146505Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:15.204197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mttrlw on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw\nDeploy daemon haproxy.nfs.foo.smithi079.mttrlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:19.433331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ngazsk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk\nDeploy daemon haproxy.nfs.foo.smithi046.ngazsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:19.435416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.blbpbp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:19.437178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.doupcb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:48:57.146287Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:48:57.146092Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:48:57.146711Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:48:57.146813Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:50:11.102826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:48:57.147221Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:50:26.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:26 smithi046 bash[16032]: cluster 2024-01-21T11:50:25.443347+0000 mgr.smithi046.egcsjs (mgr.14182) 1526 : cluster [DBG] pgmap v980: 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-01-21T11:50:26.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:26 smithi079 bash[19822]: cluster 2024-01-21T11:50:25.443347+0000 mgr.smithi046.egcsjs (mgr.14182) 1526 : cluster [DBG] pgmap v980: 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-01-21T11:50:27.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:27.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:27 smithi046 bash[16032]: audit 2024-01-21T11:50:26.548376+0000 mgr.smithi046.egcsjs (mgr.14182) 1527 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:27.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:27 smithi079 bash[19822]: audit 2024-01-21T11:50:26.548376+0000 mgr.smithi046.egcsjs (mgr.14182) 1527 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:28.194 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:28.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:28 smithi046 bash[16032]: cluster 2024-01-21T11:50:27.444968+0000 mgr.smithi046.egcsjs (mgr.14182) 1528 : cluster [DBG] pgmap v981: 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-01-21T11:50:28.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:28 smithi079 bash[19822]: cluster 2024-01-21T11:50:27.444968+0000 mgr.smithi046.egcsjs (mgr.14182) 1528 : cluster [DBG] pgmap v981: 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-01-21T11:50:30.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:30 smithi046 bash[16032]: cluster 2024-01-21T11:50:29.446633+0000 mgr.smithi046.egcsjs (mgr.14182) 1529 : cluster [DBG] pgmap v982: 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-01-21T11:50:30.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:30 smithi079 bash[19822]: cluster 2024-01-21T11:50:29.446633+0000 mgr.smithi046.egcsjs (mgr.14182) 1529 : cluster [DBG] pgmap v982: 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-01-21T11:50:31.354 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:50:31.354 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:48:57.146505Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:15.204197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mttrlw on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw\nDeploy daemon haproxy.nfs.foo.smithi079.mttrlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:19.433331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ngazsk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk\nDeploy daemon haproxy.nfs.foo.smithi046.ngazsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:19.435416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.blbpbp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:19.437178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.doupcb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:48:57.146287Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:48:57.146092Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:48:57.146711Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:48:57.146813Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:50:11.102826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:48:57.147221Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:50:32.039 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:32.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:32 smithi046 bash[16032]: audit 2024-01-21T11:50:31.341856+0000 mgr.smithi046.egcsjs (mgr.14182) 1530 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:32.880 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:32 smithi046 bash[16032]: cluster 2024-01-21T11:50:31.448511+0000 mgr.smithi046.egcsjs (mgr.14182) 1531 : 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-01-21T11:50:32.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:32 smithi079 bash[19822]: audit 2024-01-21T11:50:31.341856+0000 mgr.smithi046.egcsjs (mgr.14182) 1530 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:32.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:32 smithi079 bash[19822]: cluster 2024-01-21T11:50:31.448511+0000 mgr.smithi046.egcsjs (mgr.14182) 1531 : 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-01-21T11:50:33.039 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:34.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:34 smithi046 bash[16032]: cluster 2024-01-21T11:50:33.449846+0000 mgr.smithi046.egcsjs (mgr.14182) 1532 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:50:34.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:34 smithi079 bash[19822]: cluster 2024-01-21T11:50:33.449846+0000 mgr.smithi046.egcsjs (mgr.14182) 1532 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:50:36.284 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:50:36.285 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:48:57.146505Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:15.204197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mttrlw on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw\nDeploy daemon haproxy.nfs.foo.smithi079.mttrlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:19.433331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ngazsk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk\nDeploy daemon haproxy.nfs.foo.smithi046.ngazsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:19.435416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.blbpbp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:19.437178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.doupcb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:48:57.146287Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:48:57.146092Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:48:57.146711Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:48:57.146813Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:50:11.102826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:48:57.147221Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:50:36.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:36 smithi046 bash[16032]: cluster 2024-01-21T11:50:35.451690+0000 mgr.smithi046.egcsjs (mgr.14182) 1533 : cluster [DBG] pgmap v985: 225 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-01-21T11:50:36.890 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:36 smithi079 bash[19822]: cluster 2024-01-21T11:50:35.451690+0000 mgr.smithi046.egcsjs (mgr.14182) 1533 : cluster [DBG] pgmap v985: 225 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-01-21T11:50:36.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:37.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:37 smithi046 bash[16032]: audit 2024-01-21T11:50:36.271869+0000 mgr.smithi046.egcsjs (mgr.14182) 1534 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:37.912 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:37.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:37 smithi079 bash[19822]: audit 2024-01-21T11:50:36.271869+0000 mgr.smithi046.egcsjs (mgr.14182) 1534 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:38.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:38 smithi046 bash[16032]: cluster 2024-01-21T11:50:37.453340+0000 mgr.smithi046.egcsjs (mgr.14182) 1535 : 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-01-21T11:50:38.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:38 smithi079 bash[19822]: cluster 2024-01-21T11:50:37.453340+0000 mgr.smithi046.egcsjs (mgr.14182) 1535 : 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-01-21T11:50:40.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:40 smithi046 bash[16032]: cluster 2024-01-21T11:50:39.455094+0000 mgr.smithi046.egcsjs (mgr.14182) 1536 : cluster [DBG] pgmap v987: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:50:40.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:40 smithi079 bash[19822]: cluster 2024-01-21T11:50:39.455094+0000 mgr.smithi046.egcsjs (mgr.14182) 1536 : cluster [DBG] pgmap v987: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:50:41.028 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:50:41.028 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:48:57.146505Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:15.204197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mttrlw on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw\nDeploy daemon haproxy.nfs.foo.smithi079.mttrlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:19.433331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ngazsk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk\nDeploy daemon haproxy.nfs.foo.smithi046.ngazsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:19.435416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.blbpbp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:19.437178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.doupcb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:48:57.146287Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:48:57.146092Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:48:57.146711Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:48:57.146813Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:50:11.102826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:48:57.147221Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:50:41.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:42.668 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:42 smithi079 bash[19822]: audit 2024-01-21T11:50:41.014632+0000 mgr.smithi046.egcsjs (mgr.14182) 1537 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:42.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:42 smithi079 bash[19822]: cluster 2024-01-21T11:50:41.457294+0000 mgr.smithi046.egcsjs (mgr.14182) 1538 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:50:43.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:42 smithi046 bash[16032]: audit 2024-01-21T11:50:41.014632+0000 mgr.smithi046.egcsjs (mgr.14182) 1537 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:43.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:42 smithi046 bash[16032]: cluster 2024-01-21T11:50:41.457294+0000 mgr.smithi046.egcsjs (mgr.14182) 1538 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:50:44.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:44 smithi079 bash[19822]: cluster 2024-01-21T11:50:43.458827+0000 mgr.smithi046.egcsjs (mgr.14182) 1539 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:50:45.129 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:44 smithi046 bash[16032]: cluster 2024-01-21T11:50:43.458827+0000 mgr.smithi046.egcsjs (mgr.14182) 1539 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:50:45.777 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:50:45.777 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:48:57.146505Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:15.204197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mttrlw on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw\nDeploy daemon haproxy.nfs.foo.smithi079.mttrlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:19.433331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ngazsk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk\nDeploy daemon haproxy.nfs.foo.smithi046.ngazsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:19.435416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.blbpbp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:19.437178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.doupcb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:48:57.146287Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:48:57.146092Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:48:57.146711Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:48:57.146813Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:50:11.102826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:48:57.147221Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:50:46.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:46.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:46 smithi046 bash[16032]: cluster 2024-01-21T11:50:45.459989+0000 mgr.smithi046.egcsjs (mgr.14182) 1540 : cluster [DBG] pgmap v990: 225 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-01-21T11:50:46.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:46 smithi046 bash[16032]: audit 2024-01-21T11:50:45.761626+0000 mgr.smithi046.egcsjs (mgr.14182) 1541 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:46.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:46 smithi079 bash[19822]: cluster 2024-01-21T11:50:45.459989+0000 mgr.smithi046.egcsjs (mgr.14182) 1540 : cluster [DBG] pgmap v990: 225 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-01-21T11:50:46.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:46 smithi079 bash[19822]: audit 2024-01-21T11:50:45.761626+0000 mgr.smithi046.egcsjs (mgr.14182) 1541 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:47.412 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a99e224e-b84e-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T11:50:48.686 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:48 smithi046 bash[16032]: cluster 2024-01-21T11:50:47.461560+0000 mgr.smithi046.egcsjs (mgr.14182) 1542 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:50:48.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:48 smithi079 bash[19822]: cluster 2024-01-21T11:50:47.461560+0000 mgr.smithi046.egcsjs (mgr.14182) 1542 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:50:50.447 INFO:teuthology.orchestra.run.smithi046.stdout: 2024-01-21T11:50:50.448 INFO:teuthology.orchestra.run.smithi046.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T11:19:00.142747Z", "last_refresh": "2024-01-21T11:48:57.146400Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T11:18:52.097800Z", "last_refresh": "2024-01-21T11:48:57.146505Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T11:18:56.027566Z", "last_refresh": "2024-01-21T11:48:57.146608Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:49:05.203335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.thgxmw on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:15.204197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi079.mttrlw on smithi079: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi079-mttrlw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi079.mttrlw\nDeploy daemon haproxy.nfs.foo.smithi079.mttrlw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi079 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:19.433331Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi046.ngazsk on smithi046: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi046-ngazsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi046.ngazsk\nDeploy daemon haproxy.nfs.foo.smithi046.ngazsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi046 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T11:50:19.435416Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi079.blbpbp on smithi079: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T11:50:19.437178Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi046.doupcb on smithi046: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.46/16"}, "status": {"created": "2024-01-21T11:26:01.572364Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.46/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T11:18:49.997699Z", "last_refresh": "2024-01-21T11:48:57.146287Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:19.714652Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi046:172.21.15.46=smithi046", "smithi079:172.21.15.79=smithi079"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T11:20:19.708866Z", "last_refresh": "2024-01-21T11:48:57.146092Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T11:26:01.570756Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T11:26:01.566524Z", "last_refresh": "2024-01-21T11:48:57.147325Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T11:18:58.138454Z", "last_refresh": "2024-01-21T11:48:57.146711Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T11:20:46.691123Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T11:20:46.684165Z", "last_refresh": "2024-01-21T11:48:57.146813Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T11:18:54.053733Z", "last_refresh": "2024-01-21T11:50:11.102826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T11:25:56.031376Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T11:26:10.971395Z", "last_refresh": "2024-01-21T11:48:57.147221Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T11:50:50.879 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:50 smithi046 bash[16032]: cluster 2024-01-21T11:50:49.463224+0000 mgr.smithi046.egcsjs (mgr.14182) 1543 : cluster [DBG] pgmap v992: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:50:50.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:50 smithi079 bash[19822]: cluster 2024-01-21T11:50:49.463224+0000 mgr.smithi046.egcsjs (mgr.14182) 1543 : cluster [DBG] pgmap v992: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T11:50:51.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T11:50:51.081 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-21T11:50:51.331 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=1afaf952e81b4cb586b651a442be2a9a Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-21T11:50:51.333 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-21T11:50:51.343 INFO:tasks.vip:Removing 10.0.15.46 (and any VIPs) on smithi046.front.sepia.ceph.com iface ens1f0... 2024-01-21T11:50:51.343 DEBUG:teuthology.orchestra.run.smithi046:> sudo ip addr del 10.0.15.46/16 dev ens1f0 2024-01-21T11:50:51.374 DEBUG:teuthology.orchestra.run.smithi046:> sudo ip addr del 10.0.31.46/16 dev ens1f0 2024-01-21T11:50:51.431 INFO:teuthology.orchestra.run.smithi046.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T11:50:51.432 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T11:50:51.433 INFO:tasks.vip:Removing 10.0.15.79 (and any VIPs) on smithi079.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T11:50:51.433 DEBUG:teuthology.orchestra.run.smithi079:> sudo ip addr del 10.0.15.79/16 dev enp3s0f1 2024-01-21T11:50:51.452 DEBUG:teuthology.orchestra.run.smithi079:> sudo ip addr del 10.0.31.46/16 dev enp3s0f1 2024-01-21T11:50:51.507 INFO:teuthology.orchestra.run.smithi079.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T11:50:51.507 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T11:50:51.508 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-21T11:50:51.522 INFO:tasks.cephadm:Teardown begin 2024-01-21T11:50:51.522 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:50:51.535 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:50:51.565 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-21T11:50:51.565 DEBUG:teuthology.orchestra.run.smithi046:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T11:50:51.582 DEBUG:teuthology.orchestra.run.smithi079:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T11:50:51.612 INFO:tasks.cephadm:Stopping all daemons... 2024-01-21T11:50:51.613 INFO:tasks.cephadm.mon.smithi046:Stopping mon.smithi046... 2024-01-21T11:50:51.613 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-a99e224e-b84e-11ee-95b0-87774f69a715@mon.smithi046 2024-01-21T11:50:51.736 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:51 smithi079 bash[19822]: audit 2024-01-21T11:50:50.431912+0000 mgr.smithi046.egcsjs (mgr.14182) 1544 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:51.891 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:51 smithi046 systemd[1]: Stopping Ceph mon.smithi046 for a99e224e-b84e-11ee-95b0-87774f69a715... 2024-01-21T11:50:51.891 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:51 smithi046 bash[108714]: Error response from daemon: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-mon.smithi046 2024-01-21T11:50:51.892 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:51 smithi046 bash[16032]: audit 2024-01-21T11:50:50.431912+0000 mgr.smithi046.egcsjs (mgr.14182) 1544 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T11:50:51.892 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:51 smithi046 bash[16032]: debug 2024-01-21T11:50:51.790+0000 7f850f148700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi046 -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-01-21T11:50:51.892 INFO:journalctl@ceph.mon.smithi046.smithi046.stdout:Jan 21 11:50:51 smithi046 bash[16032]: debug 2024-01-21T11:50:51.790+0000 7f850f148700 -1 mon.smithi046@0(leader) e2 *** Got Signal Terminated *** 2024-01-21T11:50:52.526 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a99e224e-b84e-11ee-95b0-87774f69a715@mon.smithi046.service' 2024-01-21T11:50:52.555 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T11:50:52.555 INFO:tasks.cephadm.mon.smithi046:Stopped mon.smithi046 2024-01-21T11:50:52.555 INFO:tasks.cephadm.mon.smithi079:Stopping mon.smithi079... 2024-01-21T11:50:52.555 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-a99e224e-b84e-11ee-95b0-87774f69a715@mon.smithi079 2024-01-21T11:50:52.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:52 smithi079 systemd[1]: Stopping Ceph mon.smithi079 for a99e224e-b84e-11ee-95b0-87774f69a715... 2024-01-21T11:50:52.986 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:52 smithi079 bash[44768]: Error response from daemon: No such container: ceph-a99e224e-b84e-11ee-95b0-87774f69a715-mon.smithi079 2024-01-21T11:50:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:52 smithi079 bash[19822]: debug 2024-01-21T11:50:52.770+0000 7f915aaf7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi079 -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-01-21T11:50:52.987 INFO:journalctl@ceph.mon.smithi079.smithi079.stdout:Jan 21 11:50:52 smithi079 bash[19822]: debug 2024-01-21T11:50:52.770+0000 7f915aaf7700 -1 mon.smithi079@1(peon) e2 *** Got Signal Terminated *** 2024-01-21T11:50:53.847 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a99e224e-b84e-11ee-95b0-87774f69a715@mon.smithi079.service' 2024-01-21T11:50:53.884 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T11:50:53.884 INFO:tasks.cephadm.mon.smithi079:Stopped mon.smithi079 2024-01-21T11:50:53.885 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a99e224e-b84e-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T11:51:57.835 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a99e224e-b84e-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T11:52:51.059 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:52:51.075 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T11:52:51.088 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-21T11:52:51.090 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524461/remote/ubuntu@smithi046.front.sepia.ceph.com/crash 2024-01-21T11:52:51.091 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/crash -- . 2024-01-21T11:52:51.131 INFO:teuthology.orchestra.run.smithi046.stderr:tar: /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T11:52:51.131 INFO:teuthology.orchestra.run.smithi046.stderr:tar: Error is not recoverable: exiting now 2024-01-21T11:52:51.133 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524461/remote/ubuntu@smithi079.front.sepia.ceph.com/crash 2024-01-21T11:52:51.134 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/crash -- . 2024-01-21T11:52:51.148 INFO:teuthology.orchestra.run.smithi079.stderr:tar: /var/lib/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T11:52:51.148 INFO:teuthology.orchestra.run.smithi079.stderr:tar: Error is not recoverable: exiting now 2024-01-21T11:52:51.149 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-21T11:52:51.149 DEBUG:teuthology.orchestra.run.smithi046:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-21T11:52:51.188 INFO:teuthology.orchestra.run.smithi046.stderr:grep: /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph.log: No such file or directory 2024-01-21T11:52:51.190 INFO:tasks.cephadm:Compressing logs... 2024-01-21T11:52:51.190 DEBUG:teuthology.orchestra.run.smithi046:> 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-01-21T11:52:51.234 DEBUG:teuthology.orchestra.run.smithi079:> 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-01-21T11:52:51.247 INFO:teuthology.orchestra.run.smithi046.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-21T11:52:51.248 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T11:52:51.248 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T11:52:51.249 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-mgr.smithi046.egcsjs.log 2024-01-21T11:52:51.249 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.7.log 2024-01-21T11:52:51.250 INFO:teuthology.orchestra.run.smithi079.stderr:find: '/var/log/rbd-target-api'gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T11:52:51.250 INFO:teuthology.orchestra.run.smithi079.stderr:: No such file or directory 2024-01-21T11:52:51.252 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.6.log 2024-01-21T11:52:51.252 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T11:52:51.252 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-mon.smithi079.log 2024-01-21T11:52:51.253 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.1.log 2024-01-21T11:52:51.253 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-mgr.smithi046.egcsjs.log: /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.5.log 2024-01-21T11:52:51.253 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-mon.smithi046.log 2024-01-21T11:52:51.255 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.3.log 2024-01-21T11:52:51.255 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-mon.smithi046.log: gzip -5 --verbose -- /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi046.vvidtq.log 2024-01-21T11:52:51.256 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.0.log 2024-01-21T11:52:51.256 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-mon.smithi079.log: gzip -5 --verbose -- /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-mgr.smithi079.jvxvnc.log 2024-01-21T11:52:51.256 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.2.log 2024-01-21T11:52:51.256 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.0.log: /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-mgr.smithi079.jvxvnc.log: gzip -5 --verbose -- /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.4.log 2024-01-21T11:52:51.257 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi079.ysngal.log 2024-01-21T11:52:51.261 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.4.log: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T11:52:51.262 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi079.ysngal.log: 79.0% -- replaced with /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi079.ysngal.log.gz 2024-01-21T11:52:51.266 INFO:teuthology.orchestra.run.smithi079.stderr: 92.4% -- replaced with /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T11:52:51.267 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.3.log: 92.4% -- replaced with /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T11:52:51.268 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi046.vvidtq.log: 77.3% -- replaced with /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi046.vvidtq.log.gz 2024-01-21T11:52:51.269 INFO:teuthology.orchestra.run.smithi079.stderr: 93.5% -- replaced with /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-mgr.smithi079.jvxvnc.log.gz 2024-01-21T11:52:51.269 INFO:teuthology.orchestra.run.smithi046.stderr: 93.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T11:52:51.534 INFO:teuthology.orchestra.run.smithi046.stderr: 89.8% -- replaced with /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-mgr.smithi046.egcsjs.log.gz 2024-01-21T11:52:51.543 INFO:teuthology.orchestra.run.smithi079.stderr: 92.9% -- replaced with /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-mon.smithi079.log.gz 2024-01-21T11:52:52.295 INFO:teuthology.orchestra.run.smithi046.stderr: 93.6% -- replaced with /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.7.log.gz 2024-01-21T11:52:52.330 INFO:teuthology.orchestra.run.smithi046.stderr: 93.6% -- replaced with /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.5.log.gz 2024-01-21T11:52:52.395 INFO:teuthology.orchestra.run.smithi079.stderr: 93.4% -- replaced with /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.6.log.gz 2024-01-21T11:52:52.419 INFO:teuthology.orchestra.run.smithi079.stderr: 93.7% -- replaced with /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.4.log.gz 2024-01-21T11:52:52.466 INFO:teuthology.orchestra.run.smithi079.stderr: 93.7% -- replaced with /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.0.log.gz 2024-01-21T11:52:52.475 INFO:teuthology.orchestra.run.smithi079.stderr: 93.5% -- replaced with /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.2.log.gz 2024-01-21T11:52:52.476 INFO:teuthology.orchestra.run.smithi079.stderr: 2024-01-21T11:52:52.476 INFO:teuthology.orchestra.run.smithi079.stderr:real 0m1.237s 2024-01-21T11:52:52.476 INFO:teuthology.orchestra.run.smithi079.stderr:user 0m4.857s 2024-01-21T11:52:52.476 INFO:teuthology.orchestra.run.smithi079.stderr:sys 0m0.243s 2024-01-21T11:52:52.508 INFO:teuthology.orchestra.run.smithi046.stderr: 90.3% -- replaced with /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-mon.smithi046.log.gz 2024-01-21T11:52:52.677 INFO:teuthology.orchestra.run.smithi046.stderr: 93.4% -- replaced with /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.1.log.gz 2024-01-21T11:52:52.688 INFO:teuthology.orchestra.run.smithi046.stderr: 93.6% -- replaced with /var/log/ceph/a99e224e-b84e-11ee-95b0-87774f69a715/ceph-osd.3.log.gz 2024-01-21T11:52:52.689 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-01-21T11:52:52.689 INFO:teuthology.orchestra.run.smithi046.stderr:real 0m1.449s 2024-01-21T11:52:52.689 INFO:teuthology.orchestra.run.smithi046.stderr:user 0m6.349s 2024-01-21T11:52:52.689 INFO:teuthology.orchestra.run.smithi046.stderr:sys 0m0.232s 2024-01-21T11:52:52.690 INFO:tasks.cephadm:Archiving logs... 2024-01-21T11:52:52.690 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524461/remote/ubuntu@smithi046.front.sepia.ceph.com/log 2024-01-21T11:52:52.696 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T11:52:53.619 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524461/remote/ubuntu@smithi079.front.sepia.ceph.com/log 2024-01-21T11:52:53.620 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T11:52:54.405 INFO:tasks.cephadm:Removing cluster... 2024-01-21T11:52:54.406 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a99e224e-b84e-11ee-95b0-87774f69a715 --force 2024-01-21T11:52:55.876 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a99e224e-b84e-11ee-95b0-87774f69a715 --force 2024-01-21T11:52:57.271 INFO:tasks.cephadm:Removing cephadm ... 2024-01-21T11:52:57.271 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T11:52:57.278 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T11:52:57.283 INFO:tasks.cephadm:Teardown complete 2024-01-21T11:52:57.283 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-21T11:52:57.295 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi046:/dev/vg_nvme/lv_1... 2024-01-21T11:52:57.295 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme disconnect -n lv_1 2024-01-21T11:52:57.601 INFO:teuthology.orchestra.run.smithi046.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T11:52:57.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:52:57.603 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi046:/dev/vg_nvme/lv_2... 2024-01-21T11:52:57.603 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme disconnect -n lv_2 2024-01-21T11:52:57.873 INFO:teuthology.orchestra.run.smithi046.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T11:52:57.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:52:57.875 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi046:/dev/vg_nvme/lv_3... 2024-01-21T11:52:57.875 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme disconnect -n lv_3 2024-01-21T11:52:58.161 INFO:teuthology.orchestra.run.smithi046.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T11:52:58.162 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:52:58.163 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi046:/dev/vg_nvme/lv_4... 2024-01-21T11:52:58.163 DEBUG:teuthology.orchestra.run.smithi046:> sudo nvme disconnect -n lv_4 2024-01-21T11:52:58.449 INFO:teuthology.orchestra.run.smithi046.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T11:52:58.450 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:52:58.451 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-01-21T11:52:58.451 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/scratch_devs 2024-01-21T11:52:58.467 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_1... 2024-01-21T11:52:58.467 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_1 2024-01-21T11:52:58.735 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T11:52:58.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:52:58.737 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_2... 2024-01-21T11:52:58.737 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_2 2024-01-21T11:52:59.047 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T11:52:59.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:52:59.049 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_3... 2024-01-21T11:52:59.049 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_3 2024-01-21T11:52:59.347 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T11:52:59.348 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:52:59.349 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi079:/dev/vg_nvme/lv_4... 2024-01-21T11:52:59.349 DEBUG:teuthology.orchestra.run.smithi079:> sudo nvme disconnect -n lv_4 2024-01-21T11:52:59.663 INFO:teuthology.orchestra.run.smithi079.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T11:52:59.664 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:52:59.664 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-21T11:52:59.665 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/scratch_devs 2024-01-21T11:52:59.677 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-21T11:52:59.688 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-21T11:52:59.688 DEBUG:teuthology.orchestra.run.smithi046:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T11:52:59.691 DEBUG:teuthology.orchestra.run.smithi079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T11:52:59.710 INFO:teuthology.orchestra.run.smithi046.stdout: remote refid st t when poll reach delay offset jitter 2024-01-21T11:52:59.711 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================== 2024-01-21T11:52:59.711 INFO:teuthology.orchestra.run.smithi046.stdout:*hv01.front.sepi 44.4.53.2 2 u 110 128 377 0.084 4.588 0.843 2024-01-21T11:52:59.711 INFO:teuthology.orchestra.run.smithi046.stdout:+hv02.front.sepi 63.231.80.2 3 u 39 128 377 0.074 4.167 1.471 2024-01-21T11:52:59.711 INFO:teuthology.orchestra.run.smithi046.stdout:+hv03.front.sepi 74.6.168.72 3 u 48 128 377 0.087 2.313 1.407 2024-01-21T11:52:59.711 INFO:teuthology.orchestra.run.smithi046.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-21T11:52:59.742 INFO:teuthology.orchestra.run.smithi079.stdout: remote refid st t when poll reach delay offset jitter 2024-01-21T11:52:59.742 INFO:teuthology.orchestra.run.smithi079.stdout:============================================================================== 2024-01-21T11:52:59.742 INFO:teuthology.orchestra.run.smithi079.stdout:*hv01.front.sepi 44.4.53.2 2 u 89 128 377 0.081 0.025 0.040 2024-01-21T11:52:59.742 INFO:teuthology.orchestra.run.smithi079.stdout:+hv02.front.sepi 63.231.80.2 3 u 33 128 377 0.094 0.729 0.018 2024-01-21T11:52:59.742 INFO:teuthology.orchestra.run.smithi079.stdout:+hv03.front.sepi 74.6.168.72 3 u 29 128 377 0.091 -1.203 0.032 2024-01-21T11:52:59.742 INFO:teuthology.orchestra.run.smithi079.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-21T11:52:59.743 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-21T11:52:59.754 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-21T11:52:59.755 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-21T11:52:59.862 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-21T11:52:59.873 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-21T11:52:59.883 INFO:teuthology.task.internal:Duration was 2454.797140 seconds 2024-01-21T11:52:59.883 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-21T11:52:59.894 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-21T11:52:59.894 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T11:52:59.896 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T11:52:59.946 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-21T11:52:59.946 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi046.front.sepia.ceph.com 2024-01-21T11:52:59.946 DEBUG:teuthology.orchestra.run.smithi046:> 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-01-21T11:52:59.957 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi079.front.sepia.ceph.com 2024-01-21T11:52:59.957 DEBUG:teuthology.orchestra.run.smithi079:> 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-01-21T11:53:00.006 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-21T11:53:00.006 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T11:53:00.008 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T11:53:00.105 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-21T11:53:00.106 DEBUG:teuthology.orchestra.run.smithi046:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T11:53:00.108 DEBUG:teuthology.orchestra.run.smithi079:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T11:53:00.256 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-21T11:53:00.268 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-21T11:53:00.268 DEBUG:teuthology.orchestra.run.smithi046:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T11:53:00.281 DEBUG:teuthology.orchestra.run.smithi079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T11:53:00.296 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-21T11:53:00.308 DEBUG:teuthology.orchestra.run.smithi046:> 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-01-21T11:53:00.326 DEBUG:teuthology.orchestra.run.smithi079:> 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-01-21T11:53:00.338 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = core 2024-01-21T11:53:00.355 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = core 2024-01-21T11:53:00.387 DEBUG:teuthology.orchestra.run.smithi046:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T11:53:00.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:53:00.410 DEBUG:teuthology.orchestra.run.smithi079:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T11:53:00.435 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T11:53:00.435 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-21T11:53:00.448 INFO:teuthology.task.internal:Transferring archived files... 2024-01-21T11:53:00.449 DEBUG:teuthology.misc:Transferring archived files from smithi046:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524461/remote/smithi046 2024-01-21T11:53:00.450 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T11:53:00.489 DEBUG:teuthology.misc:Transferring archived files from smithi079:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524461/remote/smithi079 2024-01-21T11:53:00.490 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T11:53:00.518 INFO:teuthology.task.internal:Removing archive directory... 2024-01-21T11:53:00.518 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T11:53:00.526 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T11:53:00.560 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-21T11:53:00.573 INFO:teuthology.task.internal:Not uploading archives. 2024-01-21T11:53:00.573 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-21T11:53:00.584 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-21T11:53:00.584 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T11:53:00.586 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T11:53:00.592 INFO:teuthology.orchestra.run.smithi046.stdout: 659550 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 11:53 /home/ubuntu/cephtest 2024-01-21T11:53:00.609 INFO:teuthology.orchestra.run.smithi079.stdout: 659551 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 11:53 /home/ubuntu/cephtest 2024-01-21T11:53:00.612 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-21T11:53:00.623 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-21T11:53:00.647 INFO:teuthology.nuke:Checking targets against current locks 2024-01-21T11:53:00.681 DEBUG:teuthology.nuke:shortname: smithi046 2024-01-21T11:53:00.681 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T11:53:00.705 DEBUG:teuthology.nuke:shortname: smithi079 2024-01-21T11:53:00.705 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T11:53:00.708 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524461', '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-01-21 11:01:48.696617', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-01-21T11:53:00.731 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524461', '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-01-21 11:01:48.695120', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-01-21T11:53:00.758 INFO:teuthology.orchestra.console.smithi046:Power off 2024-01-21T11:53:00.758 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T11:53:00.781 DEBUG:teuthology.orchestra.console.smithi046:power off output: Chassis Power Control: Down/Off 2024-01-21T11:53:00.781 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T11:53:00.796 INFO:teuthology.orchestra.console.smithi079:Power off 2024-01-21T11:53:00.796 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T11:53:00.807 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-01-21T11:53:00.821 DEBUG:teuthology.orchestra.console.smithi079:power off output: Chassis Power Control: Down/Off 2024-01-21T11:53:00.821 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T11:53:00.844 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2024-01-21T11:53:04.808 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T11:53:04.846 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T11:53:04.919 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-01-21T11:53:04.956 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2024-01-21T11:53:08.924 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T11:53:08.956 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T11:53:09.033 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is off 2024-01-21T11:53:09.065 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2024-01-21T11:53:09.134 INFO:teuthology.orchestra.console.smithi046:Power off completed 2024-01-21T11:53:13.070 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T11:53:13.182 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is off 2024-01-21T11:53:13.283 INFO:teuthology.orchestra.console.smithi079:Power off completed 2024-01-21T11:53:13.387 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 2454.79714012146 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=1afaf952e81b4cb586b651a442be2a9a status: fail success: false 2024-01-21T11:53:13.388 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T11:53:13.480 INFO:teuthology.run:FAIL